chore(docs): Generated API Reference (automated) (#12943)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
shahednasser
parent
e153ef491d
commit
3028425a86
@@ -33,8 +33,18 @@ properties:
|
||||
- gte
|
||||
- nin
|
||||
value:
|
||||
type: string
|
||||
title: value
|
||||
oneOf:
|
||||
- type: string
|
||||
title: value
|
||||
description: The shipping option rule's value.
|
||||
example: 'true'
|
||||
- type: array
|
||||
description: The shipping option rule's values.
|
||||
items:
|
||||
type: string
|
||||
title: value
|
||||
description: A value of the shipping option rule.
|
||||
example: 'true'
|
||||
shipping_option_id:
|
||||
type: string
|
||||
title: shipping_option_id
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
type: object
|
||||
description: The gift card invitation's details.
|
||||
x-schemaName: StoreGiftCardInvitation
|
||||
required:
|
||||
- id
|
||||
- email
|
||||
- status
|
||||
- gift_card
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title: id
|
||||
description: The gift card invitation's ID.
|
||||
email:
|
||||
type: string
|
||||
title: email
|
||||
description: The gift card invitation's email.
|
||||
format: email
|
||||
status:
|
||||
type: string
|
||||
title: status
|
||||
description: The gift card invitation's status.
|
||||
gift_card:
|
||||
$ref: ./StoreGiftCard.yaml
|
||||
Reference in New Issue
Block a user