v1

latestOpenAPI 3.0.0GPLv32026-07-17661855.6 KB
Clouds

Update an existing cloud

patch/clouds/{cloudName}/

Path parameters

cloudNamestring required

Cloud name

Request body

namestring required
last_redefinedstring

Example request

{
  "name": "cloud12",
  "last_redefined": "1984-02-02"
}

Response

Cloud name

namestring required
last_redefinedstring

Example response

{
  "name": "cloud12",
  "last_redefined": "1984-02-02"
}