Created
September 16, 2024 20:34
-
-
Save ddelrio1986/6e5c722182e7faaf8adb693260323419 to your computer and use it in GitHub Desktop.
Postman Update Token In Environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const responseJson = pm.response.json(); | |
pm.environment.set("token", responseJson.token); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment