v4

latestOpenAPI 3.0.2raw.githubusercontent.com2021-01-28845.1 KB
template

Update template.

Update a template

put/template/{id}

Path parameters

idstring long required

Request body

titlestring
contentstring

Example request

{
  "title": "Banner title",
  "content": "banner content"
}

Response

template was retrieved successfully.

idstring long
titlestring
contentstring

Example response

{
  "title": "Banner title",
  "content": "banner content"
}