v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
User Actions

Update amqp subscription

patch/cloud/v1/user_actions/amqp_subscriptions/{subscription_id}

Path parameters

subscription_idinteger required

Subscription ID

Example:17

Subscription ID

Request body

connection_stringstring

Connection string of the following structure "scheme://username:password@host:port/virtual_host"

exchangestring

Exchange name

receive_child_client_eventsboolean

Set to true if you would like to receive user action logs of all clients with the reseller_id matching the current client_id. Defaults to false

routing_keystring

Routing key

Example request

{
  "connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
  "routing_key": "foo"
}

Response

OK

connection_stringstring required

Connection string of the following structure "scheme://username:password@host:port/virtual_host"

exchangestring nullable required

Exchange name

idinteger required

Subscription ID

receive_child_client_eventsboolean required

Set to true if you would like to receive user action logs of all clients with the reseller_id matching the current client_id. Defaults to false

routing_keystring nullable required

Routing key

Example response

{
  "connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
  "id": 33,
  "routing_key": "foo"
}