Created
May 29, 2020 09:56
-
-
Save nicolastakashi/22766b3b52e7a970d72ed4743928878f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| components: | |
| parameters: | |
| page: | |
| in: query | |
| description: Desired page | |
| name: page | |
| schema: | |
| type: integer | |
| format: int32 | |
| default: 1 | |
| minimum: 1 | |
| pageSize: | |
| in: query | |
| description: Desired quantity of itens per page | |
| name: pageSize | |
| schema: | |
| type: integer | |
| format: int32 | |
| default: 10 | |
| minimum: 10 | |
| maximum: 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment