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 cc358ff commit 568394eCopy full SHA for 568394e
uwp/monetize/update-a-flight-submission.md
@@ -69,6 +69,7 @@ Content-Type: application/json
69
{
70
"flightPackages": [
71
72
+ "id": "existingPackage.Id",
73
"fileName": "newPackage.appx",
74
"fileStatus": "PendingUpload",
75
"minimumDirectXVersion": "None",
@@ -85,7 +86,6 @@ Content-Type: application/json
85
86
"isMandatoryUpdate": false,
87
"mandatoryUpdateEffectiveDate": "1601-01-01T00:00:00.0000000Z"
88
},
- "id": "existingPackage.Id",
89
"targetPublishMode": "Immediate",
90
"targetPublishDate": "",
91
"notesForCertification": "No special steps are required for certification of this app."
0 commit comments