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
@@ -173,7 +174,8 @@ type ListProjectsRequest struct {
173
174
ProjectIDs []string`json:"-"`
174
175
}
175
176
176
-
// ListProjects: list all Projects of an Organization.
177
+
// Deprecated: ListProjects: list all Projects of an Organization.
178
+
// Deprecated in favor of Account API v3.
177
179
// List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.
@@ -217,7 +219,8 @@ type GetProjectRequest struct {
217
219
ProjectIDstring`json:"-"`
218
220
}
219
221
220
-
// GetProject: get an existing Project.
222
+
// Deprecated: GetProject: get an existing Project.
223
+
// Deprecated in favor of Account API v3.
221
224
// Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.
@@ -251,7 +254,8 @@ type DeleteProjectRequest struct {
251
254
ProjectIDstring`json:"-"`
252
255
}
253
256
254
-
// DeleteProject: delete an existing Project.
257
+
// Deprecated: DeleteProject: delete an existing Project.
258
+
// Deprecated in favor of Account API v3.
255
259
// Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.
0 commit comments