cURL
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>" }'
{}
Updates an existing MyxBoard on the server
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
MyxBoard updated successfully
The response is of type object.
object