Update MetaData
To update the metadata information based on the user id you can use the below API.
info
{api-base-url}
can be obtained from the MirrorFly console.
#
HTTP requestNote : Both key/value should be string only. Maximum of 3 key/value pairs are allowed. You can define key name as you need.
#
Request ParamsParam | DataType | Required | Description |
---|---|---|---|
userId | String | Yes | userId whose metadata to be updated |
metaData | String | Yes | metadata to be updated |
#
ResponsesIf successful, this action returns a metadata in the response body.
#
ErrorIn the case of an error, an error object like below is returned. When the token passed in Headers is not given or expired
In the case of a Bad Request, an error message is returned