👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request PATCH \ --url https://{instance}.omniapp.co/api/v1/connections/{connectionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "baseRole": "CONNECTION_ADMIN", "environmentUserAttribute": {} } '
{ "success": true, "message": "<string>" }
Update connection properties
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
Connection ID
Base role for connection access
CONNECTION_ADMIN
QUERIER
Environment user attribute configuration
Connection updated successfully
Was this page helpful?