Skip to content

Commit

Permalink
Fix Markdown syntax in ClusterHealthRequest (#2768)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Aug 5, 2024
1 parent 1a9a93e commit f0582a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/cluster/health/ClusterHealthRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { Duration } from '@_types/Time'
export interface Request extends RequestBase {
path_parts: {
/**
* Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported. To target all data streams and indices in a cluster, omit this parameter or use _all or *.
* Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (`*`) are supported. To target all data streams and indices in a cluster, omit this parameter or use _all or `*`.
*/
index?: Indices
}
Expand Down

0 comments on commit f0582a6

Please sign in to comment.