Geolocation

API to manage geolocation.

List geolocation.

get

List all available geolocation resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Geolocation Success Response

application/json
get
/clip/v2/resource/geolocation

Get geolocation.

get

Get details of a single geolocation resource from its given {geolocationId}.

Authorizations
hue-application-keystringRequired
Path parameters
geolocationIdstringRequired

ID of the geolocation

Responses
chevron-right
200

Geolocation Success Response

application/json
get
/clip/v2/resource/geolocation/{geolocationId}

Update geolocation.

put

Update a single geolocation resource from its given {geolocationId}.

Authorizations
hue-application-keystringRequired
Path parameters
geolocationIdstringRequired

ID of the geolocation

Body
typestringOptional

Type of the supported resources (always geolocation here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/geolocation/{geolocationId}

Last updated

Was this helpful?