Skip to content

Commit 792cccd

Browse files
committed
fix(proto): add TenantServiceLeaveTenantRequest
in order to be able to leave a tenant without the need of being removed by an admin
1 parent a2aa22f commit 792cccd

File tree

6 files changed

+229
-77
lines changed

6 files changed

+229
-77
lines changed

doc/index.html

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,14 @@ <h2>Table of Contents</h2>
14081408
<a href="#metalstack.api.v2.TenantServiceInvitesListResponse"><span class="badge">M</span>TenantServiceInvitesListResponse</a>
14091409
</li>
14101410

1411+
<li>
1412+
<a href="#metalstack.api.v2.TenantServiceLeaveTenantRequest"><span class="badge">M</span>TenantServiceLeaveTenantRequest</a>
1413+
</li>
1414+
1415+
<li>
1416+
<a href="#metalstack.api.v2.TenantServiceLeaveTenantResponse"><span class="badge">M</span>TenantServiceLeaveTenantResponse</a>
1417+
</li>
1418+
14111419
<li>
14121420
<a href="#metalstack.api.v2.TenantServiceListRequest"><span class="badge">M</span>TenantServiceListRequest</a>
14131421
</li>
@@ -11858,6 +11866,37 @@ <h3 id="metalstack.api.v2.TenantServiceInvitesListResponse">TenantServiceInvites
1185811866

1185911867

1186011868

11869+
<h3 id="metalstack.api.v2.TenantServiceLeaveTenantRequest">TenantServiceLeaveTenantRequest</h3>
11870+
<p>TenantServiceLeaveTenantRequest is used to leave a tenant</p>
11871+
11872+
11873+
<table class="field-table">
11874+
<thead>
11875+
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
11876+
</thead>
11877+
<tbody>
11878+
11879+
<tr>
11880+
<td>project</td>
11881+
<td><a href="#string">string</a></td>
11882+
<td></td>
11883+
<td><p>Project is the uuid of the project </p></td>
11884+
</tr>
11885+
11886+
</tbody>
11887+
</table>
11888+
11889+
11890+
11891+
11892+
11893+
<h3 id="metalstack.api.v2.TenantServiceLeaveTenantResponse">TenantServiceLeaveTenantResponse</h3>
11894+
<p>TenantServiceLeaveTenantResponse is the response payload to a leave tenant request</p>
11895+
11896+
11897+
11898+
11899+
1186111900
<h3 id="metalstack.api.v2.TenantServiceListRequest">TenantServiceListRequest</h3>
1186211901
<p>TenantServiceListRequest is the request payload of the tenant list request</p>
1186311902

@@ -14364,7 +14403,7 @@ <h3 id="metalstack.api.v2.ProjectServiceInvitesListResponse">ProjectServiceInvit
1436414403

1436514404

1436614405
<h3 id="metalstack.api.v2.ProjectServiceLeaveProjectRequest">ProjectServiceLeaveProjectRequest</h3>
14367-
<p>ProjectServiceRemoveMemberRequest is used to remove a member from a project</p>
14406+
<p>ProjectServiceLeaveProjectRequest is used to leave a project</p>
1436814407

1436914408

1437014409
<table class="field-table">
@@ -14388,7 +14427,7 @@ <h3 id="metalstack.api.v2.ProjectServiceLeaveProjectRequest">ProjectServiceLeave
1438814427

1438914428

1439014429
<h3 id="metalstack.api.v2.ProjectServiceLeaveProjectResponse">ProjectServiceLeaveProjectResponse</h3>
14391-
<p>ProjectServiceRemoveMemberResponse is the response payload to a remove member request</p>
14430+
<p>ProjectServiceLeaveProjectResponse is the response payload to a leave project request</p>
1439214431

1439314432

1439414433

go/metalstack/api/v2/project.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)