Skip to content

Commit

Permalink
deactivateTrigger put -> patch
Browse files Browse the repository at this point in the history
Signed-off-by: squiishyy <[email protected]>
  • Loading branch information
squiishyy committed Jan 5, 2024
1 parent b99af2b commit 168e780
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion flyteidl/gen/pb-cpp/flyteidl/artifact/artifacts.pb.cc

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

210 changes: 105 additions & 105 deletions flyteidl/gen/pb-go/flyteidl/artifact/artifacts.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flyteidl/gen/pb-go/flyteidl/artifact/artifacts.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.

2 changes: 1 addition & 1 deletion flyteidl/gen/pb-java/flyteidl/artifact/Artifacts.java

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

4 changes: 2 additions & 2 deletions flyteidl/gen/pb_python/flyteidl/artifact/artifacts_pb2.py

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

2 changes: 1 addition & 1 deletion flyteidl/protos/flyteidl/artifact/artifacts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ service ArtifactRegistry {

rpc DeactivateTrigger (DeactivateTriggerRequest) returns (DeactivateTriggerResponse) {
option (google.api.http) = {
put: "/artifacts/api/v1/trigger/deactivate"
patch: "/artifacts/api/v1/trigger/deactivate"
body: "*"
};
}
Expand Down

0 comments on commit 168e780

Please sign in to comment.