Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
add regression
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Nov 28, 2023
1 parent d55170a commit e03a0b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion seamapi/workspaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,11 @@ def create(
Workspace
"""

create_payload = {"workspace_name": name, "connect_partner_name": connect_partner_name}
create_payload = {
"workspace_name": name,
"name": name,
"connect_partner_name": connect_partner_name
}

if is_sandbox is not None:
create_payload["is_sandbox"] = is_sandbox
Expand Down

0 comments on commit e03a0b2

Please sign in to comment.