/workspaces/{workspace_gid}/projectsCreate a project in a workspace
Creates a new project in the specified workspace. Provide the project details in the request body and use opt_fields to select additional properties in the returned project. If the workspace is an organization, supply team to share the project with a team.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The new project to create in the workspace, including project attributes and optional team, owner, follower, custom field, and custom type associations.
A 400 is returned when the project body or another parameter is missing or malformed, including an organization workspace request without the required team association. A 401 is returned when no valid authentication token is provided, and a 403 is returned when the authenticated user lacks permission to create the project or the required projects:write scope. A 404 indicates that the workspace or another referenced object does not exist, while a 500 indicates a server-side failure.