Bookmark Blog Post
Powered by VitePress OpenAPI
Bookmark a blog post.
Auth: session.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | Post id |
Request Body
Optional.
json
{}Response 200
json
{
"data": { "post_id": "post_2", "bookmarked": true },
"user_context": { "authenticated": true },
"meta": {}
}Response Errors
401missing session404post not found
Notes
- Use this for saved or favorite content flows.
- Works well with user dashboards and reading lists.