Update template attributes
Body Required
-
name string
Template name
Minimum length is
1
, maximum length is255
. -
description string
Template Description
Maximum length is
255
.
PUT /template/{id}
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/template/{id} \
-H "Content-Type: application/json" \
-d '{"name":"string","description":"string"}'
Request examples
{
"name": "string",
"description": "string"
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}