diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f6533b..0b6bfa4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment: ## [Unreleased] +### Fixed +- workspace name and username patch ## [2.30.1] - 2025-08-05 ### Fixed diff --git a/starkbank/workspace/__workspace.py b/starkbank/workspace/__workspace.py index 5a5ba41c..9fde492f 100644 --- a/starkbank/workspace/__workspace.py +++ b/starkbank/workspace/__workspace.py @@ -102,7 +102,9 @@ def update(id, username=None, name=None, allowed_tax_ids=None, status=None, pict """ payload = { "allowedTaxIds": allowed_tax_ids, - "status": status + "status": status, + "name": name, + "username": username, } if picture: