Skip to content

Commit

Permalink
Update inference.update.json with the correct verb (#3688)
Browse files Browse the repository at this point in the history
(cherry picked from commit ff27c3f)
  • Loading branch information
davidkyle authored and github-actions[bot] committed Feb 3, 2025
1 parent ac1361f commit e0b8620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/_json_spec/inference.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"paths": [
{
"path": "/_inference/{inference_id}/_update",
"methods": ["POST"],
"methods": ["PUT"],
"parts": {
"inference_id": {
"type": "string",
Expand All @@ -24,7 +24,7 @@
},
{
"path": "/_inference/{task_type}/{inference_id}/_update",
"methods": ["POST"],
"methods": ["PUT"],
"parts": {
"task_type": {
"type": "string",
Expand Down

0 comments on commit e0b8620

Please sign in to comment.