[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:
parent
95a5d36289
commit
9b97f50001
|
@ -24,7 +24,7 @@ For more information about categories, see
|
|||
(string) Identifier for the job.
|
||||
|
||||
`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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue