From e65a03d1ad0b33c47fa732001383885e9f299b3d Mon Sep 17 00:00:00 2001 From: mhrynenko Date: Fri, 20 Dec 2024 14:13:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=202e789?= =?UTF-8?q?b27e8af7dd5af73c797a4ed4cb4480c4728=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.json | 2 +- openapi.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/openapi.json b/openapi.json index 0191e04..c913f6c 100644 --- a/openapi.json +++ b/openapi.json @@ -73,7 +73,7 @@ "Values" ], "summary": "Get value", - "description": "Get value from storage. If no filter query specified any row is returned.\n", + "description": "Get value from storage. If no filter query specified any row is returned. \nWhen filtering by value, service queries not by exact match, but searching for the nearest by \nhammming distance element. Also take into account that value is Base64 encoded, so may contain \nsome escape symbol that should be encoded.\n", "operationId": "GetData", "parameters": [ { diff --git a/openapi.yaml b/openapi.yaml index b4bbc3e..a78f3c4 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -49,7 +49,10 @@ paths: - Values summary: Get value description: | - Get value from storage. If no filter query specified any row is returned. + Get value from storage. If no filter query specified any row is returned. + When filtering by value, service queries not by exact match, but searching for the nearest by + hammming distance element. Also take into account that value is Base64 encoded, so may contain + some escape symbol that should be encoded. operationId: GetData parameters: - $ref: '#/components/parameters/DataKeyParam'