Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed Nov 22, 2023
1 parent 22e807c commit f2cc974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/public-api/gitpod/v1/configuration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ service ConfigurationService {
// Updates a configuration.
rpc UpdateConfiguration(UpdateConfigurationRequest) returns (UpdateConfigurationResponse) {}


// Deletes a configuration.
rpc DeleteConfiguration(DeleteConfigurationRequest) returns (DeleteConfigurationResponse) {}
}
Expand Down
4 changes: 3 additions & 1 deletion components/public-api/gitpod/v1/ssh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ message CreateSSHPublicKeyResponse {
SSHPublicKey ssh_key = 1;
}

message DeleteSSHPublicKeyRequest { string ssh_key_id = 1; }
message DeleteSSHPublicKeyRequest {
string ssh_key_id = 1;
}

message DeleteSSHPublicKeyResponse {}

0 comments on commit f2cc974

Please sign in to comment.