Skip to content

Commit d969ea4

Browse files
committed
Add packageId to request params
1 parent 233c4a1 commit d969ea4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -87,6 +85,7 @@ Content-Type: application/json
8785
"isMandatoryUpdate": false,
8886
"mandatoryUpdateEffectiveDate": "1601-01-01T00:00:00.0000000Z"
8987
},
88+
"id": "existingPackage.Id",
9089
"targetPublishMode": "Immediate",
9190
"targetPublishDate": "",
9291
"notesForCertification": "No special steps are required for certification of this app."

0 commit comments

Comments
 (0)