Skip to content

Commit

Permalink
Updating OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Sep 17, 2024
1 parent ae63a5b commit 29e19d3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontends/api/src/generated/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ components:
- name
PaginatedBasketItemList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -637,6 +640,9 @@ components:
$ref: '#/components/schemas/BasketItem'
PaginatedBasketList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -657,6 +663,9 @@ components:
$ref: '#/components/schemas/Basket'
PaginatedIntegratedSystemList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -677,6 +686,9 @@ components:
$ref: '#/components/schemas/IntegratedSystem'
PaginatedProductList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand Down

0 comments on commit 29e19d3

Please sign in to comment.