Post an upload object for one of the images in the account's Theme
Security
bearerToken
- Productionhttps://api-v2.dash.app/theme-image-uploads
- Staginghttps://api-v2.dashstaging.app/theme-image-uploads
curl -i -X POST \
https://api-v2.dash.app/theme-image-uploads \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"themeImageType": "FAVICON"
}'Response
{ "url": "https://example.com" }