8000 chore: added patch method (#842) · twilio/twilio-java@f385c81 · GitHub
[go: up one dir, main page]

Skip to content

Commit f385c81

Browse files
authored
chore: added patch method (#842)
1 parent a855b72 commit f385c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/twilio/http/HttpMethod.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public enum HttpMethod {
77
GET("GET"),
88
POST("POST"),
99
PUT("PUT"),
10+
PATCH("PATCH"),
1011
DELETE("DELETE"),
1112
HEAD("HEAD"),
1213
OPTIONS("OPTIONS");

0 commit comments

Comments
 (0)
0