Update the Theme of the account.
Security
bearerToken
- Productionhttps://api-v2.dash.app/theme
- Staginghttps://api-v2.dashstaging.app/theme
curl -i -X PATCH \
https://api-v2.dash.app/theme \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"accentColour": {
"value": "example value"
},
"showRecentlyAddedAssets": true
}'Response
{ "result": { "accentColour": "#333666", "logoUrl": "https://example.com", "loginImageUrl": "https://example.com", "faviconUrl": "https://example.com", "homepageImageUrl": "https://example.com", "showRecentlyAddedAssets": true, "contextType": "ACCOUNT", "contextId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd" }, "permittedActions": [ { … } ] }