Skip to content

Commit

Permalink
updated postman
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rn0 committed Apr 30, 2024
1 parent e3ef5a8 commit 38bb2c0
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@
},
"response": []
},
{
"name": "stop",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "{{apiUrl}}/player/stop",
"host": [
"{{apiUrl}}"
],
"path": [
"player",
"stop"
]
}
},
"response": []
},
{
"name": "volume",
"request": {
Expand Down Expand Up @@ -430,7 +448,7 @@
"basic": [
{
"key": "password",
"value": "changeme",
"value": "{{password}}",
"type": "string"
},
{
Expand Down Expand Up @@ -461,15 +479,14 @@
}
],
"variable": [
{
"key": "accessKey",
"value": "",
"type": "string"
},
{
"key": "apiUrl",
"value": "http://localhost:8888",
"type": "string"
},
{
"key": "password",
"value": "changeme"
}
]
}

0 comments on commit 38bb2c0

Please sign in to comment.