diff --git a/doc/testing/postman/CAPIF.postman_collection.json b/doc/testing/postman/CAPIF.postman_collection.json index eab0e7b6b43072f136fc298dc7ae0d4aef311a16..606a4a0f91104039d813b4f10facfb98e64daf85 100644 --- a/doc/testing/postman/CAPIF.postman_collection.json +++ b/doc/testing/postman/CAPIF.postman_collection.json @@ -979,7 +979,7 @@ "exec": [ "var res = JSON.parse(responseBody);", "", - "pm.environment.set('REFRESH_TOKEN', res.refresh_token);" + "pm.environment.set('ADMIN_TOKEN', res.access_token);" ], "type": "text/javascript", "packages": {} diff --git a/doc/testing/postman/Postman-Test.zip b/doc/testing/postman/Postman-Test.zip index 0f3d09d0d19e6156e03c59d4d07fa9c03aaa51b5..321d95cf5295f26cc7f0fbfb9ff35036e4b7742d 100644 Binary files a/doc/testing/postman/Postman-Test.zip and b/doc/testing/postman/Postman-Test.zip differ