Create a draft version of an existing content item.post https://example.com/authoring/v1/content/{id}/create-draftRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsidstringrequiredQuery ParamsincludestringfieldsstringHeadersIf-MatchstringResponses 200Successfully created a draft version of the content item. 400The content item is not in the ready state and cannot create a draft. 404The content item with ID {id} was not found. 409A draft already exists with the given ID or unable to create a draft of the content item as it was updated by another user since you retrieved it. 412The If-Match pre-condition failed. The revision value that you provided in the If-Match parameter did not match the recent document version. The error message includes the recent version of the document. 429Too Many Requests, the server has reached a limit, the request must be sent again at a later time. 503Unable to change the status of the content item as the service is unavailable. Try again later. defaultUnexpected error.Updated 8 days ago