latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
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
Response
Successful Response
{"stackTrail":"paths:/model/{model_id}/update:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}