v1
latestOpenAPI 3.0.32026-07-267015229.9 KBDeployments
Patch Deployment
Apply a JSON Patch array to the deployment document.
Send the ETag from GET as If-Match for optimistic concurrency.
patch/v2/deployments/{deployment_id}
Path parameters
deployment_idstring required
Headers
If-Matchstring
ETag from a prior GET response.
Request body
object[] required
Example request
[
{
"op": "replace",
"path": "/name",
"value": "Support widget"
}
]Response
Updated deployment
Example response
{
"deployment_id": "d1234567890abcdef",
"pal_id": "pcb7a34da5fe"
}