Skip to content

Commit 73c138b

Browse files
committed
[papi] Re-add Team.slug
1 parent 11120d8 commit 73c138b

File tree

4 files changed

+203
-155
lines changed

4 files changed

+203
-155
lines changed

components/public-api/gitpod/experimental/v1/teams.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ message Team {
1313
// name is the name of the Team
1414
string name = 2;
1515

16-
// previously used for slug
17-
reserved 3;
16+
// slug is the slug of the Team
17+
string slug = 3;
1818

1919
// members are the team members of this Team
2020
repeated TeamMember members = 4;

0 commit comments

Comments
 (0)