Files
medusa-store/docs/api/admin/components/schemas/AdminDeleteDiscountsDiscountConditionsConditionBatchReq.yaml
github-actions[bot] 658339767b chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-08-07 16:54:48 +03:00

16 lines
305 B
YAML

type: object
required:
- resources
properties:
resources:
description: The resources to be removed from the discount condition
type: array
items:
type: object
required:
- id
properties:
id:
description: The id of the item
type: string