Skip to content

Adds a new content entry

POST
/api/content

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"name": "news-from-it",
"title": "Aktuelle Fehler und Störungen",
"body": "Lorem ipsum"
}

Responses

Success

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python