Update callout location

Updates the location associated with an active callout without requiring the full callout response body. The path parameter is canonical; the request body should only contain the location payload.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

calloutIdintegerRequired
Callout identifier.

Request

This endpoint expects an object.
latitudedoubleRequired
longitudedoubleRequired
accuracydoubleOptional
calloutIdintegerOptionalDeprecated

Ignored. The callout is resolved from the {calloutId} path parameter; a calloutId in the body has no effect and is accepted only for backward compatibility with older integrators.

Response

Successful.
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error