Verilobi API
HomeBeach BotV-WorkV-BuildingV-Worker
HomeBeach BotV-WorkV-BuildingV-Worker
🔗 Teknolobi
🔗 Verilobi
  1. V-Work
  • About Verilobi Work
  • Accounts
    • Hesapları Listele
      GET
  • Maps
  • Find pet by ID
    GET
  • Find pet by ID Copy
    GET
  • Add a new pet to the store
    POST
  • Generate Access Token
    POST
  • Update an existing pet
    PUT
  • Deletes a pet
    DELETE
  • Finds Pets by status
    GET
  1. V-Work

Update an existing pet

PUT
https://vh.verilobi.com/API/pet

Request

Body Params application/json

Example
{}

Request Code Samples

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 'https://vh.verilobi.com/API/pet' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟠405Validation error
application/json
Body

Example
{}
🟢200OK
🟠404Record not found
Previous
Generate Access Token
Next
Deletes a pet