Skip to content

Instantly share code, notes, and snippets.

@nicolastakashi
Created May 29, 2020 09:56
Show Gist options
  • Select an option

  • Save nicolastakashi/22766b3b52e7a970d72ed4743928878f to your computer and use it in GitHub Desktop.

Select an option

Save nicolastakashi/22766b3b52e7a970d72ed4743928878f to your computer and use it in GitHub Desktop.
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