From d6b62741c94be38403258601c8f7a145f0a85678 Mon Sep 17 00:00:00 2001 From: aldenhu Date: Thu, 5 May 2022 13:01:54 -0700 Subject: [PATCH] [API] fix spec /tables/{handle}/items -> /tables/{handle}/item Closes: #818 --- api/doc/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/doc/openapi.yaml b/api/doc/openapi.yaml index 94fbca73f022c..4dc7a4bef26db 100644 --- a/api/doc/openapi.yaml +++ b/api/doc/openapi.yaml @@ -460,7 +460,7 @@ paths: $ref: '#/components/responses/404' "500": $ref: '#/components/responses/500' - /tables/{table_handle}/items: + /tables/{table_handle}/item: post: summary: Get table item by handle and key. description: |