Deployment
APIs for managing deployments
List DeploymentsGET
List all deployments with pagination and filtering options.
Create DeploymentPOST
Create a new deployment with the provided data.
Detail DeploymentGET
Get details of a specific deployment by its ID.
Update DeploymentPOST
Update a specific deployment by its ID.
Delete DeploymentDELETE
Delete a specific deployment by its ID.