Bridge
API to manage the bridge.
List all available bridges
Authorizations
hue-application-keystringRequired
Responses
200
Bridge Success Response
application/json
Responseall of
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
405
Method Not Allowed
application/json
406
Not Acceptable
application/json
409
Conflict
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
503
Service Unavailable
application/json
507
Insufficient Storage
application/json
get
/clip/v2/resource/bridgeGet details of a single bridge from its given {bridgeId}.
Authorizations
hue-application-keystringRequired
Path parameters
bridgeIdstringRequired
ID of the bridge
Responses
200
Bridge Success Response
application/json
Responseall of
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
405
Method Not Allowed
application/json
406
Not Acceptable
application/json
409
Conflict
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
503
Service Unavailable
application/json
507
Insufficient Storage
application/json
get
/clip/v2/resource/bridge/{bridgeId}Update a single bridge from its given {bridgeId}.
Authorizations
hue-application-keystringRequired
Path parameters
bridgeIdstringRequired
ID of the bridge
Body
typestring · enumOptionalPossible values:
Responses
200
Success
application/json
Responseall of
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
405
Method Not Allowed
application/json
406
Not Acceptable
application/json
409
Conflict
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
503
Service Unavailable
application/json
507
Insufficient Storage
application/json
put
/clip/v2/resource/bridge/{bridgeId}Last updated
Was this helpful?