updateDocument

Update an existing document or generate it in a different format either synchronously (wait for the result) or asynchronously (enqueue document creation and get the result later with the documentId).

Possibilities to update the stored document contents:

  • xml/json data filled + one of Processing Options defined
    The contents of the document are completely replaced by newly created ones
  • xml/json data not filled + one of Processing Options defined
    Contents are created or updated with the existing document data of the stored document.
    Existing contents are retained. For example add contents in further languages.
  • xml/json data filled + none of Processing Options defined
    All existing contents are recreated/updated with the new document data.

If the stored document is archived a new revision will be created in the connected archive.
Language
Authorization
Click Try It! to start a request and see the response here!