docs-util: add publishable api key header parameter to store routes OAS (#10747)
* docs-util: add publishable api key header parameter to store routes OAS * fix oas
This commit is contained in:
@@ -19,8 +19,13 @@
|
||||
* title: id
|
||||
* description: The price rule's ID.
|
||||
* value:
|
||||
* type: string
|
||||
* title: value
|
||||
* oneOf:
|
||||
* - type: string
|
||||
* title: value
|
||||
* description: The price rule's value.
|
||||
* - type: number
|
||||
* title: value
|
||||
* description: The price rule's value.
|
||||
* description: The price rule's value.
|
||||
* operator:
|
||||
* type: string
|
||||
|
||||
@@ -28,18 +28,8 @@
|
||||
* description: The shipping option rule's operator.
|
||||
* example: eq
|
||||
* value:
|
||||
* oneOf:
|
||||
* - type: string
|
||||
* title: value
|
||||
* description: The rule's value.
|
||||
* example: '"true"'
|
||||
* - type: array
|
||||
* description: The rule's values.
|
||||
* items:
|
||||
* type: string
|
||||
* title: value
|
||||
* description: A rule's value
|
||||
* example: '"true"'
|
||||
* type: string
|
||||
* title: value
|
||||
* shipping_option_id:
|
||||
* type: string
|
||||
* title: shipping_option_id
|
||||
|
||||
Reference in New Issue
Block a user