content-draft

Open a content draft for an editing session

post/api/v1/content-draft

Request body

missionIdstring required

The mission this draft is seeded from. Publishing derives the target saga and track from it, so a draft cannot exist without one.

sessionIdstring required

Client-minted identifier for this editing session. Creation is idempotent on it: asking twice for the same session answers with the same draft.

Response

draftIdstring required

Address the draft by this on every subsequent call.

versionnumber required

The draft version this session opened at. Compare against a later value to detect that the draft moved on.

Changes