Deployments
Rename a Deployment
Request Body
application/json
PUT /otto/api/deployment/batches/:batchId/rename Request body
id*integer
Range
0 < value <= 9007199254740991name*string
Response Body
application/json
application/json
curl -X PUT "https://your.server.net/otto/api/deployment/batches/{batchId}/rename" \ -H "Content-Type: application/json" \ -d '{ "id": 9007199254740991, "name": "string" }'{
"response": {},
"messages": [
{
"code": 0,
"text": "ok"
}
]
}{
"response": {},
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
]
}