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>"
}Updates an existing deployment for the specified account
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>"
}