/teams/{team_gid}/projectsCreate a project in a team
Creates a new project shared with the specified team. Provide the new project in the request body and use opt_fields to request additional properties in the returned project. A 201 response returns the complete newly created project record.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The new project to create, including project attributes and optional team, workspace, owner, follower, custom field, and custom type associations.
A 400 is returned when the project body or another parameter is missing or malformed. 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 team or another referenced object does not exist, while a 500 indicates a server-side failure.