Request details editing
Prerequisite: Access to WLM, Request ID
Some fields are not editable using the CAMMS edit request page, such as the MER date.
Here’s the steps to fix any of these fields:
Connect to the Swagger page Workload Manager
Using the “/api/v1/workitems/{id}” API call, query the API using the request id. Copy the JSON response into a text editor.
Note: If you do not have the request id, you may be able to find the request using the “/api/v1/workitems/detailcolumnquery/workitems“ API call using the file number or the MER date.Inside the “detail” field, change the values that are incorrect.
Put the modified response into the request body of “/api/v1/workitems“.
If you have access, confirm that the changes appear in the CAMMS edit request page.