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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2023-08-07 16:54:48 +03:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent efdea04963
commit 658339767b
1138 changed files with 11740 additions and 7043 deletions
+13 -7
View File
@@ -1,7 +1,7 @@
get:
operationId: GetTaxRatesTaxRate
summary: Get a Tax Rate
description: Retrieves a TaxRate
description: Retrieve a Tax Rate's details.
parameters:
- in: path
name: id
@@ -11,7 +11,7 @@ get:
type: string
- in: query
name: fields
description: Which fields should be included in the result.
description: Comma-separated fields that should be included in the returned tax rate.
style: form
explode: false
schema:
@@ -20,7 +20,9 @@ get:
type: string
- in: query
name: expand
description: Which fields should be expanded and retrieved in the result.
description: >-
Comma-separated relations that should be expanded in the returned tax
rate.
style: form
explode: false
schema:
@@ -67,7 +69,7 @@ get:
post:
operationId: PostTaxRatesTaxRate
summary: Update a Tax Rate
description: Updates a Tax Rate
description: Update a Tax Rate's details.
parameters:
- in: path
name: id
@@ -77,7 +79,7 @@ post:
type: string
- in: query
name: fields
description: Which fields should be included in the result.
description: Comma-separated fields that should be included in the returned tax rate.
style: form
explode: false
schema:
@@ -86,7 +88,9 @@ post:
type: string
- in: query
name: expand
description: Which fields should be expanded and retrieved in the result.
description: >-
Comma-separated relations that should be expanded in the returned tax
rate.
style: form
explode: false
schema:
@@ -138,7 +142,9 @@ post:
delete:
operationId: DeleteTaxRatesTaxRate
summary: Delete a Tax Rate
description: Deletes a Tax Rate
description: >-
Delete a Tax Rate. Resources associated with the tax rate, such as products
or product types, are not deleted.
x-authenticated: true
parameters:
- in: path