Skip to content

Commit

Permalink
fix: Implements some adjustments to properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobertholino committed Nov 24, 2024
1 parent 697b9a8 commit 8b38327
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: Spring PetClinic Sample Application.
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: '1.0'
servers:
- url: http://localhost:9966/petclinic/api
Expand Down Expand Up @@ -1831,7 +1831,7 @@ components:
title: Type
description: Full URL that originated the error response.
type: string
format: text
format: uri
example: 'http://localhost:9966/petclinic/api/owner'
readOnly: true
title:
Expand All @@ -1844,6 +1844,10 @@ components:
title: Status
description: HTTP status code
type: integer
format: int32
minimum: 400
maximum: 600
exclusiveMaximum: true
example: 500
readOnly: true
detail:
Expand Down

0 comments on commit 8b38327

Please sign in to comment.