Update work item data, results and status
- Última actualización2021/09/03
Send a PUT request to update work item data, results and status.
Prerequisites
- AAE_Queue Admin role
- You need a user account with the AAE_Queue Admin role to query and manage workload queues and work items in an Control Room.
- JSON Web Token (JWT)
- All Control Room APIs require a JSON Web Token (JWT) to access the APIs. Generate an authentication token using the Enterprise 11 Authentication API.
Important: This API feature works in Control Room Version
11.3.2 and later.
- URL:
http://<your_control_room_url>/v2/wlm/queues/{id}/workitems/{id}
- Method: PUT
Status migration table
Note:
- Use the Swagger definition files installed with your Control Room to test the APIs. View the available Swagger APIs at
http://<your_control_room_url>/swagger/
. - You can also use a REST client to complete this task.