From d735df828969308111ef0300904ebc245cd5cc47 Mon Sep 17 00:00:00 2001 From: Vikrant Puppala Date: Fri, 4 Oct 2024 12:03:09 +0530 Subject: [PATCH] update description Signed-off-by: Vikrant Puppala --- api/all.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/all.yaml b/api/all.yaml index 856fbe52e..99c74aa81 100644 --- a/api/all.yaml +++ b/api/all.yaml @@ -1122,7 +1122,7 @@ paths: tags: - Metastores operationId: summary - summary: Get the summary of a metastore + summary: Get a metastore summary description: | Gets information about a metastore. The summary includes the metastore id, name, creation time and update time. responses: @@ -2300,10 +2300,10 @@ components: type: object properties: metastore_id: - description: Unique identifier for the metastore. + description: Unique identifier of metastore. type: string name: - description: User-specified name of the metastore. + description: The user-specified name of the metastore. type: string created_at: description: Time at which this metastore was created, in epoch milliseconds.