You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,6 +107,11 @@ type CreateProjectOptions struct {
106
107
ProjectOwnerIDstring`url:"projectOwnerId,omitempty"`// Unique 24-hexadecimal digit string that identifies the Atlas user account to be granted the Project Owner role on the specified project.
107
108
}
108
109
110
+
// ProjectUpdateRequest represents an update request used in ProjectsService.Update.
111
+
typeProjectUpdateRequeststruct {
112
+
Namestring`json:"name"`
113
+
}
114
+
109
115
// GetAllProjects gets all project.
110
116
//
111
117
// See more: https://docs.atlas.mongodb.com/reference/api/project-get-all/
0 commit comments