New user id

This commit is contained in:
2025-08-10 15:13:33 -07:00
parent 0c4afa55d8
commit 0d62d99c80
6 changed files with 46 additions and 37 deletions

36
.vscode/dashkiosk.hurl vendored Normal file
View File

@ -0,0 +1,36 @@
# "C:\Program Files\hurl\hurl.exe" basic.hurl
###
GET https://dashkiosk.phares.duckdns.org/api/display
Accept: application/json
HTTP 200
[Asserts]
header "Content-Type" == "application/json; charset=utf-8"
###
GET https://dashkiosk.phares.duckdns.org/api/group
Accept: application/json
HTTP 200
[Asserts]
header "Content-Type" == "application/json; charset=utf-8"
###
PUT https://dashkiosk.phares.duckdns.org/api/display/5NRH58/group/2
Accept: application/json
HTTP 200
[Asserts]
header "Content-Type" == "application/json; charset=utf-8"
###
PUT https://dashkiosk.phares.duckdns.org/api/display/5NRH58/group/1
Accept: application/json
HTTP 200
[Asserts]
header "Content-Type" == "application/json; charset=utf-8"
jsonpath "$.group" == 1
###