Skip to content

Sample Request Bodies

Americo Zuzunaga edited this page Apr 26, 2018 · 2 revisions

Saves

{
  save: {
    name: "abc",
    comment: "123",
    draftId: "5adf71cff326761db0a05d98"
  },
  newRevs: [
    {
      body: "aljsdf",
      title: "chapter11"
    },
    {
      body: "aljsdf",
      title: "chapter21"
    }
  ],
  deletedRevIds: []
}

Drafts

{
  draft: {
    name: "Tragedy",
    projectId: "5ae1fc1bf876de44882d3d2b",
    saveIds: ["5ae0c41ef283f979b9bd51ce"],
    description: "Oedipus",
  }
}
Clone this wiki locally