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:
parent
364511395d
commit
e724be5f41
|
@ -14,8 +14,8 @@
|
|||
],
|
||||
"parts":{
|
||||
"name":{
|
||||
"type":"string",
|
||||
"description":"Role name"
|
||||
"type":"list",
|
||||
"description":"A comma-separated list of role names"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
],
|
||||
"parts":{
|
||||
"name":{
|
||||
"type":"string",
|
||||
"description":"Role-Mapping name"
|
||||
"type":"list",
|
||||
"description":"A comma-separated list of role-mapping names"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue