Partially Update a Post by ID

Partially updates an existing post within a blog using the provided patch 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 partially update

Body Params

Patch data to partially update the existing post

string

Title of the post

string
string

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 patch 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