githubEdit

Bridge

API to manage the bridge.

List bridges

get

List all available bridges

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Bridge Success Response

application/json
get
/clip/v2/resource/bridge

Get bridge

get

Get details of a single bridge from its given {bridgeId}.

Authorizations
hue-application-keystringRequired
Path parameters
bridgeIdstringRequired

ID of the bridge

Responses
chevron-right
200

Bridge Success Response

application/json
get
/clip/v2/resource/bridge/{bridgeId}

Update bridge

put

Update a single bridge from its given {bridgeId}.

Authorizations
hue-application-keystringRequired
Path parameters
bridgeIdstringRequired

ID of the bridge

Body
typestring · enumOptionalPossible values:
Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/bridge/{bridgeId}

Last updated

Was this helpful?