More type definitions, with fixed links (hopefully)
This commit is contained in:
@ -50,7 +50,7 @@ Bulk create or update roles. The role management APIs are generally the preferre
|
||||
++++
|
||||
interface SecurityBulkPutRoleRequest extends <<RequestBase>> {
|
||||
refresh?: <<Refresh>>
|
||||
roles: Record<string, SecurityRoleDescriptor>
|
||||
roles: Record<string, <<SecurityRoleDescriptor>>>
|
||||
}
|
||||
|
||||
[pass]
|
||||
@ -68,7 +68,7 @@ interface SecurityBulkPutRoleResponse {
|
||||
created?: string[]
|
||||
updated?: string[]
|
||||
noop?: string[]
|
||||
errors?: SecurityBulkError
|
||||
errors?: <<SecurityBulkError>>
|
||||
}
|
||||
|
||||
[pass]
|
||||
|
||||
Reference in New Issue
Block a user