Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

As of Versionproduct version 2021 Autumn (since Alpha1) | component version 1.0
Request MethodPUT
Response FormatHTTP status code
Description

Updates the data of the group specified by id that is given for the specified tenant.

Required user role: YUUVIS_SYSTEM_INTEGRATOR

Meaning of the response status codes:
HTTP Status CodeMeaning
200 OKSuccessful, the data for the specified group have been updated.
401 UNAUTHORIZEDThe call was unauthorized.
Request Example


PUT /tenant-management/api/admin/groups/a99a0bb1-2345-6c77-8901-22dee3f4a567 HTTP/1.1

{
  "realmRoles": [
    "YUUVIS_CREATE_OBJECT",
    "YUUVIS_MANAGE_SETTINGS"
  ]
}

Response Example

200 OK

no response body

  • No labels