API Reference
Reference for the API
JavaScript
import Dasdk from 'dasdk'; const client = new Dasdk({ apiKey: 'My API Key', }); const response = await client.pet.uploadImage(0); console.log(response.code);
{ "code": 123, "type": "<string>", "message": "<string>" }
ID of pet to update
Additional Metadata
The body is of type file.
file
successful operation