Skip to content

Instantly share code, notes, and snippets.

@WilCF
Created January 31, 2017 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WilCF/24d4522ace7fb304563b4c087362d8f1 to your computer and use it in GitHub Desktop.
Save WilCF/24d4522ace7fb304563b4c087362d8f1 to your computer and use it in GitHub Desktop.
Disable all golds in a job
curl -H "Content-Type: application/json" -X PUT 'https://api.crowdflower.com/v1/jobs/JOB_ID/gold.json?key=YOUR_API_KEY' -d '{"reset": true}'
@WilCF
Copy link
Author

WilCF commented Jan 31, 2017

Use this curl command in your browser to disable all golds in a job (mark the field "hidden"=true).

Replace JOB_ID with the job number.

Replace YOUR_API_KEY with your api key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment