From b8d7e3061089c061297f4d3a0d7bbe7531318841 Mon Sep 17 00:00:00 2001 From: Sweets Sweetman Date: Thu, 11 Jun 2026 18:10:43 -0500 Subject: [PATCH] docs(research): playcounts maps tracks automatically on capture Replaces the mapped-tracks-only caveat (chat#1794): captures self-map via Spotify ISRC resolution since api#664/#666; portfolio verified at 100.0% coverage (4,667/4,667 payload track ids). Co-Authored-By: Claude Fable 5 --- api-reference/openapi/research.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/openapi/research.json b/api-reference/openapi/research.json index c71afb4d..e321c17f 100644 --- a/api-reference/openapi/research.json +++ b/api-reference/openapi/research.json @@ -5194,7 +5194,7 @@ "properties": { "isrc": { "type": "string", - "description": "ISRC of the recording. Only tracks with identifier mappings are returned, so this is always present.", + "description": "ISRC of the recording. Tracks are mapped automatically on capture (ISRCs resolved via the Spotify API), so this is always present.", "example": "USUYG1069896" }, "spotify_track_id": {