Update a blog post

Updates an existing blog post by ID.

Path Params
integer
required

The unique identifier of the blog post.

Body Params
string
required

The title of the blog post.

string
required

The URL slug for the blog post.

boolean

Whether the blog post is active (default: true).

string

The title tag for SEO.

string

The meta keywords for SEO.

string

The meta description for SEO.

string

A custom URL for the blog post.

string

URL or base64 encoded image for the blog post.

string

The full content of the blog post.

string

A short excerpt of the blog post.

integer

The ID of the category assigned to the blog post.

string

The title of the category assigned to the blog post.

string

Comma-separated list of tags for the blog post.

Responses

400

Invalid request data.

401

Unauthorized. Invalid or missing API key.

404

Blog post not found.

500

Server error.

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json