Skip to content

Commit 553affa

Browse files
authored
fix(invocation): Add missing HTTP patch method (#518)
Signed-off-by: Kevin Poirot <[email protected]>
1 parent 7686ab0 commit 553affa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/enum/HttpMethod.enum.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export enum HttpMethod {
1616
DELETE = "delete",
1717
POST = "post",
1818
PUT = "put",
19+
PATCH = "patch",
1920
}
2021

2122
export default HttpMethod;

0 commit comments

Comments
 (0)