Meta-data

The method allows you to set the meta-data for the address. The field type is free, you can set any value

Examples of the request body:

{
  "id": "...",
  "meta": 199
}
{
  "id": "...",
  "meta": [1,2,3,4]
}
{
  "id": "...",
  "meta": "some str"
}
{
  "id": "...",
  "meta": ["one", "two"]
}
{
  "id": "...",
  "meta": {
    "arr": ["1","2"],
    " some": "field"
  }
}

Meta-data

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body
idstringRequired

ID of the address in the system

Example: 7c79601b-4200-4b6c-89b3-d31328a3927f
metaobject | array | string | nullRequiredExample: some meta-data, allow free format (string, array, object etc)
Responses
200Success
application/json
post
/api-gateway/addresses/set-meta
200Success

Last updated