Replies: 1 comment 1 reply
-
|
You're looking at the docs for the validate by ID action, which does not return a Hope that makes sense? Let me know! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the
validatemethod on a non-existent key, themeta.codevalue returned is not included in the documentation.Response Json
{ "data": null, "meta": { "ts": "2022-06-02T19:50:19.963Z", "valid": false, "detail": "does not exist", "constant": "NOT_FOUND", "scope": { "product": "f49833ec-<snip>", "policy": "5a8af2f4-<snip>", "fingerprint": "<snip>" } } }The Validation Codes documentation is missing the
NOT_FOUNDconstant.Not sure if this is the correct "category" to report this information. If there's a better one, please let me know. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions