Skip to content

Commit

Permalink
fix(frontier): rename preference trait rest path (#301)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Aug 21, 2023
1 parent 99b6e9c commit eb35fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ service FrontierService {

// DescribePreferences list down all the supported preferences of entities
rpc DescribePreferences(DescribePreferencesRequest) returns (DescribePreferencesResponse) {
option (google.api.http) = {get: "/v1beta1/preferences/_describe"};
option (google.api.http) = {get: "/v1beta1/preferences/traits"};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags: "Preference";
summary: "Describe preferences";
Expand Down

0 comments on commit eb35fd8

Please sign in to comment.