Skip to content

Commit ab4d1df

Browse files
committed
feat: added missing http options
1 parent 3c64c52 commit ab4d1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/rest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"rules": [
3838
{
3939
"item_of_collection": {
40-
"items": [ "GET", "POST", "PUT", "DELETE", "PATCH"]
40+
"items": [ "GET", "POST", "PUT", "DELETE", "PATCH", "CONNECT", "TRACE", "HEAD", "OPTIONS"]
4141
}
4242
}
4343
],

0 commit comments

Comments
 (0)