Description: Updates the group in the project.
Since: 7.17.4
Security: Requires a user with the Platform Administrator role or Project Admin permissions if admin_privileges.manage_resources is enabled.
Usage: PUT ${baseUrl}/access/api/v1/projects/{project_key}/groups/{group}
Produces: application/JSON
Parameters:
Name | Description |
|---|---|
string (path) | The project key |
string (path) | The group’s name |
(body) | group object that needs to be added |
Header parameter: Authorization: Bearer
Sample Request:
{
"name": "memberName",
"roles": [
"developer"
]
}Sample Response:
Updated group