Skip to content

Commit

Permalink
Merge pull request #90 from project-kessel/Operations-without-returni…
Browse files Browse the repository at this point in the history
…ng-json

Fixed issue with the delete method - did not accept a request body
  • Loading branch information
randymgeorge authored Sep 5, 2024
2 parents 3f03c7a + 0fc6ba8 commit a721eed
Show file tree
Hide file tree
Showing 19 changed files with 381 additions and 918 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ service KesselK8SPolicyIsPropagatedToK8SClusterService {
rpc DeleteK8SPolicyIsPropagatedToK8SCluster(DeleteK8SPolicyIsPropagatedToK8SClusterRequest) returns (DeleteK8SPolicyIsPropagatedToK8SClusterResponse) {
option (google.api.http) = {
delete: "/api/inventory/v1beta1/resource-relationships/k8s-policy.is-propagated.to-k8s-cluster"
body : "*"
};
};
}

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

Loading

0 comments on commit a721eed

Please sign in to comment.