-
Improvement
-
Resolution: Not A Defect
-
Major
-
None
the endpoint prefix is sometimes inconsistent even when we deal with the same class/object
for example, the /computer object. To get the information on /computer, you normally invoke the restful call like this:
To take it offline
https://jenkins.mydomain.com/computer/foobar/toggleOffline?offlineMessage="taking it disconnected via jenkins.go as part of the maintenance"
But when we are talking about writing restful api lib for Jenkins and the endpoint inconsistency is making developers writing case-by-case basis. And could very well end up with something broken without printing verbose message in the log:
https://jenkins.mydomain.com/computer/foobar/toggleOffline?offlineMessage="taking it disconnected via jenkins.go as part of the maintenance"/api/json
- is related to
-
JENKINS-24052 REST API for manipulating collection of labels assigned on a node
-
- Open
-
-
JENKINS-24026 Exposing Labels via the JSON API endpoint via GET/POST
-
- Open
-
-
JENKINS-24053 Support PATCH verb on .../config.xml
-
- Open
-