Skip to main content

Paligo API

TaxonomyRequestPostPutPayload

{
  "title": "Important",
  "color": 3,
  "parent": 123
}

Properties

Name

Type

Required

Restrictions

Description

title

string

true

none

The title of the taxonomy.

color

integer

false

none

The color of the taxonomy.

parent

integer

false

none

The parent taxonomy, by deafult uses the root one.

Enumerated Values

Property

Value

color

0

color

1

color

2

color

3

color

4