From 601ffe7183d5e2ea7aa832941f77b0da55449116 Mon Sep 17 00:00:00 2001 From: Radu Maier Date: Wed, 31 Jul 2024 19:22:30 +0200 Subject: [PATCH] Fix "List Custom Fields". Reference: https://www.discogs.com/developers#page:user-collection,header:user-collection-list-custom-fields --- Discogs.postman_collection-v2.0.json | 2 +- Discogs.postman_collection-v2.1.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Discogs.postman_collection-v2.0.json b/Discogs.postman_collection-v2.0.json index 8e40e84..f0a4670 100644 --- a/Discogs.postman_collection-v2.0.json +++ b/Discogs.postman_collection-v2.0.json @@ -2083,7 +2083,7 @@ "value": "{{user_agent}}" } ], - "url": "{{url}}/users/{{username}}/collection/folders/{folder_id}", + "url": "{{url}}/users/{{username}}/collection/fields", "description": "Retrieve a list of user-defined collection notes fields. These fields are available on every release in the collection.\n\nIf the collection has been made private by its owner, authentication as the collection owner is required.\n\nIf you are not authenticated as the collection owner, only fields with public set to true will be visible.\n\n[https://www.discogs.com/developers/#page:user-collection,header:user-collection-list-custom-fields](https://www.discogs.com/developers/#page:user-collection,header:user-collection-list-custom-fields)" }, "response": [] diff --git a/Discogs.postman_collection-v2.1.json b/Discogs.postman_collection-v2.1.json index c3c3900..08c5355 100644 --- a/Discogs.postman_collection-v2.1.json +++ b/Discogs.postman_collection-v2.1.json @@ -2475,7 +2475,7 @@ } ], "url": { - "raw": "{{url}}/users/{{username}}/collection/folders/{folder_id}", + "raw": "{{url}}/users/{{username}}/collection/fields", "host": [ "{{url}}" ], @@ -2483,8 +2483,7 @@ "users", "{{username}}", "collection", - "folders", - "{folder_id}" + "fields" ] }, "description": "Retrieve a list of user-defined collection notes fields. These fields are available on every release in the collection.\n\nIf the collection has been made private by its owner, authentication as the collection owner is required.\n\nIf you are not authenticated as the collection owner, only fields with public set to true will be visible.\n\n[https://www.discogs.com/developers/#page:user-collection,header:user-collection-list-custom-fields](https://www.discogs.com/developers/#page:user-collection,header:user-collection-list-custom-fields)"