Remove codecovAccess field and add new trace-items attributes endpoint
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The codecovAccess field has been removed from the organization API — it no longer appears in the request body (PUT/POST), the response schema, or the required fields list for organization objects. Clients reading or writing codecovAccess will silently get no data or have the field ignored. Additionally, a new endpoint GET /api/0/organizations/{organization_id_or_slug}/trace-items/attributes/ has been added for listing trace item attribute keys across span/log/metric datasets, along with a new ListTraceItemAttributesResponse schema component.