Skip to content

Commit bdec983

Browse files
committed
Updates the method of ping from HEAD to OPTIONS
Fixes: elastic/elasticsearch#97613 (comment)
1 parent cdadc11 commit bdec983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_global/ping/PingRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface Request extends RequestBase {
3232
urls: [
3333
{
3434
path: '/'
35-
methods: ['HEAD']
35+
methods: ['OPTIONS']
3636
}
3737
]
3838
}

0 commit comments

Comments
 (0)