Skip to content

Commit 568394e

Browse files
committed
Fix code sample
1 parent cc358ff commit 568394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwp/monetize/update-a-flight-submission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Content-Type: application/json
6969
{
7070
"flightPackages": [
7171
{
72+
"id": "existingPackage.Id",
7273
"fileName": "newPackage.appx",
7374
"fileStatus": "PendingUpload",
7475
"minimumDirectXVersion": "None",
@@ -85,7 +86,6 @@ Content-Type: application/json
8586
"isMandatoryUpdate": false,
8687
"mandatoryUpdateEffectiveDate": "1601-01-01T00:00:00.0000000Z"
8788
},
88-
"id": "existingPackage.Id",
8989
"targetPublishMode": "Immediate",
9090
"targetPublishDate": "",
9191
"notesForCertification": "No special steps are required for certification of this app."

0 commit comments

Comments
 (0)