Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | integer | true | The ID of the document. |
body | body | false | none | |
» name | body | string | false | The name of the document. |
» content | body | string | false | The document XML content. |
» checkout | body | boolean | false | Force checkout document. |
» taxonomies | body | [number] | false | The document’s taxonomies. |
» custom_attributes | body | false | A list of custom attributes on the document. | |
»» name | body | string | false | The name of the attribute. |
»» value | body | string | false | The value of the attribute. |