Skip to content

Commit

Permalink
Fix #145 404 error for both: update the OAS description
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Sep 15, 2024
1 parent fcb05f1 commit 2081ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ paths:
schema:
$ref: '#/components/schemas/RestError'
404:
description: Pet not found.
description: Owner or pet not found.
content:
application/json:
schema:
Expand Down

0 comments on commit 2081ddb

Please sign in to comment.