Skip to content

Commit

Permalink
Fixing the JSON body to create a space
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Jan 7, 2022
1 parent bf2ea80 commit 34c9e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopus-samples-instances/api-scripts/create-space.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $spaceToCreate = @{
IsDefault = $false
Name = $SpaceName
SpaceManagersTeamMembers = @()
SpaceManagerTeams = @($teamToInclude.Id)
SpaceManagersTeams = @($teamToInclude.Id)
TaskQueuesStopped = $false
}

Expand Down

0 comments on commit 34c9e62

Please sign in to comment.