Skip to content

Commit

Permalink
fix: Update aruna/api/storage/services/v1/project_service.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Jannis Hochmuth <jannis.hochmuth@gmail.com>
  • Loading branch information
St4NNi and das-Abroxas authored Apr 6, 2023
1 parent c434559 commit 827c407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruna/api/storage/services/v1/project_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ service ProjectService {
rpc GetAllUserPermissionsForProject(GetAllUserPermissionsForProjectRequest)
returns (GetAllUserPermissionsForProjectResponse) {
option (google.api.http) = {
get : "/v1/project/{project_id}/users"
get : "/v1/project/{project_id}/get_users"
};
}

Expand Down

0 comments on commit 827c407

Please sign in to comment.