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)"