Skip to content

Commit ff27c3f

Browse files
authored
Update inference.update.json with the correct verb (#3688)
1 parent 41f2f0a commit ff27c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/_json_spec/inference.update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"paths": [
1515
{
1616
"path": "/_inference/{inference_id}/_update",
17-
"methods": ["POST"],
17+
"methods": ["PUT"],
1818
"parts": {
1919
"inference_id": {
2020
"type": "string",
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"path": "/_inference/{task_type}/{inference_id}/_update",
27-
"methods": ["POST"],
27+
"methods": ["PUT"],
2828
"parts": {
2929
"task_type": {
3030
"type": "string",

0 commit comments

Comments
 (0)