Skip to content

Commit 2e482e1

Browse files
committed
update UpdateAuthProviderResponse to return provider
1 parent d493db5 commit 2e482e1

File tree

3 files changed

+146
-126
lines changed

3 files changed

+146
-126
lines changed

components/public-api/gitpod/v1/authprovider.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ message UpdateAuthProviderRequest {
8383
optional string client_secret = 3;
8484
}
8585

86-
message UpdateAuthProviderResponse {}
86+
message UpdateAuthProviderResponse { AuthProvider auth_provider = 1; }
8787

8888
message DeleteAuthProviderRequest { string auth_provider_id = 1; }
8989

0 commit comments

Comments
 (0)