diff --git a/core/src/main/resources/hudson/model/Job/_api.jelly b/core/src/main/resources/hudson/model/Job/_api.jelly index 614db3c4c14603e7ee26d63f3187d3f0893a56bd..6a6378cd84581ac5aa48b2894ea9da223dc71b4c 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 +