Teams
Add project to team
Grant a team access to a project. Idempotent (no-op if already added). Requires org admin plus CanInviteUsers on the project. Request body is required but its permLevel field is currently accepted and ignored server-side.
post/internal/v1/orgs/{org_id}/teams/{team_id}/projects/{project_id}
Path parameters
org_idinteger required
Organization ID.
team_idinteger required
Team ID.
project_idinteger required
Uptrace project ID.
Request body
Response
Project added to team. Returns an empty object.
EmptyResponse required
Empty JSON object {}. Returned by operations that have no resource to return on success.