ProjectGroups
Create a new project group.
post/{spaceId}/projectgroups
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
Request body
Example request
{
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"SpaceId": "Spaces-1"
}