Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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