cURL
curl --request POST \ --url https://api.dooki.com.br/v2/{alias}/config/photos \ --header 'Content-Type: application/json' \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>' \ --data '{ "width_small": 123, "height_small": 123, "width_thumb": 123, "height_thumb": 123, "width_medium": 123, "height_medium": 123, "width_large": 123, "height_large": 123 }'
"<any>"
Cria uma nova configuração de foto com os tamanhos especificados
Alias da loja
Representa os dados necessários para criar ou atualizar uma configuração de fotos
Configuração de foto criada com sucesso
The response is of type any.
any
Was this page helpful?