मुख्य सामग्री पर जाएं
PUT
/
brands
/
{id}
/
images
JavaScript
import DodoPayments from 'dodopayments';

const client = new DodoPayments({
  bearerToken: process.env['DODO_PAYMENTS_API_KEY'], // This is the default and can be omitted
});

const response = await client.brands.updateImages('id');

console.log(response.image_id);
{
  "image_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "url": "<string>"
}

प्राधिकरण

Authorization
string
header
आवश्यक

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

पथ पैरामीटर

id
string
आवश्यक

Brand Id

प्रतिक्रिया

200 - application/json

Generate presigned upload URL for brand image

image_id
string<uuid>
आवश्यक

UUID that will be used as the image identifier/key suffix

url
string
आवश्यक

Presigned URL to upload the image