Skip to main content
PUT
/
v1
/
branding
Update Branding
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
}

Authorizations

Authorization
string
header
required

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

Body

application/json
logo_url
string
favicon_url
string

Response

200 - application/json

Updated

success
enum<boolean>
required
Available options:
true