Skip to main content
POST
/
git-config-upload
Upload Git Config
curl --request POST \
  --url https://www.corgea.app/api/v1/git-config-upload \
  --header 'CORGEA-TOKEN: <api-key>' \
  --header 'Content-Type: text/plain' \
  --data '<string>'
{
"status": "ok"
}

Authorizations

CORGEA-TOKEN
string
header
required

API key for authentication

Query Parameters

run_id
string
required

The scan run ID associated with this Git configuration

Body

text/plain · string

Raw Git configuration data as UTF-8 text

The body is of type string.

Response

Git config uploaded successfully

status
enum<string>
required
Available options:
ok
Example:

"ok"

I