Update Access Group Metadata

Updates Access Group metadata by merging existing key–value pairs on the Access Group with the provided key–value pairs.

Send in an object with key-value pairs to update the metadata, for instance:

{
  myDataKey: "abc",
}

To delete a field from the metadata, send in null as the value, for instance:

{
  myDataKey: null,
}
Required Scopeproject.admin
Required ModulemobileKey
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the Project. Must match the one in the JWT.

string
required

ID of the Access Group.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json