Skip to content

Commit

Permalink
Update CatCountRequest.ts documentation (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo authored Aug 6, 2024
1 parent 9d007fa commit 6f0178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/cat/count/CatCountRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Indices } from '@_types/common'

/**
* Get a document count.
* Provides quick access to a document count for a data stream, an index, or an entire cluster.n/
* Provides quick access to a document count for a data stream, an index, or an entire cluster.
* The document count only includes live documents, not deleted documents which have not yet been removed by the merge process.
*
* CAT APIs are only intended for human consumption using the command line or Kibana console.
Expand Down

0 comments on commit 6f0178b

Please sign in to comment.