Skip to content

Commit

Permalink
fix: change a response schema in openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iryabov committed Jan 15, 2025
1 parent 2a0a8ca commit 76d059e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions admin-app/src/main/resources/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/DataResponse'
$ref: '#/components/schemas/ListDataResponse'
/api/data-ingest/method-ignore-rules/{id}:
delete:
summary: Delete method ignore rule by ID
Expand Down

0 comments on commit 76d059e

Please sign in to comment.