Skip to content

Commit

Permalink
feat: added space ID to project group
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Jun 3, 2022
1 parent 91b5b85 commit 24626b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/project_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type ProjectGroup struct {
EnvironmentIDs []string `json:"EnvironmentIds,omitempty"`
Name string `json:"Name,omitempty" validate:"required"`
RetentionPolicyID string `json:"RetentionPolicyId,omitempty"`
SpaceID string `json:"SpaceId,omitempty"`

resource
}
Expand Down

0 comments on commit 24626b6

Please sign in to comment.