Skip to content

chore(docs): adjust some docstrings #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2023
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