LlmCatalog
Update a catalog entry
Update fields of an existing catalog entry.
patch/llm/catalog/{catalog_id}
Path parameters
catalog_idinteger required
ID of the catalog entry to update.
ID of the catalog entry to update.
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "gpt-4o",
"description": "OpenAI GPT-4o multimodal model.",
"multi_modal": true,
"gdpr_compliant": true,
"embedding_dimension": 1536
}Response
Successful Response
{"stackTrail":"paths:/llm/catalog/{catalog_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}