Skip to main content

Paligo API

Parameters

Name

In

Type

Required

Description

id

path

integer

true

The ID of the document.

body

body

DocumentRequestPutPayload

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

[CustomAttribute]

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.