From 9b97f50001ff421ed5bd060b436176178ee82ce0 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Thu, 28 Sep 2017 00:08:37 +1000 Subject: [PATCH] [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@98738242819ba3dd63ecb75f7f4017f006163794 --- docs/en/rest-api/ml/get-category.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/rest-api/ml/get-category.asciidoc b/docs/en/rest-api/ml/get-category.asciidoc index 157b16ad963..e781da7bc25 100644 --- a/docs/en/rest-api/ml/get-category.asciidoc +++ b/docs/en/rest-api/ml/get-category.asciidoc @@ -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.