merge dev into features/notifications

This commit is contained in:
2026-01-11 23:09:57 +01:00
14 changed files with 1335 additions and 2185 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ get {
}
vars:pre-request {
id:
id: 2398
}
settings {
+16
View File
@@ -0,0 +1,16 @@
meta {
name: Get invalid user
type: http
seq: 11
}
get {
url: {{url}}/api/users/invalid
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}