API → MLUpdate mutable metadata (name, system prompt) for a custom ML model owned by the caller's organization
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
put
/ml/custom/models/{id}$ curl -X PUT "https://api.zoo.dev/ml/custom/models/{id}" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{}'200 OK
Response{}