v2
latestOpenAPI 3.1.02026-08-07750280.6 KBCatalogues
Assign or unassign items to/from a catalogue
Assign items to a catalogue or unassign them to make them standalone.
post/catalogues/items/assign
Request body
Example request
{
"catalogue_id": "123e4567-e89b-12d3-a456-426614174000",
"item_ids": [
"789e0123-e89b-12d3-a456-426614174002",
"890e0123-e89b-12d3-a456-426614174003"
]
}Response
Items assigned/unassigned successfully