content-draft
Open a content draft for an editing session
post/api/v1/content-draft
Request body
{"stackTrail":"components:schemas:ContentDraftOpenSessionRequestDTO:properties:draft","oasType":"schema","type":"unknown","description":"The mission draft to open the session with."}
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.