Skip to content

Commit 5aa29d5

Browse files
committed
Changes method from HEAD to OPTIONS for ping in rest-spec-api
Fixes #97613
1 parent a19a74e commit 5aa29d5

File tree

1 file changed

+1
-1
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/api

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/ping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"path":"/",
1616
"methods":[
17-
"HEAD"
17+
"OPTIONS"
1818
]
1919
}
2020
]

0 commit comments

Comments
 (0)