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