Posts
Last updated
Last updated
Deletes a public post by its ID. This action is irreversible.
No Content - Post successfully deleted
Deletes a private post by its ID. This action is irreversible.
No Content - Post successfully deleted
Each post begins as a draft. A user can only have one active draft at a time. If a draft already exists, it must be published or deleted before a new one can be created.
"My First Post"
"This is the content of my first post."
"blog"
Created
"550e8400-e29b-41d4-a716-446655440000"
"My First Post"
"This is the content of my first post."
"blog"
Retrieves the details of a public post by its unique identifier.
Post found
"550e8400-e29b-41d4-a716-446655440000"
"My First Post"
"This is the content of my first post."
"blog"
Retrieves the details of a private post by its unique identifier.
Post found
"550e8400-e29b-41d4-a716-446655440000"
"My First Post"
"This is the content of my first post."
"blog"
Retrieves a list of public posts with optional filtering. Users can filter by tags, creation date, status (draft or published), or post type.
A list of posts
"550e8400-e29b-41d4-a716-446655440000"
"My First Post"
"This is the content of my first post."
"blog"
Retrieves a list of private posts with optional filtering. Users can filter by tags, creation date, status (draft or published), or post type.
A list of private posts
"550e8400-e29b-41d4-a716-446655440000"
"My First Post"
"This is the content of my first post."
"blog"
Identical to creating a public post, but this post is private.
"My First Private Post"
"This is the content of my first private post."
"privateBlog"
Created
"550e8400-e29b-41d4-a716-446655440000"
"My First Post"
"This is the content of my first post."
"blog"
Updates the title, content, tags, or post type of an existing public post.
"Updated Title"
"Updated content of the post."
"news"
Updated successfully
"550e8400-e29b-41d4-a716-446655440000"
"My First Post"
"This is the content of my first post."
"blog"
Updates the title, content, tags, or post type of an existing private post.
"Updated Private Title"
"Updated content of the private post."
"privateNews"
Updated successfully
"550e8400-e29b-41d4-a716-446655440000"
"My First Post"
"This is the content of my first post."
"blog"