v4

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

Create a new template

Create a new template

post/template

Request body

titlestring
contentstring

Example request

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

Response

banner was created successfully.

idstring long
titlestring
contentstring

Example response

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