Skip to content

Instantly share code, notes, and snippets.

@Dillie-O
Created January 2, 2018 14:41
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 Dillie-O/bf745fa785e7e3cfcafa5894247589de to your computer and use it in GitHub Desktop.
Save Dillie-O/bf745fa785e7e3cfcafa5894247589de to your computer and use it in GitHub Desktop.
[Postman Environment Variable Update] Updates environment variable in Postman. Use in 'Tests' section. #postman #api #environment
var jsonData = JSON.parse(responseBody);
postman.setEnvironmentVariable('token', jsonData.data.JWT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment