Skip to content

Commit

Permalink
post /apis/v1beta1/visualizations/{namespace}
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun committed Apr 23, 2020
1 parent b089d6f commit efe6b42
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions backend/api/go_client/visualization.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/api/go_client/visualization.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/api/swagger/visualization.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/api/visualization.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ option (grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) = {
service VisualizationService {
rpc CreateVisualization(CreateVisualizationRequest) returns (Visualization) {
option (google.api.http) = {
post: "/apis/v1beta1/{namespace}/visualizations"
post: "/apis/v1beta1/visualizations/{namespace}"
body: "visualization"
};
}
Expand Down

0 comments on commit efe6b42

Please sign in to comment.