Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

DEVDOCS-5222" [update] update delete brands endpoint description #1496

Merged
merged 2 commits into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion reference/catalog/brands_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,12 @@ paths:
tags:
- Brands
summary: Delete Brands
description: 'By default, it deletes all *Brand* objects. A filter should be added to avoid deleting all *Brand* objects in a store.'
description: |-
To delete brand objects, you must include a filter.

**Required Fields**
- name

operationId: deleteBrands
parameters:
- name: name
Expand Down
Loading