For the complete documentation index, see llms.txt. This page is also available as Markdown.

MotionAreaCandidate

API to manage motion area candidates.

List motion area candidates.

get

List all available motion area candidates resources.

Authorizations
hue-application-keystringRequired
Responses
200

MotionAreaCandidate Success Response

application/json
get/clip/v2/resource/motion_area_candidate

Get motion area candidate.

get

Get details of a single motion area candidate resource from its given {motionAreaCandidateId}.

Authorizations
hue-application-keystringRequired
Path parameters
motionAreaCandidateIdstringRequired

ID of the motion area candidate

Responses
200

MotionAreaCandidate Success Response

application/json
get/clip/v2/resource/motion_area_candidate/{motionAreaCandidateId}

Update motion area candidate.

put

Update a single motion area candidate resource from its given {motionAreaCandidateId}.

Authorizations
hue-application-keystringRequired
Path parameters
motionAreaCandidateIdstringRequired

ID of the motion area candidate

Body
typestringOptional

Type of the supported resources (always motion_area_candidate here)

Responses
200

Success

application/json
put/clip/v2/resource/motion_area_candidate/{motionAreaCandidateId}

Last updated

Was this helpful?