Overview
Workspace features control which major Plane capabilities are enabled for a workspace.
Learn more about using the Plane API
The Workspace Feature Object
Attributes
project_groupingbooleanProject grouping.
initiativesbooleanInitiatives.
teamsbooleanTeams.
customersbooleanCustomers.
wikibooleanWiki.
pibooleanPi.
Response200
json
{
"project_grouping": true,
"initiatives": true,
"teams": true,
"customers": true,
"wiki": true,
"pi": true
}
