Skip to content

Commit

Permalink
Merge pull request #95 from vernak2539/publish-v1.1
Browse files Browse the repository at this point in the history
Edge - Publish API v1.1
  • Loading branch information
louisgv authored Jan 6, 2025
2 parents 72c6d48 + 8f21baf commit 13d7786
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ The final json might look like this:
"edge": {
"zip": "chromium_addon.zip",
"clientId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd",
"clientSecret": "ab#c4de6fg",
"apiKey": "ab#c4de6fg",
"productId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd",
"accessTokenUrl": "https://login.microsoftonline.com/aaaaaaa-aaaa-bbbb-cccc-dddddddddddd/oauth2/v2.0/token",
"notes": "This is a test submission"
}
}
Expand Down
8 changes: 2 additions & 6 deletions keys.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,9 @@
"type": "string",
"description": "You can find your client ID by visiting the Microsoft Partner Center: https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi"
},
"clientSecret": {
"type": "string",
"description": "You can find your client secret by visiting the Microsoft Partner Center: https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi"
},
"accessTokenUrl": {
"apiKey": {
"type": "string",
"description": "You can find your access token URL by visiting the Microsoft Partner Center: https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi"
"description": "You can find your api key by visiting the Microsoft Partner Center: https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi"
},
"uploadOnly": {
"type": "boolean",
Expand Down
5 changes: 2 additions & 3 deletions keys.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"edge": {
"clientId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd",
"clientSecret": "abcdefg",
"productId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd",
"accessTokenUrl": "https://login.microsoftonline.com/aaaaaaa-aaaa-bbbb-cccc-dddddddddddd/oauth2/v2.0/token"
"apiKey": "abcdefg",
"productId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd"
}
}

0 comments on commit 13d7786

Please sign in to comment.