chore(docs): Generated API Reference (#2120)

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-08-29 14:39:35 +03:00
committed by GitHub
parent 076b41bb89
commit b98a09dd9f
11 changed files with 46 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
post:
operationId: PostDiscountsDiscountConditions
summary: >-
summary: Create a DiscountCondition
description: >-
Creates a DiscountCondition. Only one of `products`, `product_types`,
`product_collections`, `product_tags`, and `customer_groups` should be
provided.
@@ -26,7 +27,6 @@ post:
result.
schema:
type: string
description: Creates a DiscountCondition
requestBody:
content:
application/json:

View File

@@ -92,7 +92,8 @@ get:
$ref: ../components/schemas/discount_condition.yaml
post:
operationId: PostDiscountsDiscountConditionsCondition
summary: >-
summary: Update a DiscountCondition
description: >-
Updates a DiscountCondition. Only one of `products`, `product_types`,
`product_collections`, `product_tags`, and `customer_groups` should be
provided.
@@ -124,7 +125,6 @@ post:
result.
schema:
type: string
description: Updates a DiscountCondition
requestBody:
content:
application/json:

View File

@@ -55,9 +55,9 @@ get:
$ref: ../components/schemas/gift_card.yaml
post:
operationId: PostGiftCardsGiftCard
summary: Create a Gift Card
summary: Update a Gift Card
description: >-
Creates a Gift Card that can redeemed by its unique code. The Gift Card is
Update a Gift Card that can redeemed by its unique code. The Gift Card is
only valid within 1 region.
x-authenticated: true
parameters: