Skip to content

Commit

Permalink
Merge pull request #373 from aiven/dogukancagatay/make-account-id-par…
Browse files Browse the repository at this point in the history
…ameter-optional

Make account_id parameter non-required on project create
  • Loading branch information
ngilles-aiven authored Nov 20, 2023
2 parents 3db19ae + e2e71c9 commit 1f64f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiven/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ def get_account_authentication_methods(self, account_id: str) -> Sequence[dict[s
def create_project(
self,
project: str,
account_id: str | None,
account_id: str | None = None,
billing_group_id: str | None = None,
cloud: str | None = None,
copy_from_project: str | None = None,
Expand Down

0 comments on commit 1f64f18

Please sign in to comment.