PUT /agent/registration/{agentRegistrationId}/actSettings
Create or update the ACT-managed settings for an agent registration. These settings currently control whether anonymous users may start a chat session with the registered agent.
Only members of the Synapse Access and Compliance Team (ACT) may make this change. To update existing settings, the request must include the current etag; the update will fail with a 409 conflict if the etag does not match the current value.Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/agent/registration/{agentRegistrationId}/actSettings
Resource URL Variables
| {agentRegistrationId} | The Synapse issued agent registration id. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | PUT |
| Request Object | AgentRegistrationActSettingsRequest (application/json) |
| Response Object | AgentRegistrationActSettingsBundle (application/json) |