RelativeRotary

API to manage relative rotary controls.

List relative rotary controls.

get

List all available relative rotary resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

RelativeRotary Success Response

application/json
get
/clip/v2/resource/relative_rotary

Get relative rotary.

get

Get details of a single relative rotary resource from its given {relativeRotaryId}.

Authorizations
hue-application-keystringRequired
Path parameters
relativeRotaryIdstringRequired

ID of the relative rotary

Responses
chevron-right
200

RelativeRotary Success Response

application/json
get
/clip/v2/resource/relative_rotary/{relativeRotaryId}

Update relative rotary.

put

Update a single relative rotary resource from its given {relativeRotaryId}.

Authorizations
hue-application-keystringRequired
Path parameters
relativeRotaryIdstringRequired

ID of the relative rotary

Body
typestringOptional

Type of the supported resources (always relative_rotary here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/relative_rotary/{relativeRotaryId}

Last updated

Was this helpful?