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/03/24 09:23:35 UTC

kylin git commit: KYLIN-1532 Document issue - Wipe cache request should be PUT

Repository: kylin
Updated Branches:
  refs/heads/document 3c87b4b54 -> f950fa240


KYLIN-1532 Document issue - Wipe cache request should be PUT


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/f950fa24
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f950fa24
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f950fa24

Branch: refs/heads/document
Commit: f950fa24040d4fcfd6c515a84daa6e6f98e10805
Parents: 3c87b4b
Author: lidongsjtu <li...@apache.org>
Authored: Thu Mar 24 16:23:57 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Thu Mar 24 16:23:57 2016 +0800

----------------------------------------------------------------------
 website/_docs/howto/howto_use_restapi.md   | 2 +-
 website/_docs15/howto/howto_use_restapi.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f950fa24/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 f56b663..3dba0bb 100644
--- a/website/_docs/howto/howto_use_restapi.md
+++ b/website/_docs/howto/howto_use_restapi.md
@@ -995,7 +995,7 @@ Get descriptor for specified cube instance.
 ***
 
 ## Wipe cache
-`GET /cache/{type}/{name}/{action}`
+`PUT /cache/{type}/{name}/{action}`
 
 #### Path variable
 * type - `required` `string` 'METADATA' or 'CUBE'

http://git-wip-us.apache.org/repos/asf/kylin/blob/f950fa24/website/_docs15/howto/howto_use_restapi.md
----------------------------------------------------------------------
diff --git a/website/_docs15/howto/howto_use_restapi.md b/website/_docs15/howto/howto_use_restapi.md
index 714eae0..2d51ff4 100644
--- a/website/_docs15/howto/howto_use_restapi.md
+++ b/website/_docs15/howto/howto_use_restapi.md
@@ -996,7 +996,7 @@ Get descriptor for specified cube instance.
 ***
 
 ## Wipe cache
-`GET /cache/{type}/{name}/{action}`
+`PUT /cache/{type}/{name}/{action}`
 
 #### Path variable
 * type - `required` `string` 'METADATA' or 'CUBE'