提交 9a9d771f 编写于 作者: M mindless

[FIXED HUDSON-3764] fix incorrect parameter listed on api page


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@18600 71c3de6d-444a-0410-be80-ed276b4c234a
上级 869f58ab
......@@ -79,7 +79,7 @@ THE SOFTWARE.
<a href="http://hudson.gotdns.com/wiki/display/HUDSON/Remote+access+API">the documentation</a>.
</p>
<h2>Controling the amount of data you fetch</h2>
<h2>Controlling the amount of data you fetch</h2>
<p>
In both formats, the <tt>depth</tt> query parameter can be used to control the amount of data
you'll receive. The default is <tt>depth=0</tt>, but by increasing this value you can get
......@@ -92,4 +92,4 @@ THE SOFTWARE.
<st:include it="${it.bean}" page="_api.jelly" optional="true" />
</l:main-panel>
</l:layout>
</j:jelly>
\ No newline at end of file
</j:jelly>
......@@ -34,7 +34,7 @@ THE SOFTWARE.
<h2>Copy Job</h2>
<p>
To copy a job, send a POST request to <a href="../createItem">this URL</a> with
three query parameters <tt>name=<i>NEWJOBNAME</i>&amp;mode=copyJob&amp;from=<i>FROMJOBNAME</i></tt>
three query parameters <tt>name=<i>NEWJOBNAME</i>&amp;mode=copy&amp;from=<i>FROMJOBNAME</i></tt>
</p>
<h2>Build Queue</h2>
......@@ -50,4 +50,4 @@ THE SOFTWARE.
<a href="../restart">this URL</a> will start the restart sequence. All these URLs need the admin privilege
to the system.
</p>
</j:jelly>
\ No newline at end of file
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册