POST
/
cdn
/
logs_uploader
/
configs
/
{config_id}
/
validate
curl --request POST \
  --url https://api.gcore.com/cdn/logs_uploader/configs/{config_id}/validate \
  --header 'APIKey: <api-key>'
{
  "status": "in_progress",
  "code": 123,
  "updated": "2023-11-07T05:31:56Z",
  "details": "<string>"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

id
integer
required

Response

200
application/json

Successful.

The response is of type object.