posts
Create a ephemeral post
Create a new ephemeral post in a channel.
Permissions
Must have create_post_ephemeral permission (currently only given to system admin)
post/api/v4/posts/ephemeral
Request body
Example request
{
"post": {
"channel_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
}Response
Post creation successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.