Deployments REST Endpoints
Integrations/Projects/Deployments
The operations from the Integrations/Projects/Deployments category.
- Create a Deployment in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/deployments - Delete a Deployment in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/deployments/{id} - Retrieve a Deployment in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/deployments/{id} - Retrieve Deployments in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/deployments - Update a Deployment in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/deployments/{id}