Insights deployments (beta)
Update deployment
Update a deployment by ID. Updating a deployment uses a JSON patch representation of the desired changes. To learn more, read Updates.<br/><br/>The deployment ID is returned as part of the List deployments response. It is the id field of each element in the items array.
patch/api/v2/engineering-insights/deployments/{deploymentID}
Path parameters
deploymentIDstring string required
The deployment ID
The deployment ID
Request body
Example request
[
{
"op": "replace",
"path": "/exampleField",
"value": "new example value"
}
]Response
Deployment response