Discussions
Updating Badges on a Job via the API
over 4 years ago by Mo Sultan
Hey All,
I'm creating an add-on that when a badge on a particular job is marked as completed that it triggers an event. Once the job is completed I want to remove that single badge but when use the Update Job API call it removes all badges from the job.
Currently unable to remove a single badge, only multiple. JSON below:
{"badges":["Badge UUID"]}
I've also tried replacing the Badge UUID with the Badge Name as well as the File Name but all to no avail.