v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Catalogs

Partial Update

Update a subset of properties of a catalog

patch/public/api/catalogs/{id}

Path parameters

idstring required

The id of the catalog

Headers

Acceptstring

e.g. application/json

Request body

titlestring

Example request

{
  "title": "Houston Rockets catalog."
}

Response

OK

catalog_idstring
titlestring
group_idsstring[]
created_datestring
updated_datestring

Example response

{
  "catalog_id": "54ab03c6546847ee0d30086a",
  "title": "Houston Rockets catalog.",
  "group_ids": [
    "staf",
    "managers"
  ],
  "created_date": "2018-05-23T04:51:40.862Z",
  "updated_date": "2018-05-23T04:51:40.862Z"
}