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
* @param request - The request {@link ContractApiListContractSignaturesRequest}
169
163
* @returns A Promise of ListContractSignaturesResponse
170
164
*/
171
165
listContractSignatures=(
@@ -180,13 +174,12 @@ export class ContractAPI extends ParentAPI {
180
174
181
175
/**
182
176
* Account API.
183
-
*
184
-
* This API allows you to manage your Scaleway Projects.
177
+
178
+
This API allows you to manage your Scaleway Projects.
185
179
*/
186
180
exportclassProjectAPIextendsParentAPI{
187
181
/**
188
-
* Create a new Project for an Organization. Generate a new Project for an
189
-
* Organization, specifying its configuration including name and description.
182
+
* Create a new Project for an Organization. Generate a new Project for an Organization, specifying its configuration including name and description.
190
183
*
191
184
* @param request - The request {@link ProjectApiCreateProjectRequest}
192
185
* @returns A Promise of Project
@@ -231,10 +224,7 @@ export class ProjectAPI extends ParentAPI {
231
224
)
232
225
233
226
/**
234
-
* List all Projects of an Organization. List all Projects of an Organization.
235
-
* The response will include the total number of Projects as well as their
236
-
* associated Organizations, names, and IDs. Other information includes the
237
-
* creation and update date of the Project.
227
+
* List all Projects of an Organization. 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 includes the creation and update date of the Project.
238
228
*
239
229
* @param request - The request {@link ProjectApiListProjectsRequest}
240
230
* @returns A Promise of ListProjectsResponse
@@ -243,9 +233,7 @@ export class ProjectAPI extends ParentAPI {
* Get an existing Project. Retrieve information about an existing Project,
247
-
* specified by its Project ID. Its full details, including ID, name and
248
-
* description, are returned in the response object.
236
+
* Get an existing Project. 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.
249
237
*
250
238
* @param request - The request {@link ProjectApiGetProjectRequest}
251
239
* @returns A Promise of Project
@@ -260,10 +248,7 @@ export class ProjectAPI extends ParentAPI {
260
248
)
261
249
262
250
/**
263
-
* Delete an existing Project. Delete an existing Project, specified by its
264
-
* Project ID. The Project needs to be empty (meaning there are no resources
265
-
* left in it) to be deleted effectively. Note that deleting a Project is
266
-
* permanent, and cannot be undone.
251
+
* Delete an existing Project. 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.
267
252
*
268
253
* @param request - The request {@link ProjectApiDeleteProjectRequest}
269
254
*/
@@ -274,8 +259,7 @@ export class ProjectAPI extends ParentAPI {
274
259
})
275
260
276
261
/**
277
-
* Update Project. Update the parameters of an existing Project, specified by
278
-
* its Project ID. These parameters include the name and description.
262
+
* Update Project. Update the parameters of an existing Project, specified by its Project ID. These parameters include the name and description.
279
263
*
280
264
* @param request - The request {@link ProjectApiUpdateProjectRequest}
281
265
* @returns A Promise of Project
@@ -294,12 +278,9 @@ export class ProjectAPI extends ParentAPI {
294
278
)
295
279
296
280
/**
297
-
* Set project use case. Set the project use case for a new or existing
298
-
* Project, specified by its Project ID. You can customize the use case, sub
299
-
* use case, and architecture type you want to use in the Project.
281
+
* Set project use case. Set the project use case for a new or existing Project, specified by its Project ID. You can customize the use case, sub use case, and architecture type you want to use in the Project.
0 commit comments