Skip to content

Commit eeeda9a

Browse files
github-actions[bot]davidkylepquentin
authored
Update inference.update.json with the correct verb (#3688) (#3689)
(cherry picked from commit ff27c3f) Co-authored-by: David Kyle <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>
1 parent 9614b82 commit eeeda9a

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)