@@ -359,6 +359,7 @@ <h4><a href="#Workspace">Workspace</a></h4>
359
359
< li > < a href ="#listWorkspaces "> < code > < span class ="http-method "> post</ span > /v1/workspaces/list</ code > </ a > </ li >
360
360
< li > < a href ="#updateWorkspace "> < code > < span class ="http-method "> post</ span > /v1/workspaces/update</ code > </ a > </ li >
361
361
< li > < a href ="#updateWorkspaceFeedback "> < code > < span class ="http-method "> post</ span > /v1/workspaces/tag_feedback_status_as_done</ code > </ a > </ li >
362
+ < li > < a href ="#updateWorkspaceName "> < code > < span class ="http-method "> post</ span > /v1/workspaces/update_name</ code > </ a > </ li >
362
363
</ ul >
363
364
364
365
< h1 > < a name ="Connection "> Connection</ a > </ h1 >
@@ -7447,6 +7448,88 @@ <h4 class="field-label">404</h4>
7447
7448
< a href ="#NotFoundKnownExceptionInfo "> NotFoundKnownExceptionInfo</ a >
7448
7449
</ div > <!-- method -->
7449
7450
< hr />
7451
+ < div class ="method "> < a name ="updateWorkspaceName "/>
7452
+ < div class ="method-path ">
7453
+ < a class ="up " href ="#__Methods "> Up</ a >
7454
+ < pre class ="post "> < code class ="huge "> < span class ="http-method "> post</ span > /v1/workspaces/update_name</ code > </ pre > </ div >
7455
+ < div class ="method-summary "> Update workspace name (< span class ="nickname "> updateWorkspaceName</ span > )</ div >
7456
+ < div class ="method-notes "> </ div >
7457
+
7458
+
7459
+ < h3 class ="field-label "> Consumes</ h3 >
7460
+ This API call consumes the following media types via the < span class ="header "> Content-Type</ span > request header:
7461
+ < ul >
7462
+ < li > < code > application/json</ code > </ li >
7463
+ </ ul >
7464
+
7465
+ < h3 class ="field-label "> Request body</ h3 >
7466
+ < div class ="field-items ">
7467
+ < div class ="param "> WorkspaceUpdateName < a href ="#WorkspaceUpdateName "> WorkspaceUpdateName</ a > (required)</ div >
7468
+
7469
+ < div class ="param-desc "> < span class ="param-type "> Body Parameter</ span > — </ div >
7470
+
7471
+ </ div > <!-- field-items -->
7472
+
7473
+
7474
+
7475
+
7476
+ < h3 class ="field-label "> Return type</ h3 >
7477
+ < div class ="return-type ">
7478
+ < a href ="#WorkspaceRead "> WorkspaceRead</ a >
7479
+
7480
+ </ div >
7481
+
7482
+ <!--Todo: process Response Object and its headers, schema, examples -->
7483
+
7484
+ < h3 class ="field-label "> Example data</ h3 >
7485
+ < div class ="example-data-content-type "> Content-Type: application/json</ div >
7486
+ < pre class ="example "> < code > {
7487
+ "news" : true,
7488
+ "displaySetupWizard" : true,
7489
+ "initialSetupComplete" : true,
7490
+ "anonymousDataCollection" : true,
7491
+ "customerId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
7492
+ "name" : "name",
7493
+ "firstCompletedSync" : true,
7494
+ "feedbackDone" : true,
7495
+ "email" : "email",
7496
+ "slug" : "slug",
7497
+ "securityUpdates" : true,
7498
+ "notifications" : [ {
7499
+ "slackConfiguration" : {
7500
+ "webhook" : "webhook"
7501
+ },
7502
+ "sendOnSuccess" : false,
7503
+ "sendOnFailure" : true
7504
+ }, {
7505
+ "slackConfiguration" : {
7506
+ "webhook" : "webhook"
7507
+ },
7508
+ "sendOnSuccess" : false,
7509
+ "sendOnFailure" : true
7510
+ } ],
7511
+ "workspaceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
7512
+ }</ code > </ pre >
7513
+
7514
+ < h3 class ="field-label "> Produces</ h3 >
7515
+ This API call produces the following media types according to the < span class ="header "> Accept</ span > request header;
7516
+ the media type will be conveyed by the < span class ="header "> Content-Type</ span > response header.
7517
+ < ul >
7518
+ < li > < code > application/json</ code > </ li >
7519
+ </ ul >
7520
+
7521
+ < h3 class ="field-label "> Responses</ h3 >
7522
+ < h4 class ="field-label "> 200</ h4 >
7523
+ Successful operation
7524
+ < a href ="#WorkspaceRead "> WorkspaceRead</ a >
7525
+ < h4 class ="field-label "> 404</ h4 >
7526
+ Object with given id was not found.
7527
+ < a href ="#NotFoundKnownExceptionInfo "> NotFoundKnownExceptionInfo</ a >
7528
+ < h4 class ="field-label "> 422</ h4 >
7529
+ Input failed validation
7530
+ < a href ="#InvalidInputExceptionInfo "> InvalidInputExceptionInfo</ a >
7531
+ </ div > <!-- method -->
7532
+ < hr />
7450
7533
7451
7534
< h2 > < a name ="__Models "> Models</ a > </ h2 >
7452
7535
[ Jump to < a href ="#__Methods "> Methods</ a > ]
@@ -7571,6 +7654,7 @@ <h3>Table of Contents</h3>
7571
7654
< li > < a href ="#WorkspaceRead "> < code > WorkspaceRead</ code > - </ a > </ li >
7572
7655
< li > < a href ="#WorkspaceReadList "> < code > WorkspaceReadList</ code > - </ a > </ li >
7573
7656
< li > < a href ="#WorkspaceUpdate "> < code > WorkspaceUpdate</ code > - </ a > </ li >
7657
+ < li > < a href ="#WorkspaceUpdateName "> < code > WorkspaceUpdateName</ code > - </ a > </ li >
7574
7658
</ ol >
7575
7659
7576
7660
< div class ="model ">
@@ -8711,5 +8795,13 @@ <h3><a name="WorkspaceUpdate"><code>WorkspaceUpdate</code> - </a> <a class="up"
8711
8795
< div class ="param "> notifications (optional)</ div > < div class ="param-desc "> < span class ="param-type "> < a href ="#Notification "> array[Notification]</ a > </ span > </ div >
8712
8796
</ div > <!-- field-items -->
8713
8797
</ div >
8798
+ < div class ="model ">
8799
+ < h3 > < a name ="WorkspaceUpdateName "> < code > WorkspaceUpdateName</ code > - </ a > < a class ="up " href ="#__Models "> Up</ a > </ h3 >
8800
+ < div class ='model-description '> </ div >
8801
+ < div class ="field-items ">
8802
+ < div class ="param "> workspaceId </ div > < div class ="param-desc "> < span class ="param-type "> < a href ="#UUID "> UUID</ a > </ span > format: uuid</ div >
8803
+ < div class ="param "> name </ div > < div class ="param-desc "> < span class ="param-type "> < a href ="#string "> String</ a > </ span > </ div >
8804
+ </ div > <!-- field-items -->
8805
+ </ div >
8714
8806
</ body >
8715
8807
</ html >
0 commit comments