Files
medusa-store/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchUpdateReq.ts
github-actions[bot] 53653f5266 chore(docs): Generated OAS (#6752)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2024-03-20 11:30:24 +01:00

44 lines
1.1 KiB
TypeScript

/**
* @schema AdminPostPromotionsPromotionRulesBatchUpdateReq
* type: object
* description: SUMMARY
* x-schemaName: AdminPostPromotionsPromotionRulesBatchUpdateReq
* required:
* - rules
* properties:
* rules:
* type: array
* description: The promotion's rules.
* items:
* type: object
* description: The rule's rules.
* x-schemaName: UpdatePromotionRule
* required:
* - id
* - attribute
* - values
* properties:
* id:
* type: string
* title: id
* description: The rule's ID.
* operator: {}
* description:
* type: string
* title: description
* description: The rule's description.
* attribute:
* type: string
* title: attribute
* description: The rule's attribute.
* values:
* type: array
* description: The rule's values.
* items:
* type: string
* title: values
* description: The value's values.
*
*/