Content Document Operations
Create or update a document in a specific project
Create or update a document in a specific project.
The document will be created with state unpublished. To make changes available on the live website, it's necessary to merge the project.
put/project/{project_id}/document/{document_path}
Path parameters
project_idstring required
specifies the project content is added to
document_pathstring required
Path of a document. This is the absolute path to the document, including the document name. Folders appearing in this path need to preexist
Headers
X-Resource-Versionstring
Resource's version, as obtained when GETting the resource. The first time a resource is created, a empty value is expected (omit the header). Must be used in any subsequent update requests of this resource
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.