Vegazap
  1. Sample APIs
Vegazap
  • Comece por aqui
  • Autenticação
  • Códigos HTTP das respostas
  • Canais de suporte
  • Sample APIs
    • Find pet by ID
      GET
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Deletes a pet
      DELETE
    • Finds Pets by status
      GET
  1. Sample APIs

Update an existing pet

PUT
/pet
pet

Requisição

Parâmetros Bodyapplication/json
object {0}
Exemplo
{}

Exemplos de Requisição

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/pet' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Respostas

🟠405Validation error
application/json
Body
object {0}
Exemplo
{}
🟢200OK
🟠404Record not found
Página anterior
Add a new pet to the store
Próxima página
Deletes a pet
Built with