diff --git a/Discogs.postman_collection-v2.0.json b/Discogs.postman_collection-v2.0.json index 8e40e84..b414c92 100644 --- a/Discogs.postman_collection-v2.0.json +++ b/Discogs.postman_collection-v2.0.json @@ -550,7 +550,7 @@ } ], "url": { - "raw": "{{url}}/users/{{username}}/inventory?string={status}&sort={sort}&sort_order={sort_order}", + "raw": "{{url}}/users/{{username}}/inventory?status={status}&sort={sort}&sort_order={sort_order}", "host": [ "{{url}}" ], @@ -561,7 +561,7 @@ ], "query": [ { - "key": "string", + "key": "status", "value": "{status}" }, { diff --git a/Discogs.postman_collection-v2.1.json b/Discogs.postman_collection-v2.1.json index c3c3900..5f6e509 100644 --- a/Discogs.postman_collection-v2.1.json +++ b/Discogs.postman_collection-v2.1.json @@ -638,7 +638,7 @@ } ], "url": { - "raw": "{{url}}/users/{{username}}/inventory?string={status}&sort={sort}&sort_order={sort_order}", + "raw": "{{url}}/users/{{username}}/inventory?status={status}&sort={sort}&sort_order={sort_order}", "host": [ "{{url}}" ], @@ -649,7 +649,7 @@ ], "query": [ { - "key": "string", + "key": "status", "value": "{status}" }, {