Contents:
Update the specified deployment.
NOTE: Deployments pertain to Production instances of the Designer Cloud Powered by Trifacta® platform. For more information, see Overview of Deployment Manager.
Version: v4
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.
Request
Request Type: PATCH
Endpoint:
/v4/deployments/<id>
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the deployment |
Request URI - Example:
/v4/deployments/1
Request Body: Example - Modify the deployment name
NOTE: For the PATCH method, only the properties that are being patched need to be submitted.
{ "name": "New Deployment Name" }
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 1, "updater": { "id": 7 }, "updatedAt": "2019-02-13T20:17:56.608Z" }
Reference
For more information on the properties of a deployment, see API Deployments Get v4.
This page has no comments.