Changes the partner display name shown in the dashboard and API responses.
cURL
curl --request PUT \ --url https://api.vocobase.com/api/v2/config/display-name \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "display_name": "Acme Corporation" } '
{ "success": true, "data": { "display_name": "Acme Corporation", "message": "Display name updated successfully." } }
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
rg_live_xxxx
New display name (1-100 characters).
100
"Acme Corporation"
Display name updated.
Show child attributes