DocumentRequestPutPayload
{
"name": "My topic",
"content": "<?xml>...",
"checkout": "false",
"taxonomies": [
603,
304
],
"custom_attributes": [
{
"name": "My custom attribute name",
"value": "My attribute value"
}
]
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
name | string | false | none | The name of the document. |
content | string | false | none | The document XML content. |
checkout | boolean | false | none | Force checkout document. |
taxonomies | [number] | false | none | The document’s taxonomies. |
custom_attributes | false | none | A list of custom attributes on the document. |