OpenAPI
You can sync GitBook pages with an OpenAPI or Swagger file or a URL to include auto-generated API methods in your documentation.
OpenAPI block
GitBook's OpenAPI block is powered by Scalar, so you can test your APIs directly from your docs.
Add a new pet to the store.
Scopes obrigatórios
Este endpoint requer os seguintes scopes:
- : modify pets in your account
- : read your pets
Autorizações
OAuth2implicitObrigatório
Authorization URL:
Corpo
idinteger · int64OpcionalExample:
10namestringObrigatórioExample:
doggiephotoUrlsstring[]Obrigatório
statusstring · enumOpcionalValores possíveis:
pet status in the store
Respostas
200
Successful operation
400
Invalid input
Sem conteúdo
422
Validation exception
default
Unexpected error
post
/pet