Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/finch/types/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ class Provider(BaseModel):

manual: Optional[bool] = None
"""
[DEPRECATED] Whether the Finch integration with this provider uses the Assisted
Connect Flow by default. This field is now deprecated. Please check for a `type`
of `assisted` in the `authentication_methods` field instead.
Whether the Finch integration with this provider uses the Assisted Connect Flow
by default.
"""

mfa_required: Optional[bool] = None
Expand Down
2 changes: 1 addition & 1 deletion src/finch/types/request_forwarding_forward_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Request(BaseModel):
method: str
"""The HTTP method that was specified for the forwarded request.

Valid values include: `GET` , `POST` , `PUT` , `DELETE` , and `PATCH`.
Valid values include: `GET`, `POST`, `PUT` , `DELETE`, and `PATCH`.
"""

params: Optional[object]
Expand Down