PUT
/
myxboard
/
update
/
{myxboard_id}
curl --request PUT \
  --url https://engine.remyx.ai/api/v1.0/myxboard/update/{myxboard_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "models": [
    "<string>"
  ],
  "results": {},
  "from_hf_collection": true,
  "hf_collection_name": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

myxboard_id
string
required

Body

application/json
models
string[]
required
results
object
from_hf_collection
boolean
hf_collection_name
string

Response

200
application/json
MyxBoard updated successfully

The response is of type object.