OpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

model management

Patch Model

PATCH Endpoint for partial model updates.

Only updates the fields specified in the request while preserving other existing values. Follows proper PATCH semantics by only modifying provided fields.

Args: model_id: The ID of the model to update patch_data: The fields to update and their new values user_api_key_dict: User authentication information

Returns: Updated model information

Raises: ProxyException: For various error conditions including authentication and database errors

patch/model/{model_id}/update

Path parameters

model_idstring required

Request body

model_namestring nullable

Response

Successful Response

{"stackTrail":"paths:/model/{model_id}/update:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}