You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /validate endpoint's POST body, ValidatePayload, should match the args and kwargs accepted by Guard.__call__, Guard.parse, and Guard.validate. This will ensure interaction with the open source and the server are as close to 1:1 as possible.
We currently accept all possible args as additionalProperties, but this is not self-documenting.
The text was updated successfully, but these errors were encountered:
The
/validate
endpoint's POST body,ValidatePayload
, should match the args and kwargs accepted byGuard.__call__
,Guard.parse
, andGuard.validate
. This will ensure interaction with the open source and the server are as close to 1:1 as possible.We currently accept all possible args as
additionalProperties
, but this is not self-documenting.The text was updated successfully, but these errors were encountered: