Update server-side logging settings
POST /admin/serverLoggingSettings
Replaces connector-specific additionalFieldValues used by server-side call logging for the current App Connect CRM user. The body must include additionalFieldValues. Despite the admin path prefix, this route does not independently validate RingCentral administrator status.
Operation ID: postAdminServerLoggingSettings
Authorization: BEARER or API key
Request body
Connector-defined JSON payload. The exact fields depend on the selected connector interface.
Content type: application/json
Schema: object of any
{}
Responses
| Status | Description | Body |
|---|---|---|
200 |
Successful route-specific JSON response. Consult the operation description for ownership and semantics. | GenericSuccessResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |