Skip to content

Commit

Permalink
Update with latest OpenAPI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
moneykitt committed Feb 6, 2024
1 parent a819a65 commit 126f4e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moneykit/api/accounts_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def get_accounts(
) -> GetAccountsResponse:
"""/links/{id}/accounts
Returns a list of open, permissioned accounts associated with a <a href=#tag/Links>link</a>
Returns a list of open, permissioned accounts associated with a <a href=#tag/Links>link</a>.
:param id: The unique ID for this link. (required)
:type id: str
Expand Down Expand Up @@ -675,7 +675,7 @@ def get_accounts_with_http_info(
) -> ApiResponse[GetAccountsResponse]:
"""/links/{id}/accounts
Returns a list of open, permissioned accounts associated with a <a href=#tag/Links>link</a>
Returns a list of open, permissioned accounts associated with a <a href=#tag/Links>link</a>.
:param id: The unique ID for this link. (required)
:type id: str
Expand Down Expand Up @@ -752,7 +752,7 @@ def get_accounts_without_preload_content(
) -> RESTResponseType:
"""/links/{id}/accounts
Returns a list of open, permissioned accounts associated with a <a href=#tag/Links>link</a>
Returns a list of open, permissioned accounts associated with a <a href=#tag/Links>link</a>.
:param id: The unique ID for this link. (required)
:type id: str
Expand Down

0 comments on commit 126f4e2

Please sign in to comment.