diff --git a/Discogs.postman_collection-v2.0.json b/Discogs.postman_collection-v2.0.json index fb7b266..8e40e84 100644 --- a/Discogs.postman_collection-v2.0.json +++ b/Discogs.postman_collection-v2.0.json @@ -374,13 +374,13 @@ } ], "url": { - "raw": "{{url}}/artists/21262/releases?sort={sort}&sort_order={sort_order}", + "raw": "{{url}}/artists/{artist_id}/releases?sort={sort}&sort_order={sort_order}", "host": [ "{{url}}" ], "path": [ "artists", - "21262", + "{artist_id}", "releases" ], "query": [ @@ -2480,4 +2480,4 @@ } ], "protocolProfileBehavior": {} -} \ No newline at end of file +} diff --git a/Discogs.postman_collection-v2.1.json b/Discogs.postman_collection-v2.1.json index e71ff44..c3c3900 100644 --- a/Discogs.postman_collection-v2.1.json +++ b/Discogs.postman_collection-v2.1.json @@ -453,13 +453,13 @@ } ], "url": { - "raw": "{{url}}/artists/21262/releases?sort={sort}&sort_order={sort_order}", + "raw": "{{url}}/artists/{artist_id}/releases?sort={sort}&sort_order={sort_order}", "host": [ "{{url}}" ], "path": [ "artists", - "21262", + "{artist_id}", "releases" ], "query": [ @@ -2985,4 +2985,4 @@ } ], "protocolProfileBehavior": {} -} \ No newline at end of file +}