diff --git a/www/apps/api-reference/specs/admin/openapi.full.yaml b/www/apps/api-reference/specs/admin/openapi.full.yaml index 7701100f13..634d7e3500 100644 --- a/www/apps/api-reference/specs/admin/openapi.full.yaml +++ b/www/apps/api-reference/specs/admin/openapi.full.yaml @@ -16701,7 +16701,6 @@ paths: summary: Manage Inventory Levels description: Manage inventory levels to create, update, or delete them. x-authenticated: true - parameters: [] security: - api_token: [] - cookie_auth: [] @@ -16807,8 +16806,6 @@ paths: tags: - Inventory Items responses: - '200': - description: OK '400': $ref: '#/components/responses/400_error' '401': diff --git a/www/apps/api-reference/specs/admin/paths/admin_inventory-items_location-levels_batch.yaml b/www/apps/api-reference/specs/admin/paths/admin_inventory-items_location-levels_batch.yaml index 3538a44b7e..bc9d3c17eb 100644 --- a/www/apps/api-reference/specs/admin/paths/admin_inventory-items_location-levels_batch.yaml +++ b/www/apps/api-reference/specs/admin/paths/admin_inventory-items_location-levels_batch.yaml @@ -3,7 +3,6 @@ post: summary: Manage Inventory Levels description: Manage inventory levels to create, update, or delete them. x-authenticated: true - parameters: [] security: - api_token: [] - cookie_auth: [] @@ -89,8 +88,6 @@ post: tags: - Inventory Items responses: - '200': - description: OK '400': $ref: ../components/responses/400_error.yaml '401': diff --git a/www/apps/api-reference/specs/store/components/schemas/AdminProductVariantInventoryItemLink.yaml b/www/apps/api-reference/specs/store/components/schemas/AdminProductVariantInventoryItemLink.yaml index 7783a6dfcd..6a804fff49 100644 --- a/www/apps/api-reference/specs/store/components/schemas/AdminProductVariantInventoryItemLink.yaml +++ b/www/apps/api-reference/specs/store/components/schemas/AdminProductVariantInventoryItemLink.yaml @@ -15,7 +15,7 @@ properties: title: variant_id description: The associated product variant's ID. variant: - $ref: ./AdminProductVariant.yaml + type: object inventory_item_id: type: string title: inventory_item_id diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_inventory-items_location-levels_batch.ts b/www/utils/generated/oas-output/operations/admin/post_admin_inventory-items_location-levels_batch.ts index e046b9321d..0838132996 100644 --- a/www/utils/generated/oas-output/operations/admin/post_admin_inventory-items_location-levels_batch.ts +++ b/www/utils/generated/oas-output/operations/admin/post_admin_inventory-items_location-levels_batch.ts @@ -4,7 +4,6 @@ * summary: Manage Inventory Levels * description: Manage inventory levels to create, update, or delete them. * x-authenticated: true - * parameters: [] * security: * - api_token: [] * - cookie_auth: [] @@ -110,8 +109,6 @@ * tags: * - Inventory Items * responses: - * "200": - * description: OK * "400": * $ref: "#/components/responses/400_error" * "401":