Is there any way to update reference value in the queue items?

We have added reference values to the queue items. Is there any way to update the existing values of reference in the queue items?
thanks

1 Like

Hey @Abhash_Kumar

Kindly try with this API endpoint,

​/odata​/QueueItems({key})

You can access the API documentation from your swagger portal - <yourOrchestratorURL>/swagger

Hope that helps.

Thanks
#nK

Hi @Nithinkrishna

I tried but could not get it done.
So I am using this postman to do this. I could not find update queue endpoint. There are only two endpoints : Add queue item and Get Queue Item,
I checked the swagger as well but could not find the exact solution.

Thanks

Hey @Abhash_Kumar

With the endpoint I shared there is a PUT type for it in swagger, Kindly please check.

Thanks
#nK

Hello @Abhash_Kumar

Please refer to the below post. I think it can help you.

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.