Repository: kylin Updated Branches: refs/heads/1.x-staging bfccac90f -> 785efd82e
KYLIN-1296 Update restAPI document of build cube Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/785efd82 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/785efd82 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/785efd82 Branch: refs/heads/1.x-staging Commit: 785efd82e0753d6a3fc4ff5fd23d1476f8a7cc5e Parents: bfccac9 Author: lidongsjtu <lid...@apache.org> Authored: Mon Jan 25 12:52:40 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Mon Jan 25 12:52:50 2016 +0800 ---------------------------------------------------------------------- website/_docs/howto/howto_use_restapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/785efd82/website/_docs/howto/howto_use_restapi.md ---------------------------------------------------------------------- diff --git a/website/_docs/howto/howto_use_restapi.md b/website/_docs/howto/howto_use_restapi.md index 27d4e7a..a49a2db 100644 --- a/website/_docs/howto/howto_use_restapi.md +++ b/website/_docs/howto/howto_use_restapi.md @@ -634,7 +634,7 @@ Get descriptor for specified cube instance. #### Request Body * startTime - `required` `long` Start timestamp of data to build, e.g. 1388563200000 for 2014-1-1 * endTime - `required` `long` End timestamp of data to build -* buildType - `required` `string` Build type: 'BUILD' OR 'MERGE' +* buildType - `required` `string` Supported build type: 'BUILD', 'MERGE', 'REFRESH' #### Response Sample ```