MotionAreaCandidate

API to manage motion area candidates.

List motion area candidates.

get

List all available motion area candidates resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
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
chevron-right
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
chevron-right
200

Success

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

Last updated

Was this helpful?