update metadata endpoint

This commit is contained in:
Mary Hipp
2024-02-22 09:39:19 -05:00
committed by psychedelicious
parent 5b7633f3c6
commit 5a12886dbb
3 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ export type paths = {
*/
get: operations["list_model_summary"];
};
"/api/v2/models/meta/i/{key}": {
"/api/v2/models/i/{key}/meta": {
/**
* Get Model Metadata
* @description Get a model metadata object.