Skip to content

Commit 1e6850b

Browse files
committed
Merged PR 7328: Revised text for submission and flight IDs
1 parent 9584838 commit 1e6850b

28 files changed

+64
-64
lines changed

windows-apps-src/monetize/commit-a-flight-submission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: F94AF8F6-0742-4A3F-938E-177472F96C00
44
description: Use this method in the Microsoft Store submission API to commit a new or updated package flight submission to Windows Dev Center.
55
title: Commit a package flight submission
66
ms.author: mcleans
7-
ms.date: 04/16/2018
7+
ms.date: 04/17/2018
88
ms.topic: article
99
ms.prod: windows
1010
ms.technology: uwp
@@ -47,8 +47,8 @@ This method has the following syntax. See the following sections for usage examp
4747
| Name | Type | Description |
4848
|---------------|--------|-----------------------------------------------------------------------------|
4949
| applicationId | string | Required. The Store ID of the app that contains the package flight submission you want to commit. The Store ID for the app is available on the Dev Center dashboard. |
50-
| flightId | string | Required. The ID of the package flight that contains the submission to commit. For a flight that was created in the Dev Center dashboard, this ID is available in the URL for the flight page in the dashboard. This ID is also 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). |
51-
| submissionId | string | Required. The ID of the submission to commit. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [create a package flight submission](create-a-flight-submission.md). |
50+
| flightId | string | Required. The ID of the package flight that contains the submission to commit. 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 the Dev Center dashboard, this ID is also available in the URL for the flight page in the dashboard. |
51+
| submissionId | string | Required. The ID of the submission to commit. 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 the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
5252

5353

5454
### Request body

windows-apps-src/monetize/commit-an-add-on-submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: AC74B4FA-5554-4C03-9683-86EE48546C05
44
description: Use this method in the Microsoft Store submission API to commit a new or updated add-on submission to Windows Dev Center.
55
title: Commit an add-on submission
66
ms.author: mcleans
7-
ms.date: 02/08/2017
7+
ms.date: 04/17/2018
88
ms.topic: article
99
ms.prod: windows
1010
ms.technology: uwp
@@ -47,7 +47,7 @@ This method has the following syntax. See the following sections for usage examp
4747
| Name | Type | Description |
4848
|---------------|--------|-----------------------------------------------------------------------------|
4949
| inAppProductId | string | Required. The Store ID of the add-on that contains the submission you want to commit. The Store ID is available on the Dev Center dashboard, and it is included in the response data for requests to [Get all add-ons](get-all-add-ons.md) and [Create an add-on](create-an-add-on.md). |
50-
| submissionId | string | Required. The ID of the submission you want to commit. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [Create an add-on submission](create-an-add-on-submission.md). |
50+
| submissionId | string | Required. The ID of the submission you want to commit. This ID is available in the response data for requests to [create an add-on submission](create-an-add-on-submission.md). For a submission that was created in the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
5151

5252

5353
### Request body

windows-apps-src/monetize/commit-an-app-submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: 934F2DBF-2C7E-4B77-997D-17B9B0535D51
44
description: Use this method in the Microsoft Store submission API to commit a new or updated app submission to Windows Dev Center.
55
title: Commit an app submission
66
ms.author: mcleans
7-
ms.date: 02/08/2017
7+
ms.date: 04/17/2018
88
ms.topic: article
99
ms.prod: windows
1010
ms.technology: uwp
@@ -48,7 +48,7 @@ This method has the following syntax. See the following sections for usage examp
4848
| Name | Type | Description |
4949
|---------------|--------|-----------------------------------------------------------------------------|
5050
| applicationId | string | Required. The Store ID of the app that contains the submission you want to commit. For more information about the Store ID, see [View app identity details](https://msdn.microsoft.com/windows/uwp/publish/view-app-identity-details). |
51-
| submissionId | string | Required. The ID of the submission you want to commit. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [create an app submission](create-an-app-submission.md). |
51+
| submissionId | string | Required. The ID of the submission you want to commit. This ID is available in the response data for requests to [create an app submission](create-an-app-submission.md). For a submission that was created in the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
5252

5353

5454
### Request body

windows-apps-src/monetize/delete-a-flight-submission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: 1A69A388-B1CC-4D2C-886B-EA07E6E60252
44
description: Use this method in the Microsoft Store submission API to delete an existing package flight submission.
55
title: Delete a package flight submission
66
ms.author: mcleans
7-
ms.date: 04/16/2018
7+
ms.date: 04/17/2018
88
ms.topic: article
99
ms.prod: windows
1010
ms.technology: uwp
@@ -44,8 +44,8 @@ This method has the following syntax. See the following sections for usage examp
4444
| Name | Type | Description |
4545
|---------------|--------|-----------------------------------------------------------------------------|
4646
| applicationId | string | Required. The Store ID of the app that contains the package flight submission you want to delete. For more information about the Store ID, see [View app identity details](https://msdn.microsoft.com/windows/uwp/publish/view-app-identity-details). |
47-
| flightId | string | Required. The ID of the package flight that contains the submission to delete. For a flight that was created in the Dev Center dashboard, this ID is available in the URL for the flight page in the dashboard. This ID is also 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). |
48-
| submissionId | string | Required. The ID of the submission to delete. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [create a package flight submission](create-a-flight-submission.md). |
47+
| flightId | string | Required. The ID of the package flight that contains the submission to delete. 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 the Dev Center dashboard, this ID is also available in the URL for the flight page in the dashboard. |
48+
| submissionId | string | Required. The ID of the submission to delete. 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 the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
4949

5050

5151
### Request body

windows-apps-src/monetize/delete-a-flight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: AD80F9B3-CED0-40BD-A199-AB81CDAE466C
44
description: Use this method in the Microsoft Store submission API to delete a package flight for an app that is registered to your Windows Dev Center account.
55
title: Delete a package flight
66
ms.author: mcleans
7-
ms.date: 04/16/2018
7+
ms.date: 04/17/2018
88
ms.topic: article
99
ms.prod: windows
1010
ms.technology: uwp
@@ -45,7 +45,7 @@ This method has the following syntax. See the following sections for usage examp
4545
| Name | Type | Description |
4646
|---------------|--------|-----------------------------------------------------------------------------|
4747
| applicationId | string | Required. The Store ID of the app that contains the package flight you want to delete. The Store ID for the app is available on the Dev Center dashboard. |
48-
| flightId | string | Required. The ID of the package flight to delete. For a flight that was created in the Dev Center dashboard, this ID is available in the URL for the flight page in the dashboard. This ID is also 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). |
48+
| flightId | string | Required. The ID of the package flight to delete. 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 the Dev Center dashboard, this ID is also available in the URL for the flight page in the dashboard. |
4949

5050

5151
### Request body

windows-apps-src/monetize/delete-an-add-on-submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: D677E126-C3D6-46B6-87A5-6237EBEDF1A9
44
description: Use this method in the Microsoft Store submission API to delete an existing add-on submission.
55
title: Delete an add-on submission
66
ms.author: mcleans
7-
ms.date: 02/08/2017
7+
ms.date: 04/17/2018
88
ms.topic: article
99
ms.prod: windows
1010
ms.technology: uwp
@@ -44,7 +44,7 @@ This method has the following syntax. See the following sections for usage examp
4444
| Name | Type | Description |
4545
|---------------|--------|-----------------------------------------------------------------------------|
4646
| inAppProductId | string | Required. The Store ID of the add-on that contains the submission to delete. The Store ID is available on the Dev Center dashboard. |
47-
| submissionId | string | Required. The ID of the submission to delete. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [Create an add-on submission](create-an-add-on-submission.md). |
47+
| submissionId | string | Required. The ID of the submission to delete. This ID is available in the response data for requests to [create an add-on submission](create-an-add-on-submission.md). For a submission that was created in the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
4848

4949

5050
### Request body

windows-apps-src/monetize/delete-an-app-submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: 96C090C1-88F8-42E7-AED1-AFA9031E952B
44
description: Use this method in the Microsoft Store submission API to delete an existing app submission.
55
title: Delete an app submission
66
ms.author: mcleans
7-
ms.date: 02/08/2017
7+
ms.date: 04/17/2018
88
ms.topic: article
99
ms.prod: windows
1010
ms.technology: uwp
@@ -44,7 +44,7 @@ This method has the following syntax. See the following sections for usage examp
4444
| Name | Type | Description |
4545
|---------------|--------|-----------------------------------------------------------------------------|
4646
| applicationId | string | Required. The Store ID of the app that contains the submission to delete. For more information about the Store ID, see [View app identity details](https://msdn.microsoft.com/windows/uwp/publish/view-app-identity-details). |
47-
| submissionId | string | Required. The ID of the submission to delete. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [create an app submission](create-an-app-submission.md). |
47+
| submissionId | string | Required. The ID of the submission to delete. This ID is available in the response data for requests to [create an app submission](create-an-app-submission.md). For a submission that was created in the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
4848

4949

5050
### Request body

windows-apps-src/monetize/finalize-the-package-rollout-for-a-flight-submission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: mcleanbyron
33
description: Use this method in the Microsoft Store submission API to finalize the package rollout for a package flight submission.
44
title: Finalize the rollout for a flight submission
55
ms.author: mcleans
6-
ms.date: 04/16/2018
6+
ms.date: 04/17/2018
77
ms.topic: article
88
ms.prod: windows
99
ms.technology: uwp
@@ -48,8 +48,8 @@ This method has the following syntax. See the following sections for usage examp
4848
| Name | Type | Description |
4949
|---------------|--------|-----------------------------------------------------------------------------|
5050
| applicationId | string | Required. The Store ID of the app that contains the package flight submission with the package rollout you want to finalize. For more information about the Store ID, see [View app identity details](https://msdn.microsoft.com/windows/uwp/publish/view-app-identity-details). |
51-
| flightId | string | Required. The ID of the package flight that contains the submission with the package rollout you want to finalize. For a flight that was created in the Dev Center dashboard, this ID is available in the URL for the flight page in the dashboard. This ID is also 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). |
52-
| submissionId | string | Required. The ID of the submission with the package rollout you want to finalize. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [create a package flight submission](create-a-flight-submission.md). |
51+
| flightId | string | Required. The ID of the package flight that contains the submission with the package rollout you want to finalize. 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 the Dev Center dashboard, this ID is also available in the URL for the flight page in the dashboard. |
52+
| submissionId | string | Required. The ID of the submission with the package rollout you want to finalize. 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 the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
5353

5454

5555
### Request body

windows-apps-src/monetize/finalize-the-package-rollout-for-an-app-submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: mcleanbyron
33
description: Use this method in the Microsoft Store submission API to finalize the package rollout for an app submission.
44
title: Finalize the rollout for an app submission
55
ms.author: mcleans
6-
ms.date: 02/08/2017
6+
ms.date: 04/17/2018
77
ms.topic: article
88
ms.prod: windows
99
ms.technology: uwp
@@ -47,7 +47,7 @@ This method has the following syntax. See the following sections for usage examp
4747
| Name | Type | Description |
4848
|---------------|--------|-----------------------------------------------------------------------------|
4949
| applicationId | string | Required. The Store ID of the app that contains the submission with the package rollout you want to finalize. For more information about the Store ID, see [View app identity details](https://msdn.microsoft.com/windows/uwp/publish/view-app-identity-details). |
50-
| submissionId | string | Required. The ID of the submission with the package rollout you want to finalize. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [create an app submission](create-an-app-submission.md). |
50+
| submissionId | string | Required. The ID of the submission with the package rollout you want to finalize. This ID is available in the response data for requests to [create an app submission](create-an-app-submission.md). For a submission that was created in the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
5151

5252

5353
### Request body

windows-apps-src/monetize/get-a-flight-submission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: A0DFF26B-FE06-459B-ABDC-3EA4FEB7A21E
44
description: Use this method in the Microsoft Store submission API to get data for an existing package flight submission.
55
title: Get a package flight submission
66
ms.author: mcleans
7-
ms.date: 04/16/2018
7+
ms.date: 04/17/2018
88
ms.topic: article
99
ms.prod: windows
1010
ms.technology: uwp
@@ -45,8 +45,8 @@ This method has the following syntax. See the following sections for usage examp
4545
| Name | Type | Description |
4646
|---------------|--------|-----------------------------------------------------------------------------|
4747
| applicationId | string | Required. The Store ID of the app that contains the package flight submission you want to get. For more information about the Store ID, see [View app identity details](https://msdn.microsoft.com/windows/uwp/publish/view-app-identity-details). |
48-
| flightId | string | Required. The ID of the package flight that contains the submission you want to get. For a flight that was created in the Dev Center dashboard, this ID is available in the URL for the flight page in the dashboard. This ID is also 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). |
49-
| submissionId | string | Required. The ID of the submission to get. This ID is available in the Dev Center dashboard, and it is included in the response data for requests to [create a package flight submission](create-a-flight-submission.md). |
48+
| flightId | string | Required. The ID of the package flight that contains the submission you want to get. 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 the Dev Center dashboard, this ID is also available in the URL for the flight page in the dashboard. |
49+
| submissionId | string | Required. The ID of the submission to get. 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 the Dev Center dashboard, this ID is also available in the URL for the submission page in the dashboard. |
5050

5151

5252
### Request body

0 commit comments

Comments
 (0)