We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
POST /message/draft
With a <draft_object> in the body of the request.
<draft_object>
Pushes a the supplied <draft_object> into draft list of the client.
PUT /message/draft/<draft_id>/
Pushes a new version of the <draft_object> into draft list of the client.
GET /message/draft/list
Returns the draft list associated with current the client.