PATCH
/
v1
/
jobs
/
{jobId}
curl --request PATCH \
  --url https://api.ctrlplane.dev/api/v1/jobs/{jobId} \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "successful",
  "message": "<string>",
  "externalId": "<string>"
}'
{
  "id": "<string>"
}

Path Parameters

jobId
string
required

The execution ID

Body

application/json

Response

200 - application/json
OK

The response is of type object.