API.create_model_notes#

API.create_model_notes(model_id: int, notes: List[Dict[str, str]], raise_on_status: bool = True) Union[Response, Dict[str, Any]]#

Create model notes.

Parameters
model_id: int

numerical model identifier

notesList[Dict[str, str]]

The model to create.

raise_on_statusbool, optional

Raise exception if status code is not 200.

Returns
Union[httpx.Response, List[Dict[str, Any]]]