Skip to content

Commit f0582a6

Browse files
authored
Fix Markdown syntax in ClusterHealthRequest (#2768)
1 parent 1a9a93e commit f0582a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cluster/health/ClusterHealthRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { Duration } from '@_types/Time'
4141
export interface Request extends RequestBase {
4242
path_parts: {
4343
/**
44-
* 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 *.
44+
* 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 `*`.
4545
*/
4646
index?: Indices
4747
}

0 commit comments

Comments
 (0)