ProjectGroups
Modify an existing project group.
put/spaces/{spaceIdentifier}/projectgroups/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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"
}