You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/07/30 09:43:12 UTC

[kylin] branch document updated: Add API doc for drop job

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 0e7e53b  Add API doc for drop job
0e7e53b is described below

commit 0e7e53bec8d1c129d9ca4f6a770afa574bd4cf1c
Author: shaofengshi <sh...@apache.org>
AuthorDate: Mon Jul 30 17:43:01 2018 +0800

    Add API doc for drop job
---
 website/_docs/howto/howto_use_restapi.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/website/_docs/howto/howto_use_restapi.md b/website/_docs/howto/howto_use_restapi.md
index b8430d5..0927017 100644
--- a/website/_docs/howto/howto_use_restapi.md
+++ b/website/_docs/howto/howto_use_restapi.md
@@ -25,6 +25,7 @@ This page lists the major RESTful APIs provided by Kylin.
 * JOB
    * [Resume job](#resume-job)
    * [Pause job](#pause-job)
+   * [Drop job](#drop-job)
    * [Discard job](#discard-job)
    * [Get job status](#get-job-status)
    * [Get job step output](#get-job-step-output)
@@ -881,6 +882,12 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 #### Path variable
 * jobId - `required` `string` Job id.
 
+## Drop Job
+`DELETE /kylin/api/jobs/{jobId}/drop`
+
+#### Path variable
+* jobId - `required` `string` Job id.
+
 ## Get Job Status
 `GET /kylin/api/jobs/{jobId}`