POST
/
v1
/
jobs
/
{jobId}
/
acknowledge
curl --request POST \
  --url https://api.ctrlplane.dev/api/v1/jobs/{jobId}/acknowledge
{
  "sucess": true
}

Path Parameters

jobId
string
required

The job ID

Response

200
application/json
OK
sucess
boolean
required