Set User Channels

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

Set User Channels

POST /radio/set-user-channels/:id/:key/: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

identity

string

User Account UUID

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