Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2e789b2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed Dec 20, 2024
1 parent 9f336d2 commit e65a03d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
5 changes: 4 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e65a03d

Please sign in to comment.