Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
PATCH /api/blog/{blogId}/publish
PATCH
/api/blog/{blogId}/publish
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
blogId
*
Type
string
Required
Pattern
"[1-9][0-9]*"
Request Body
application/json
Schema
JSON
JSON
{
"isPublished"
:
null
}
Responses
default
PATCH
/api/blog/{blogId}/publish
Playground
Authorization
api_key
Variables
Key
Value
blogId
*
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python