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"
}

Changes

Changed in 2 of the 9 revisions of this API.11