Specify security.get_role_mapping and security.get_role name as list (#53207) (#63785)

This commit updates the rest API specs for

- security.get_role_mapping to specify name as a list type.
- security.get_role to specify name as a list type.

Co-authored-by: Russ Cam <russ.cam@elastic.co>
This commit is contained in:
Enrico Zimuel 2020-10-16 14:22:37 +02:00 committed by GitHub
parent 364511395d
commit e724be5f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@
],
"parts":{
"name":{
"type":"string",
"description":"Role name"
"type":"list",
"description":"A comma-separated list of role names"
}
}
},

View File

@ -14,8 +14,8 @@
],
"parts":{
"name":{
"type":"string",
"description":"Role-Mapping name"
"type":"list",
"description":"A comma-separated list of role-mapping names"
}
}
},