PUT
/
public
/
v1
/
catalog-search-service
/
catalogs
/
categories
curl --request PUT \
  --url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories \
  --header 'Content-Type: application/json' \
  --data '{
  "categories": [
    {
      "id": "ahEDqV5uhjj8",
      "name": "Beers/Belgian",
      "parentId": "bneEmHKG2yUe"
    }
  ]
}'
This response does not have an example.

Body

application/json

Response

204

Successful Response