Updating queue item thru Orchestrator API

Hi,

I was trying to update the fields in the Orchestrator queue item with the API endpoint

PUT /odata/QueueItems({Id})

But the return code is 404. When i tried to call the GET endpoint for the same id. it worked well. Is it possible to update the fields in a Orchestrator queue item?

Try POST instead of PUT.

Finally, I found the reason for it using the swagger file. PUT endpoint for queue item is not available in 19.4. It is released recently. :slight_smile:

It should work with 2019.10.1

1 Like

Hi,

can you share your code? I try update one field in queue item and i dont know how.

Thanks.

1 Like

Hello @dineshary
I´m having same question. Would you be able to share how you achieve it?

What about the other posts in the search results? Keep reading.

1 Like

I´m on it :fist: , Thank you