Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Sync Api

Audric Schiltknecht edited this page Feb 19, 2014 · 2 revisions

Api Summary

Method Path Description
POST /papers/<paperid>/sync Send a synchronization session
POST /papers/<paperid>/q Send a synchronization session (legacy mobwrite version)

Synchronization session

Method: POST

Path: /papers/<paperid>/sync

Body: A valid synchronization session.

Response:

Code Value Meaning
200 sync session Synchronization session (see the protocol description)
500 sync object Something wrong happened on the server side

Synchronization session (legacy mobwrite protocol)

Method: POST

Path: /papers/<paperid>/q

Body: A mobwrite synchronization session.

Response:

Code Value Meaning
200 mobwrite Mobwrite session (see the Mobwrite protocol description)
500 sync object Something wrong happened on the server side
Clone this wiki locally