posts

Patch a post

Partially update a post by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.

Permissions

Must have the edit_post permission.

put/api/v4/posts/{post_id}/patch

Path parameters

post_idstring required

Post GUID

Request body

is_pinnedboolean

Set to true to pin the post to the channel it is in

messagestring

The message text of the post

file_idsstring[]

The list of files attached to this post

Response

Post patch successful

idstring
create_atinteger

The time in milliseconds a post was created

update_atinteger

The time in milliseconds a post was last updated

delete_atinteger

The time in milliseconds a post was deleted

edit_atinteger
user_idstring
channel_idstring
root_idstring
original_idstring
messagestring
typestring
propsobject
hashtagstring
file_idsstring[]
pending_post_idstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.