Edit the content, attachments, pinned status, or visibility of an existing forum post or comment.
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
The unique identifier of the forum post to update.
Parameters for UpdateForumPost
A replacement list of file attachments for this post, such as images or videos.
The updated body of the post in Markdown format. For example, 'Check out this update'. Hidden if the post is paywalled and the viewer has not purchased access.
Whether this post should be pinned to the top of the forum. Only top-level posts can be pinned, not comments.
The updated title of the post, displayed prominently at the top. Required for paywalled posts as it remains visible to non-purchasers.
Controls who can see this forum post, such as members only or public.
members_only, globally_visible A successful response
A post or comment in a forum feed, supporting rich text, attachments, polls, and reactions.
Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "VXNlci0xMA==") or integer (such as 4) input value will be accepted as an ID.
The headline of the forum post. Null if the post has no title.
"Weekly Market Analysis - February 2025"
The body of the forum post in Markdown format. Null if the post is paywalled and the current user does not have access.
"## My Strategy\n\nHere are the key steps..."
The time this post was created, as a Unix timestamp.
"2023-12-01T05:00:00.401Z"
The time this post was last updated, as a Unix timestamp.
"2023-12-01T05:00:00.401Z"
Whether this post has been edited after its initial creation.
Whether the author of this post is an admin of the company that owns the forum.
Whether this post is pinned to the top of the forum feed.
The unique identifier of the parent post. Null if this is a top-level post.
The user who authored this forum post.
The total number of times this post has been viewed by users.
42
The total number of like reactions this post has received.
42
The total number of direct comments on this post.
42