ProjectGroups
Modify an existing project group.
put/{spaceId}/projectgroups/{id}
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
idstring required
The ID of the project group.
Request body
Example request
{
"Id": "ProjectGroups-1",
"SpaceId": "Spaces-1"
}Response
The modified project group
Example response
{
"SpaceId": "Spaces-1"
}