POST /API/managementAPI/addMetaData/{key}/{value}
options=…
API Example:
AbstractRemoteManagementAPI.addMetaData({'value': /* value the meta data value */, 'key': /* key the meta data key */, 'options': /* options the options map (domain, queyList, user) */});
Adds or updates a meta data.
Output:
void
Form parameters:
options - the options map (domain, queyList, user)