Skip to main content

Paligo API

DocumentRequestPostPayload

{
  "parent": 34,
  "name": "My topic",
  "custom_attributes": [
    {
      "name": "My custom attribute name",
      "value": "My attribute value"
    }
  ]
}

Properties

Name

Type

Required

Restrictions

Description

parent

integer

false

none

The parent folder of the document, by default - Documents root folder

name

string

false

none

The name of the document.

custom_attributes

[CustomAttribute]

false

none

A list of custom attributes on the document.