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