[DOCS] Update type for category_id (elastic/x-pack-elasticsearch#2197)

Make category_id a long to align with the implementation.

Original commit: elastic/x-pack-elasticsearch@9873824281
This commit is contained in:
Russ Cam 2017-09-28 00:08:37 +10:00 committed by David Roberts
parent 95a5d36289
commit 9b97f50001
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ For more information about categories, see
(string) Identifier for the job. (string) Identifier for the job.
`category_id`:: `category_id`::
(string) Identifier for the category. If you do not specify this optional parameter, (long) Identifier for the category. If you do not specify this optional parameter,
the API returns information about all categories in the job. the API returns information about all categories in the job.