File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3838 required : true
3939 schema :
4040 type : string
41- description : The key for the store operation.
41+ format : byte
42+ description : The base64-encoded key for the store operation.
4243 - $ref : ' #/components/parameters/tokenQuery'
4344 get :
4445 summary : Get a value
@@ -123,13 +124,15 @@ paths:
123124 required : false
124125 schema :
125126 type : string
126- description : The key to start the query from (inclusive).
127+ format : byte
128+ description : The key to start the query from (inclusive), base64-encoded.
127129 - name : end
128130 in : query
129131 required : false
130132 schema :
131133 type : string
132- description : The key to end the query at (exclusive).
134+ format : byte
135+ description : The key to end the query at (exclusive), base64-encoded.
133136 - name : limit
134137 in : query
135138 required : false
You can’t perform that action at this time.
0 commit comments