Upsert synced draft
POST/api/v4/drafts
Create or update a synced draft for the current user.
Permissions
Must be authenticated, have permission to create posts in the channel, and synced drafts must be enabled.
Request
Responses
- 201
- 400
- 401
- 403
- 501
Draft upsert successful. Returns null when an empty message deletes the draft.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Feature is disabled