Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsachs committed Apr 7, 2023
1 parent bbd39e1 commit ce72b98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def get_all_connection_types(
erasure: Optional[bool] = None,
) -> AbstractPage[ConnectionSystemTypeMap]:
"""
Returns a list of connection options in Fidesops - includes only database and saas options here.
Returns a list of connection options in Fides - includes only database and saas options here.
Query params for types of requests suppported - `consent`, `access` and `erasure` - act as filters.
Query params for types of requests supported - `consent`, `access` and `erasure` - act as filters.
If set to `true`, only connections that support the specified type of request will be returned.
If no filters are specified, then no filtering is performed.
When applied together, the filters act as a union: result sets are additive.
Expand Down

0 comments on commit ce72b98

Please sign in to comment.