Reference Guide

/Deployment/{id} PUT
Description
Update Deployment
Method
PUT
Response Class
Deployment
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body N/A Deployment to
be updated to
N/A body Deployment
id (required) Deployment Id
(String)
N/A path string
Response Status Codes
HTTP Status Code Reason
204 Deployment updated
400 Invalid Parameters to Update Deployment or
problem with the Resource Adapters
404 Deployment not found
/Deployment/{id} GET
Description
Retrieve Deployment based on deployment ID
Method
GET
Response Class
Deployment
37