'' means simply that we
> send an empty POST body.
>
> On 06.08.2013, at 20:37, tiago fernandez >
> wrote:
>
> > Hello,
> >
> > I want to cancel a queue item in a Job that has permissions set.
> > I have tried for example to cancel a qu
Hello,
I want to cancel a Queue item through a groovy script.
The script I have is something like this (I do a post because it is
specified that to remove an queue item. And queue item id I obtain it from
another part of the code using json api):
def urlString = 'http:///queue/cancelItem'
d
Hello,
I want to cancel a queue item in a Job that has permissions set.
I have tried for example to cancel a queue item with ID 65 (I get the ID
from the Queue Api: queue/api/json?pretty=true):
http:///queue/cancelItem?id=65
or using the token that job has set:
http:///queue/cancelItem?tok