From 4dfdb9a83e73966ae667b9798a5e12c7dce6eef0 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 16 Oct 2024 12:34:54 -0400 Subject: [PATCH] docs: update tags for store endpoints in API docs (#2127) --- docs/docs/cloud/reference/api/openapi.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/cloud/reference/api/openapi.json b/docs/docs/cloud/reference/api/openapi.json index aab93c6cd..e2dbb4bdb 100644 --- a/docs/docs/cloud/reference/api/openapi.json +++ b/docs/docs/cloud/reference/api/openapi.json @@ -1867,6 +1867,7 @@ "/store/items": { "put": { + "tags": ["store/manage"], "summary": "Store or update an item.", "operationId": "put_item", "requestBody": { @@ -1892,6 +1893,7 @@ } }, "delete": { + "tags": ["store/manage"], "summary": "Delete an item.", "operationId": "delete_item", "requestBody": { @@ -1917,6 +1919,7 @@ } }, "get": { + "tags": ["store/manage"], "summary": "Retrieve a single item.", "operationId": "get_item", "parameters": [ @@ -1962,6 +1965,7 @@ }, "/store/items/search": { "post": { + "tags": ["store/manage"], "summary": "Search for items within a namespace prefix.", "operationId": "search_items", "requestBody": { @@ -1994,6 +1998,7 @@ }, "/store/namespaces": { "post": { + "tags": ["store/manage"], "summary": "List namespaces with optional match conditions.", "operationId": "list_namespaces", "requestBody": {