Skip to content

Commit

Permalink
fix: make org owner optional (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn authored Feb 24, 2023
1 parent 31fde60 commit ac7d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodbatlas/organizations.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type Organizations struct {
type CreateOrganizationRequest struct {
APIKey *APIKeyInput `json:"apiKey,omitempty"`
Name string `json:"name"`
OrgOwnerID string `json:"orgOwnerId"`
OrgOwnerID *string `json:"orgOwnerId,omitempty"`
}

// CreateOrganizationResponse struct for CreateOrganizationResponse.
Expand Down

0 comments on commit ac7d1ad

Please sign in to comment.