Branding
Update Branding
Update branding settings
PUT
Update Branding
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update branding settings
curl --request PUT \
--url https://api.oviond.com/v1/branding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"logo_url": "<string>",
"favicon_url": "<string>"
}
'{
"success": true
}curl --request PUT \
--url https://api.oviond.com/v1/branding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"logo_url": "<string>",
"favicon_url": "<string>"
}
'{
"success": true
}