Save Article Draft

  • REST Method: PUT
  • URL: https://docsapi.helpscout.net/v1/articles/{id}/drafts
  • Content-Type: application/json

Use this endpoint to create or update a draft version of an article so that the published version will not be affected. If a draft does not already exist, one will be created. If a draft does exist, it will be updated.

{
    "text": "Text of the article draft goes here."
}

Accepted Fields

Name Type Required Default Notes
text String Y   The text of the article draft.

Response

Response Name Type Notes
Header Status Integer 200
Status: 200 OK