For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set User Channels

This endpoint updates the user's transmitting and scanned channels.

Set User Channels

POST /api/radio/set-user-channels/:id/:key/:roomId/:identity

This endpoint updates the user's transmitting and scanned channels.

Headers

Name
Value

Content-Type

application/json

URL Parameters

Name
Type
Description

id

string

Community ID

key

string

Community API Key

roomId

number

Server ID (0 if none created)

identity

string

User Radio Identity

Body

Name
Type
Description

transmit

number

(OPTIONAL) Channel ID to transmit on

scan

number array

(OPTIONAL) Channel IDs to scan

Response

{
    "result": "ok"
}

Last updated

Was this helpful?