action miataru_update_location { label: "updateLocation" description: "This method is used to update the location of a device. The device does not need to be known already to the Miataru server but it rather creates a unique identifier for itself in the client application. This unique identifier, or device ID is then used to address this particular device." provider: miataru method: POST path: "/UpdateLocation" encoding: json output: { type: "object" additionalProperties: true } }