Skip to content

Commit

Permalink
feat: update api (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter authored Jun 14, 2024
1 parent 7f1b156 commit 9e34848
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/assets/api/openapi-bff.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
openapi: 3.0.3
info:
title: onecx-product-store-bff
Expand Down Expand Up @@ -836,7 +837,8 @@ components:
pageSize:
format: int32
description: The size of page
default: 10
default: 100
maximum: 1000
minimum: 1
exclusiveMinimum: false
type: integer
Expand Down Expand Up @@ -1130,8 +1132,9 @@ components:
pageSize:
format: int32
description: The size of page
default: 10
default: 100
minimum: 1
maximum: 1000
exclusiveMinimum: false
type: integer
CreateMicrofrontendRequest:
Expand Down Expand Up @@ -1518,7 +1521,8 @@ components:
pageSize:
format: int32
description: The size of page
default: 10
default: 100
maximum: 1000
type: integer
CreateSlotRequest:
required:
Expand Down

0 comments on commit 9e34848

Please sign in to comment.