Update mutable metadata (name, system prompt) for a custom ML model owned by the caller's organization
Path parameters
/{id}
stringUUID//
HTTP Request
application/json
//name:
string,//system_prompt:
string//
}
Response
- 200 OK
- //
created_at:
stringISO-8601,//id:
stringUUID,//name:
string,//org_id:
stringUUID,//system_prompt:
string,//updated_at:
stringISO-8601//
}
Examples
put
/ml/custom/models/{id}200 OK
Response