This commit is contained in:
William Fu-Hinthorn
2024-12-18 15:08:19 -08:00
parent d4a1fe5a03
commit 1709cd3fb5
+2 -3
View File
@@ -55,14 +55,13 @@ Values:
- reject: Reject the operation
"""
FilterTypeFilterType = typing.Union[
FilterType = typing.Union[
typing.Dict[
str, typing.Union[str, typing.Dict[typing.Literal["$eq", "$contains"], str]]
],
typing.Dict[str, str],
]
"""#
Type for filtering queries.
"""Response type for authorization handlers.
Supports exact matches and operators:
- Exact match shorthand: {"field": "value"}