Publish a post
publish_postSets a post's status to published and stamps the published_at timestamp.
Instructions
Sets a post's status to published (stamps published_at). Shorthand for update_post({ status: 'published' }). Requires the posts:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | PocketBase record ID of the post to publish. |