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.

post

Add a new pet to the store.

Scopes requeridos
Este endpoint requiere los siguientes scopes:
  • : modify pets in your account
  • : read your pets
Autorizaciones
OAuth2implicitRequerido
Authorization URL:
Cuerpo
idinteger · int64OpcionalExample: 10
namestringRequeridoExample: doggie
photoUrlsstring[]Requerido
statusstring · enumOpcional

pet status in the store

Valores posibles:
Respuestas
200

Successful operation

post
/pet

¿Te fue útil?