1.5

Update Job Set Properties
Submits a request to update (and replace) the properties for a specific Job Set entity in the
Server.
Request takes a JSON Name/Value List as content (the Job Set ID and the new properties),
and on success returns a response containing the result of the request for update/replacement
(true”).
Type: PUT
URI:
/rest/serverengine/entity/jobsets/{jobSetId}/properties
Parameters:
Path:
l jobSetId the ID of the Job Set entity in Server
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: JSON Name/Value List of properties for Job Set
Content
Type:
application/json
Response:
Add.
Headers:
-
Content: Result of request to update Job Set
Content
Type:
text/plain
Status:
l 200 OK Update of Job Set properties successfully
requested (response of “true” for success)
Page 369