From 65e9912c88025cbd1505cb5456027ec094ff7e70 Mon Sep 17 00:00:00 2001 From: mindless Date: Tue, 10 Nov 2009 23:12:20 +0000 Subject: [PATCH] Mention the get/set job description api git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23638 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/hudson/model/Job/_api.jelly | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/hudson/model/Job/_api.jelly b/core/src/main/resources/hudson/model/Job/_api.jelly index 614db3c4c1..6a6378cd84 100644 --- a/core/src/main/resources/hudson/model/Job/_api.jelly +++ b/core/src/main/resources/hudson/model/Job/_api.jelly @@ -27,7 +27,9 @@ THE SOFTWARE.

To programmatically obtain config.xml, hit this URL. You can also POST an updated config.xml to the same URL to programmatically - update the configuration of a job. + update the configuration of a job. Similarly, this URL + can be used to get and set just the job description. POST form data with a + "description" parameter to set the description.

Perform a build

@@ -47,4 +49,4 @@ THE SOFTWARE.

To programmatically delete this job, do HTTP POST to this URL.

- \ No newline at end of file + -- GitLab