Skip to content

Commit 2a56882

Browse files
Merge pull request #4898 from MicrosoftDocs/alvinashcraft/main-update-a-flight-submission
Add packageId to request params for Update a package flight submission
2 parents 233c4a1 + 568394e commit 2a56882

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ms.assetid: 24C5F796-5FB8-4B5D-B428-C3154B3098BD
33
description: Use this method in the Microsoft Store submission API to update an existing package flight submission.
44
title: Update a package flight submission
5-
ms.date: 04/17/2018
5+
ms.date: 10/17/2024
66
ms.topic: article
77
keywords: windows 10, uwp, Microsoft Store submission API, flight submission, update
88
ms.localizationpriority: medium
@@ -30,22 +30,20 @@ This method has the following syntax. See the following sections for usage examp
3030
|--------|------------------------------------------------------------------|
3131
| PUT | ```https://manage.devcenter.microsoft.com/v1.0/my/applications/{applicationId}/flights/{flightId}/submissions/{submissionId}``` |
3232

33-
3433
### Request header
3534

3635
| Header | Type | Description |
3736
|---------------|--------|-----------------------------------------------------------------------------|
3837
| Authorization | string | Required. The Azure AD access token in the form **Bearer** <*token*>. |
3938

40-
4139
### Request parameters
4240

4341
| Name | Type | Description |
4442
|---------------|--------|-----------------------------------------------------------------------------|
4543
| applicationId | string | Required. The Store ID of the app for which you want to update a package flight submission. For more information about the Store ID, see [View app identity details](/windows/apps/publish/view-app-identity-details). |
4644
| flightId | string | Required. The ID of the package flight for which you want to update a submission. This ID is available in the response data for requests to [create a package flight](create-a-flight.md) and [get package flights for an app](get-flights-for-an-app.md). For a flight that was created in Partner Center, this ID is also available in the URL for the flight page in Partner Center. |
4745
| submissionId | string | Required. The ID of the submission to update. This ID is available in the response data for requests to [create a package flight submission](create-a-flight-submission.md). For a submission that was created in Partner Center, this ID is also available in the URL for the submission page in Partner Center. |
48-
46+
| packageId | string | Required. The ID of the existing Package. |
4947

5048
### Request body
5149

@@ -71,6 +69,7 @@ Content-Type: application/json
7169
{
7270
"flightPackages": [
7371
{
72+
"id": "existingPackage.Id",
7473
"fileName": "newPackage.appx",
7574
"fileStatus": "PendingUpload",
7675
"minimumDirectXVersion": "None",

0 commit comments

Comments
 (0)