You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/resources/jenkins/model/Jenkins/_api.jelly
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ THE SOFTWARE.
41
41
42
42
<h2>Restarting Jenkins</h2>
43
43
<p>
44
-
Jenkins will enter into the "quiet down" mode by sending a POST request with optional <code>reason</code> query parameter to <ahref="../quietDown">this URL</a>.
44
+
Jenkins will enter into the "quiet down" mode by sending a POST request with optional <code>message</code> query parameter as the reason to <ahref="../quietDown">this URL</a>.
45
45
You can also send another request to this URL to update the reason.
46
46
You can cancel this mode by sending a POST request to <ahref="../cancelQuietDown">this URL</a>. On environments
47
47
where Jenkins can restart itself (such as when Jenkins is installed as a Windows service), POSTing to
0 commit comments