*: unify type of key and rangeEnd in AuthRoleRevokePermissionRequest

Fix https://github.com/coreos/etcd/issues/9424
This commit is contained in:
Hitoshi Mitake
2018-03-14 14:06:28 +09:00
parent c5417939b6
commit 752963beea
6 changed files with 266 additions and 260 deletions

View File

@@ -1286,10 +1286,12 @@
"type": "object",
"properties": {
"key": {
"type": "string"
"type": "string",
"format": "byte"
},
"range_end": {
"type": "string"
"type": "string",
"format": "byte"
},
"role": {
"type": "string"