Edit/Update QueueItems Orchestrator API

I’m looking for a way to update the content in a queue item in an orchestrator queue using an API call. The orchestrator version in question is 2018.4. I’ve been looking around, and I’ve found that PUT and PATCH requests could be made to prior versions (2018.2) via the swagger interface of another slightly older orchestrator I have access to but no such thing shows up in the swagger interface for the newer one.
Was this feature removed? Is there some other way to achieve this goal?

To my knowledge, I don’t think we can update a transaction if it is already in the queue.
I think we can delete it using the unique reference number or add a new transaction.

But hey, this might’ve been changed. Looking forward to other responses.

1 Like