Deployments REST Endpoints

Integrations/Projects/Deployments
The operations from the Integrations/Projects/Deployments category.
Create a Deployment in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/deployments
Delete a Deployment in a Project
Method: delete
Path: /ic/api/integration/v1/projects/{projectId}/deployments/{id}
Retrieve a Deployment in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/deployments/{id}
Retrieve Deployments in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/deployments
Update a Deployment in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/deployments/{id}