Skip to content

Commit

Permalink
fix: Fix URL of Artist releases endpoint (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored Sep 15, 2023
1 parent 640bf11 commit 0ffe4be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Discogs.postman_collection-v2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -2480,4 +2480,4 @@
}
],
"protocolProfileBehavior": {}
}
}
6 changes: 3 additions & 3 deletions Discogs.postman_collection-v2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -2985,4 +2985,4 @@
}
],
"protocolProfileBehavior": {}
}
}

0 comments on commit 0ffe4be

Please sign in to comment.