Skip to content

Commit

Permalink
feat: update openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenke committed Jan 15, 2024
1 parent ceab6bf commit 23af945
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/openapi/openapi-help-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ paths:
content:
application/json:
schema:
items:
$ref: '#/components/schemas/HelpPageResult'
$ref: '#/components/schemas/HelpPageResult'
/helps/itemId/{itemId}:
get:
tags:
Expand Down Expand Up @@ -198,7 +197,7 @@ components:
resourceUrl:
type: string
appId:
type: string
type: string
pageNumber:
format: int32
description: The number of page.
Expand Down

0 comments on commit 23af945

Please sign in to comment.