|
2099 | 2099 | "inappproducts": {
|
2100 | 2100 | "methods": {
|
2101 | 2101 | "delete": {
|
2102 |
| - "description": "Deletes an in-app product (i.e. a managed product or a subscription).", |
| 2102 | + "description": "Deletes an in-app product (i.e. a managed product or a subscription). This method should no longer be used to delete subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.", |
2103 | 2103 | "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
|
2104 | 2104 | "httpMethod": "DELETE",
|
2105 | 2105 | "id": "androidpublisher.inappproducts.delete",
|
|
2127 | 2127 | ]
|
2128 | 2128 | },
|
2129 | 2129 | "get": {
|
2130 |
| - "description": "Gets an in-app product, which can be a managed product or a subscription.", |
| 2130 | + "description": "Gets an in-app product, which can be a managed product or a subscription. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.", |
2131 | 2131 | "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
|
2132 | 2132 | "httpMethod": "GET",
|
2133 | 2133 | "id": "androidpublisher.inappproducts.get",
|
|
2158 | 2158 | ]
|
2159 | 2159 | },
|
2160 | 2160 | "insert": {
|
2161 |
| - "description": "Creates an in-app product (i.e. a managed product or a subscription).", |
| 2161 | + "description": "Creates an in-app product (i.e. a managed product or a subscription). This method should no longer be used to create subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.", |
2162 | 2162 | "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
|
2163 | 2163 | "httpMethod": "POST",
|
2164 | 2164 | "id": "androidpublisher.inappproducts.insert",
|
|
2190 | 2190 | ]
|
2191 | 2191 | },
|
2192 | 2192 | "list": {
|
2193 |
| - "description": "Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page.", |
| 2193 | + "description": "Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.", |
2194 | 2194 | "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
|
2195 | 2195 | "httpMethod": "GET",
|
2196 | 2196 | "id": "androidpublisher.inappproducts.list",
|
|
2233 | 2233 | ]
|
2234 | 2234 | },
|
2235 | 2235 | "patch": {
|
2236 |
| - "description": "Patches an in-app product (i.e. a managed product or a subscription).", |
| 2236 | + "description": "Patches an in-app product (i.e. a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.", |
2237 | 2237 | "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
|
2238 | 2238 | "httpMethod": "PATCH",
|
2239 | 2239 | "id": "androidpublisher.inappproducts.patch",
|
|
2272 | 2272 | ]
|
2273 | 2273 | },
|
2274 | 2274 | "update": {
|
2275 |
| - "description": "Updates an in-app product (i.e. a managed product or a subscription).", |
| 2275 | + "description": "Updates an in-app product (i.e. a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.", |
2276 | 2276 | "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
|
2277 | 2277 | "httpMethod": "PUT",
|
2278 | 2278 | "id": "androidpublisher.inappproducts.update",
|
|
4047 | 4047 | }
|
4048 | 4048 | }
|
4049 | 4049 | },
|
4050 |
| - "revision": "20230612", |
| 4050 | + "revision": "20230615", |
4051 | 4051 | "rootUrl": "https://androidpublisher.googleapis.com/",
|
4052 | 4052 | "schemas": {
|
4053 | 4053 | "AcquisitionTargetingRule": {
|
|
0 commit comments