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.
Create or replace one or more categories in the catalog.
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.
Successful Response