Skip to content

Commit 27e50ad

Browse files
update interface specification
1 parent a0147ac commit 27e50ad

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

interface.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ paths:
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

0 commit comments

Comments
 (0)