Need to fix date format
This commit is contained in:
15
requests/Asset/CreateAsset.http
Normal file
15
requests/Asset/CreateAsset.http
Normal file
@ -0,0 +1,15 @@
|
||||
# @name create
|
||||
|
||||
POST {{host}}/asset
|
||||
Authorization: Bearer {{token}}
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Name": "Mike 1001",
|
||||
"Category": "Person",
|
||||
"SubCategory": "Male"
|
||||
}
|
||||
|
||||
### get based on location header
|
||||
|
||||
GET {{create.response.headers.Location}}
|
3
requests/Asset/GetAssets.http
Normal file
3
requests/Asset/GetAssets.http
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
GET {{host}}/assets
|
||||
Authorization: Bearer {{token}}
|
6
requests/ImmichToSlideshow.http
Normal file
6
requests/ImmichToSlideshow.http
Normal file
@ -0,0 +1,6 @@
|
||||
@immich_to_slideshow_HostAddress = http://localhost:5243
|
||||
|
||||
GET {{immich_to_slideshow_HostAddress}}/weatherforecast/
|
||||
Accept: application/json
|
||||
|
||||
###
|
1
requests/google.http
Normal file
1
requests/google.http
Normal file
@ -0,0 +1 @@
|
||||
GET www.google.com
|
Reference in New Issue
Block a user