From ef273a7e04d89c6f345fc69c4008dabe85db6064 Mon Sep 17 00:00:00 2001 From: Daniel <101145494+dan-jan@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:11:41 +0800 Subject: [PATCH] Rename Model fields --- docs/openapi/jan.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/openapi/jan.yaml b/docs/openapi/jan.yaml index 8cdbbc48a..6b972d64f 100644 --- a/docs/openapi/jan.yaml +++ b/docs/openapi/jan.yaml @@ -2314,7 +2314,8 @@ paths: operationId: listModels tags: - Models - summary: Lists the currently available models, and provides basic information about each one such as the owner and availability. + summary: List Models + description: Lists the currently available models, and provides basic information about each one such as the owner and availability. responses: "200": description: OK @@ -2378,7 +2379,8 @@ paths: operationId: retrieveModel tags: - Models - summary: Retrieves a model instance, providing basic information about the model such as the owner and permissioning. + summary: Retrieve Model + description: Retrieves a model instance, providing basic information about the model such as the owner and permissioning. parameters: - in: path name: model @@ -2431,7 +2433,8 @@ paths: operationId: deleteModel tags: - Models - summary: Delete a fine-tuned model. You must have the Owner role in your organization to delete a model. + summary: Delete Model + description: Delete a fine-tuned model. You must have the Owner role in your organization to delete a model. parameters: - in: path name: model