Vegazap
Sample APIs
Copy Page
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
Sample APIs
Copy Page
Update an existing pet
PUT
/pet
testar
Run in Apidog
Run in Apidog
pet
Requisição
Parâmetros Body
application/json
Gerar Código
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
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
PUT
'/pet'
\
--header
'Content-Type: application/json'
\
--data-raw
''
Respostas
🟠
405
Validation error
application/json
Gerar Código
Body
Gerar Código
object
{0}
Exemplo
{
}
🟢
200
OK
🟠
404
Record not found
Modified at
2024-09-24 14:48:55
Página anterior
Add a new pet to the store
Próxima página
Deletes a pet