🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/org/updateGeneralSettings \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accountBillingContactEmail": "billing@acme.com",
"accountOwnerEmail": "owner@acme.com",
"accountTechnicalContactEmail": "tech@acme.com",
"accountTechnicalContacts": [
"<string>"
],
"defaultPlayerViewLiveType": "REALTIME",
"inactivityTimeout": 30,
"name": "Acme Corporation",
"uapSettings": {
"enabled": true,
"text": "<string>"
}
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update organization General settings
curl --request POST \
--url https://api2.rhombussystems.com/api/org/updateGeneralSettings \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accountBillingContactEmail": "billing@acme.com",
"accountOwnerEmail": "owner@acme.com",
"accountTechnicalContactEmail": "tech@acme.com",
"accountTechnicalContacts": [
"<string>"
],
"defaultPlayerViewLiveType": "REALTIME",
"inactivityTimeout": 30,
"name": "Acme Corporation",
"uapSettings": {
"enabled": true,
"text": "<string>"
}
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating general organization settings.
Email of the account billing contact
"billing@acme.com"
Email of the account owner
"owner@acme.com"
Email of the account technical contact
"tech@acme.com"
List of account technical contact emails
List of account technical contact emails
REALTIME, BUFFERED Inactivity timeout in minutes
30
Name of the organization
"Acme Corporation"
Show child attributes
Was this page helpful?