Updating catalog with language map
PUT
{{api-url}}/catalog/{{tenant}}/catalogs/{{catalogId}}
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status Created
curl -X PUT 'api-url/catalog/tenant/catalogs/catalogId' -d '{"name":{"en":"Sample catalog after update"},"description":{"en":"Catalog description"},"visibility":{"visible":true,"from":"2022-01-24T12:12:12.616Z","to":"2023-03-24T12:12:12.616Z"},"publishedSites":["main"],"categoryIds":["parentCategoryId"],"metadata":{"version":1}}'