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>" }
Documentation IndexFetch the complete documentation index at: https://docs.consignease.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.consignease.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of pet to update
Additional Metadata
The body is of type file.
file
successful operation