Skip to content

Protocol Message Draft

Jacob Sparre Andersen edited this page Mar 25, 2014 · 2 revisions

Drafts

Creating a new draft

POST /message/draft

With a <draft_object> in the body of the request.

Pushes a the supplied <draft_object> into draft list of the client.

Updating an existing draft

PUT /message/draft/<draft_id>/

With a <draft_object> in the body of the request.

Pushes a new version of the <draft_object> into draft list of the client.

Getting a list current drafts

GET /message/draft/list

Returns the draft list associated with current the client.

Clone this wiki locally