Skip to main content

operators_info

Function operators_info 

Source
pub async fn operators_info(
    __arg0: State<AppState>,
    __arg1: Path<String>,
    headers: HeaderMap,
) -> Response
Expand description

GET /v1/operators/:sid. Bearer mandatory. 404 on unknown sid, 401 on token mismatch. connected reflects whether ws_session is currently Some (= a WS is live, not merely that the session was ever connected).