Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Discogs.postman_collection-v2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down
5 changes: 2 additions & 3 deletions Discogs.postman_collection-v2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2475,16 +2475,15 @@
}
],
"url": {
"raw": "{{url}}/users/{{username}}/collection/folders/{folder_id}",
"raw": "{{url}}/users/{{username}}/collection/fields",
"host": [
"{{url}}"
],
"path": [
"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)"
Expand Down