POST
/
worker
/
update_models
curl --request POST \
  --url https://api.infera.org/worker/update_models \
  --header 'Content-Type: application/json' \
  --data '{
  "node_url": "<string>",
  "models": [
    "<string>"
  ]
}'
"<any>"

Body

application/json
node_url
string
required
models
string[]
required

Response

200
application/json
Successful Response

The response is of type any.