user/update-metadata

Updates user metadata for your application. Limited to 512 bytes.

Usage

Requires POST.

https://www.geni.com/api/user/update-metadata?data={"lat":"103","lon":"85"}

Parameters

Name Type Description Required
data Hash Custom metadata in JSON format to be stored by your application.

Returned Fields

Name Type Description
data Hash Custom metadata in JSON format stored by your application.
Note: Blank fields will not be returned to save bandwidth.

rails-1a-000