Skip to content

Commit ab4d1df

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

definitions/rest.md

Lines changed: 1 addition & 1 deletion
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)