SwiftFleet
Leverings- & flådestyring
Update an existing pet by Id.
A valid request URL is required to generate request examples
{ "name": "doggie", "photoUrls": [ "<string>" ], "id": 10, "category": { "id": 1, "name": "Dogs" }, "tags": [ { "id": 123, "name": "<string>" } ], "status": "available" }
The access token received from the authorization server in the OAuth 2.0 flow.
Update an existent pet in the store
"doggie"
10
Show child attributes
1
"Dogs"
pet status in the store
available
pending
sold
Successful operation
Was this page helpful?