More type definitions, with fixed links (hopefully)

This commit is contained in:
Josh Mock
2024-11-20 13:47:14 -06:00
parent 7a997b3405
commit 70a3ef44bb
296 changed files with 23864 additions and 474 deletions

View File

@ -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]