We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c3365 commit 277b9c5Copy full SHA for 277b9c5
PersonalAccessTokenAPIAppSample/app_config.py
@@ -22,7 +22,7 @@
22
# in the app's registration in the Azure portal.
23
24
25
-ENDPOINT = 'https://dev.azure.com/Enter_the_Collection_Name_Here/_apis/Tokens/Pats?api-version=6.1-preview'
+ENDPOINT = 'https://vssps.dev.azure.com/Enter_the_Collection_Name_Here/_apis/Tokens/Pats?api-version=6.1-preview'
26
# fill in the url to the user's ADO collection name here
27
28
SCOPE = ["499b84ac-1321-427f-aa17-267ca6975798/.default"]
0 commit comments