v4

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

Create a new banner

Creeate a new inactive banner

post/banner

Request body

contentstring

Example request

{
  "content": "banner content"
}

Response

banner was created successfully.

idstring
contentstring

Example response

{
  "id": "active",
  "content": "banner content"
}