We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fde60 commit ac7d1adCopy full SHA for ac7d1ad
mongodbatlas/organizations.go
@@ -77,7 +77,7 @@ type Organizations struct {
77
type CreateOrganizationRequest struct {
78
APIKey *APIKeyInput `json:"apiKey,omitempty"`
79
Name string `json:"name"`
80
- OrgOwnerID string `json:"orgOwnerId"`
+ OrgOwnerID *string `json:"orgOwnerId,omitempty"`
81
}
82
83
// CreateOrganizationResponse struct for CreateOrganizationResponse.
0 commit comments