Skip to content

Commit

Permalink
fixed link to SpringDoc site
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kuba committed Mar 19, 2024
1 parent be0d9ef commit dbb526f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
- getting a specific message by its id
The description of the API in OpenAPI format is generated by
the tool [SpringDoc v2](https://springdoc.org/v2/) from annotated Java classes,
the tool [SpringDoc v2](https://springdoc.org/) from annotated Java classes,
mainly the controller class
[ChatRestController](https://github.com/martin-kuba/muni-chat-service/blob/main/chat-server/src/main/java/cz/muni/chat/server/rest/ChatRestController.java)
and the DTO classes in
Expand Down Expand Up @@ -257,12 +257,12 @@ components:
PageChatMessage:
type: object
properties:
totalPages:
type: integer
format: int32
totalElements:
type: integer
format: int64
totalPages:
type: integer
format: int32
pageable:
$ref: '#/components/schemas/PageableObject'
first:
Expand Down

0 comments on commit dbb526f

Please sign in to comment.