You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/02/21 12:52:04 UTC

[09/52] [abbrv] kylin git commit: KYLIN-1296 Update restAPI document of build cube

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-HBase1.1.3
Commit: 785efd82e0753d6a3fc4ff5fd23d1476f8a7cc5e
Parents: bfccac9
Author: lidongsjtu <li...@apache.org>
Authored: Mon Jan 25 12:52:40 2016 +0800
Committer: lidongsjtu <li...@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
 ```