Update Device Features
PUT/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/users/:userId/devices/:deviceId/features
Update Device Features
Request
Path Parameters
- application/json
Body
required
Indicates whether the device supports subscriptions.
Indicates whether the device supports subscription updates.
Indicates whether the device supports extra parameters to buy from intent.
Indicates whether the device supports price change confirmation.
Indicates whether the device supports API version 9.
Indicates whether the device supports in-app messages.
Indicates whether the device supports offer ID token.
Indicates whether the Play Store supports cross-selling.
Indicates whether the client supports multi-item purchases.
Indicates whether the device supports product details.
Indicates whether pending purchases are enabled.
Indicates whether alternative billing is enabled.
Responses
- 200
- 400
Update Device Features successful
- application/json
- Schema
- Example (from schema)
Schema
Indicates whether the device supports subscriptions.
Indicates whether the device supports subscription updates.
Indicates whether the device supports extra parameters to buy from intent.
Indicates whether the device supports price change confirmation.
Indicates whether the device supports API version 9.
Indicates whether the device supports in-app messages.
Indicates whether the device supports offer ID token.
Indicates whether the Play Store supports cross-selling.
Indicates whether the client supports multi-item purchases.
Indicates whether the device supports product details.
Indicates whether pending purchases are enabled.
Indicates whether alternative billing is enabled.
{
"clientSupportsSubscriptions": true,
"clientSupportsSubscriptionUpdates": false,
"clientSupportsExtraParametersToBuyFromIntent": true,
"clientSupportsPriceChangeConfirmation": false,
"supportsApiVersion9": true,
"clientSupportInAppMessages": false,
"clientSupportsOfferIdToken": true,
"playStoreSupportsCrossSelling": false,
"clientDoesSupportMultiItemPurchases": false,
"supportsProductDetails": true,
"enablePendingPurchases": false,
"enableAlternativeBilling": false
}
Bad Request