chore(docs): Updated API Reference (automated) (#11053)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-20 14:38:53 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent 8dc8d648f9
commit 5b9cb5a2be
4 changed files with 1 additions and 10 deletions
@@ -16701,7 +16701,6 @@ paths:
summary: Manage Inventory Levels summary: Manage Inventory Levels
description: Manage inventory levels to create, update, or delete them. description: Manage inventory levels to create, update, or delete them.
x-authenticated: true x-authenticated: true
parameters: []
security: security:
- api_token: [] - api_token: []
- cookie_auth: [] - cookie_auth: []
@@ -16807,8 +16806,6 @@ paths:
tags: tags:
- Inventory Items - Inventory Items
responses: responses:
'200':
description: OK
'400': '400':
$ref: '#/components/responses/400_error' $ref: '#/components/responses/400_error'
'401': '401':
@@ -3,7 +3,6 @@ post:
summary: Manage Inventory Levels summary: Manage Inventory Levels
description: Manage inventory levels to create, update, or delete them. description: Manage inventory levels to create, update, or delete them.
x-authenticated: true x-authenticated: true
parameters: []
security: security:
- api_token: [] - api_token: []
- cookie_auth: [] - cookie_auth: []
@@ -89,8 +88,6 @@ post:
tags: tags:
- Inventory Items - Inventory Items
responses: responses:
'200':
description: OK
'400': '400':
$ref: ../components/responses/400_error.yaml $ref: ../components/responses/400_error.yaml
'401': '401':
@@ -15,7 +15,7 @@ properties:
title: variant_id title: variant_id
description: The associated product variant's ID. description: The associated product variant's ID.
variant: variant:
$ref: ./AdminProductVariant.yaml type: object
inventory_item_id: inventory_item_id:
type: string type: string
title: inventory_item_id title: inventory_item_id
@@ -4,7 +4,6 @@
* summary: Manage Inventory Levels * summary: Manage Inventory Levels
* description: Manage inventory levels to create, update, or delete them. * description: Manage inventory levels to create, update, or delete them.
* x-authenticated: true * x-authenticated: true
* parameters: []
* security: * security:
* - api_token: [] * - api_token: []
* - cookie_auth: [] * - cookie_auth: []
@@ -110,8 +109,6 @@
* tags: * tags:
* - Inventory Items * - Inventory Items
* responses: * responses:
* "200":
* description: OK
* "400": * "400":
* $ref: "#/components/responses/400_error" * $ref: "#/components/responses/400_error"
* "401": * "401":