create Or Update Project Group
PUT api/project-groups/{projectGroupId} Create or update an access control project group. <mark>Beta:</mark> Create or update a project group configured for project-level access control in Develocity. When updating, any optional fields that are omitted from the request, but were previously set on the project group, will be unset/removed. An existing project group's identifier cannot be updated. If the update contains a id that does not match the current id, then the operation will fail with a Bad Request response. Responses:
200: The project group was created or updated successfully.
400: The request body is malformed or contains invalid values for at least one of the properties.
403: The authenticated user has insufficient permissions.
404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.
Return
Parameters
The ID of the project group configured for project-level access control.