Update a Post by ID

Fully updates an existing post within a blog using the provided post data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique ID or slug of the blog containing the post

string
required

The unique ID of the post to update

Body Params

Updated post data to replace the existing post

string

Title of the post

string
string
required

The content of the post (HTML)

tags
array of strings

Tags of the post. Maximum of 10 tags

tags
string

Add a background color to the post. Accept CSS colors.

author
object

Show the author of post

person
object

Show the player related with the post

priority
array of strings
Defaults to normal

Prioriy to show the post

  • normal: a normal post, with no priority
  • pinned: a post that will be pinned on top of the blog
  • summary: a post that will contain the summary of the blog
priority
string

Action Id of the post.

string

URL to embed in the post.

Responses

400

Invalid post data provided in the request body

401

Unauthorized due to missing or expired authentication token

404

The specified post or blog was not found

502

Server error prevented post update

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