{{baseUrl}}/odata/QueueDefinitions({{key}}): to modify a Queue Definition
{{baseUrl}}/odata/QueueItems({{key}}): to modify a queue Item
Where
{baseUrl} is something like ‘cloud. UiPath. com/Organization/Tenant/orchestrator_’
{key} is the unique identifier ID for the queue, smth like ‘0b3c408b-9622-4444-8247-8c684b309222’
I’ve tried to check the traffic(as @loginerrorsuggests) in order to find the way how it is built but, bad chance, just this call doesn’t show its params:
Hi, thanks for your help.
Yes, of course, {key} is a mandatory item, it is written in the endpoint definition and I use it to aim the queue I want to update.
Im going to edi the post to not generate confusion
The end point i see in the acreenshot is having some edit queue after the queuedefinition…ideally there shpuld be only a key…not aomething else in the end point.Please use the correct end point as you see
I don’t understand what you mean.
I use the endpoint provided in the documentation so, {{baseUrl}}/odata/QueueDefinitions({{key}}) like.
The screenshot I’ve provided comes from watching the traffic, as suggested by @loginerror , to give a try to find it from there, but it’s not in the doc.