PATCH
/
v1
/
releases
/
{releaseId}
curl --request PATCH \
  --url https://api.ctrlplane.dev/api/v1/releases/{releaseId} \
  --header 'Content-Type: application/json' \
  --data '{
  "version": "<string>",
  "deploymentId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "config": {},
  "jobAgentConfig": {},
  "status": "ready",
  "message": "<string>",
  "metadata": {}
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "version": "<string>",
  "config": {},
  "jobAgentConfig": {},
  "deploymentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "metadata": {}
}

Path Parameters

releaseId
string
required

The release ID

Body

application/json

Response

200 - application/json
OK

The response is of type object.