mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: unify type of key and rangeEnd in AuthRoleRevokePermissionRequest
Fix https://github.com/coreos/etcd/issues/9424
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user