...
# | Description | Input | Expected result | Actual result | Status |
---|---|---|---|---|---|
1 | Valid data | valid token | 200, all value types are handled properly | 200, all value types are handled properly | passed |
2 | true | true | passed | ||
3 | wrong scopes | token without scope "condition:read" | 403 | 403 | passed |
...