Admin APIs/Company & White Label
Update Admin Config
PATCH
/admin/configBearer token required
ADMINContent-Type:
application/jsonCode Examples
curl -X PATCH 'https://<your-domain>:3001/admin/config' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'