Applications
Update Application Deployment
Description
Updates a application deployment
Details
This API can be used to update the application deployment that matches the ID that was passed in as a path parameter. To use this API, pass in the id
that was returned from your Create Application Deployment API call as a path parameter.
Review the request schema to see the fields that can be updated.
PATCH
Authorizations
Path Parameters
Response
200 - application/json
The ID of the account that owns the given entity.
The date and time when the entity was created in ISO format.
The user who originally created the entity.
An enum representing the status of an application deployment. Attributes: PENDING: The deployment is pending. READY: The deployment is ready. FAILED: The deployment has failed. STOPPED: The deployment has stopped.
Available options:
PENDING
, READY
, FAILED
, STOPPED