Orchestrator HTTP Request - Update the Specific Content of existing queue item added into queue

Hi all,

Activity used : Orchestrator HTTP Request

I have found the below JsonPayload to update the Specific Content of existing queue item added into queue.

{
‘itemData’: {
‘Name’: ‘UnattendedQueue’,
‘SpecificContent’: {
‘Name’: ‘Testymonika2000’
},
‘Reference’: ‘Petstore’
}
}

Can any one help me with the “RelativeEndpoint” to update the existing Queue item ?

Thanks in advance,
Jayavignesh G

@Jayavignesh_G

It would be a put call to odata/QueueItem

To check the endpoints or other details…you can always refer to the below url

<yourorchestratorurltill _orchestrator>/Swagger/index.html

Happy automation

I have Tried it already… Can you please with get Queue Item Payload and RelativeEndpoint ?

@Jayavignesh_G

Please check this

Cheers