- General
- Endpoints
Update Single Collection
PUT
/collection/{collection_id}
Collection
Request
Path Params
collection_id
string
required
Example:
83271353-458f-4ce1-8c15-ce9a3a9a3ad9
Query Params
update_without_delete_nested
boolean
optional
Example:
false
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Body Params application/json
name
string
optional
Example:
Order 10199
description
string | null
optional
Example:
3x Chair Lissabon
due_date
string <date> | null
optional
Example:
2020-01-02
status
enum<string>
optional
WARNING
ignored
to not_planned
or from not_planned
to ignored
.Allowed values:
plannednot_plannedignored
Example:
not_planned
custom_fields
array[object (CustomField) {10}]
required
name
string
optional
Example:
Weight
type
enum<string>
optional
Allowed values:
textnumberdatecheckboxemaillinkphonelistselectaddressdrawingtextareausers
Default:
text
Example:
number
scope
enum<string>
optional
Allowed values:
collectioncard
priority
integer
optional
Example:
0
value
string | integer | boolean | array | number | object | null
optional
drawing_id
string <uuid>
optional
components
object (CustomFieldOptionsAddress)
optional
list
array [object {3}]
optional
selected
object
optional
options
optional
number
, select
or list
typesboard_id
string <uuid>
required
cover_image_url
string <uri> | null
optional
cover_image_checksum
string | null
write-onlyoptional
Match pattern:
^[a-fA-F0-9]{64}$
cover_color_hex
string | null
optional
Examples:
#FFF#8d46e0
Match pattern:
^#([A-Fa-f0-9]{3}){1,2}$
cards
array [object {15}]
required
name
string
optional
NOTE
Example:
Painting Order 10199
description
string
optional
NOTE
Example:
Painting 3x Chair Lissabon Red
start_date
string <date> | null
optional
Default:
2020-01-02
start_time
string <time> | null
optional
Default:
15:00
end_date
string <date> | null