Skip to content

Commit

Permalink
GH-522: rename postman requests
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed Jul 4, 2023
1 parent d3cd13c commit cb368c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Postman/v1.4.0/Trakt_API_Requests.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7893,10 +7893,10 @@
]
},
{
"name": "Recommended",
"name": "Favorited",
"item": [
{
"name": "Get the most recommended movies",
"name": "Get the most favorited movies",
"request": {
"method": "GET",
"header": [
Expand All @@ -7917,13 +7917,13 @@
}
],
"url": {
"raw": "{{API_URL}}/movies/recommended",
"raw": "{{API_URL}}/movies/favorited",
"host": [
"{{API_URL}}"
],
"path": [
"movies",
"recommended"
"favorited"
],
"query": [
{
Expand Down Expand Up @@ -8046,7 +8046,7 @@
"response": []
},
{
"name": "Get the most recommended movies (period)",
"name": "Get the most favorited movies (period)",
"request": {
"method": "GET",
"header": [
Expand All @@ -8067,13 +8067,13 @@
}
],
"url": {
"raw": "{{API_URL}}/movies/recommended/:period",
"raw": "{{API_URL}}/movies/favorited/:period",
"host": [
"{{API_URL}}"
],
"path": [
"movies",
"recommended",
"favorited",
":period"
],
"query": [
Expand Down

0 comments on commit cb368c5

Please sign in to comment.