Skip to main content
PATCH
/
api
/
v1
/
accounts
/
{accountId}
/
deployments
/
{deploymentId}
Update Deployment
curl --request PATCH \
  --url https://api.example.com/api/v1/accounts/{accountId}/deployments/{deploymentId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>",
  "environment": "<string>"
}
'
{
  "id": "<string>"
}

Path Parameters

accountId
string
required

The ID of the account

deploymentId
string
required

The ID of the deployment

Body

application/json
status
string
required
environment
string
required

Response

id
string
required