Pins
Body
titlestringRequired
Title of the pin
contentUrlstring · uriRequired
URL of the content associated with the pin
contentTypestring · enumRequiredPossible values:
Type of content associated with the pin
latitudenumber · nullableOptional
Latitude coordinate (optional, can be derived from geoPose)
longitudenumber · nullableOptional
Longitude coordinate (optional, can be derived from geoPose)
Responses
201
Global pin created successfully
application/json
400
Invalid pin data
application/json
500
Failed to create pin
application/json
post
/pinsPath parameters
idintegerRequired
Body
titlestringRequired
contentUrlstring · uriRequired
contentTypestring · enumRequiredPossible values:
gcpDatastring · nullableOptional
Responses
200
Pin updated
application/json
400
Bad request
application/json
500
Internal server error
application/json
put
/pins/{id}Last updated