feat(http): http test calls
This commit is contained in:
parent
04d697af44
commit
ffa5b8e3b4
2 changed files with 8 additions and 1 deletions
8
_requests/Show/ShowInstances/ShowInstancesFilters.http
Normal file
8
_requests/Show/ShowInstances/ShowInstancesFilters.http
Normal file
|
@ -0,0 +1,8 @@
|
|||
@baseUrl = http://127.0.0.1:9876
|
||||
|
||||
### GET request to example server
|
||||
|
||||
GET {{baseUrl}}/showInstances?withShow=true&starts=2025-03
|
||||
Accept: application/json
|
||||
|
||||
###
|
|
@ -36,6 +36,5 @@ Content-Type: application/json
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
###
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue