DocumentByTypeRequestPostPayload
{
"parent": 34,
"name": "My topic",
"custom_attributes": [
{
"name": "My custom attribute name",
"value": "My attribute value"
}
],
"content": "<?xml>...",
"subtype": "component"
}
Properties
allOf
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
anonymous | false | none | none |
and
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
anonymous | object | false | none | none |
» content | string | false | none | The document XML content. |
» subtype | string | false | none | The type of the document. |
Enumerated Values
Property | Value |
|---|---|
subtype | publication |
subtype | component |
subtype | informaltopic |
subtype | appendix |
subtype | danger |
subtype | warning |
subtype | caution |
subtype | notice |
subtype | note |
subtype | important |
subtype | tip |
subtype | custom |