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