cURL
curl --request PUT \ --url https://console.gmicloud.com/api/v1/templates/{id} \ --header 'Content-Type: application/json' \ --data '{ "credential": { "secret": "", "username": "" }, "description": "", "name": "<string>", "path": "<string>", "status": "published" }'
200
example
{ "modified": "<string>"}
successful
The response is of type object.
object