We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfee9c commit f7184f0Copy full SHA for f7184f0
specification/indices/get_alias/_types/response.ts
@@ -25,6 +25,9 @@ export class IndexAliases {
25
aliases: Dictionary<string, AliasDefinition>
26
}
27
28
+/**
29
+ * @behavior_meta AdditionalProperties fieldname=aliases description="The index aliases"
30
+ */
31
export class NotFoundAliases
32
implements AdditionalProperties<string, IndexAliases>
33
{
0 commit comments