eds_da_put_source
Create or update the source HTML of a Document Authoring document by providing its path and full content. Uses EDS_DA_TOKEN for authentication.
Instructions
Create or update (upsert) the authored source of a Document Authoring document. Requires EDS_DA_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | DA document path to write; ".html" is assumed when no extension is given (e.g., "blog/my-post" → blog/my-post.html) | |
| content | Yes | The full source content to store (typically HTML) | |
| contentType | No | MIME type of the content (default: text/html) |