Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
Adds a new content entry
POST
/api/content
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"news-from-it"
,
"title"
:
"Aktuelle Fehler und Störungen"
,
"body"
:
"Lorem ipsum"
}
Responses
200
401
403
Success
POST
/api/content
Playground
Authorization
api_key
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python