Page tree

Release 5.0.1


Contents:

   

For the latest updates on available API endpoints and documentation, see api.trifacta.com.

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 Management.

Version: v3

Required Permissions

NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/5.0/index.html#section/Authentication.

Request

Request Type: PATCH

Endpoint:

/v3/deployments/<id>

where:

ParameterDescription
<id>Internal identifier for the deployment

Request URI - Example:

/v3/deployments/2

Request Body: Example - Modify the deployment name

{
    "name": "New Deployment Name"
}

Response

Response Status Code - Success: 200 - OK

Response Body Example:

{
    "id": 2,
    "updatedBy": 1,
    "updatedAt": "2017-10-13T00:06:12.147Z"
}

Reference

For more information on the properties of a deployment, see API Deployments Get v3.

This page has no comments.