Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.AppsLicensing.Licensing.LicenseAssignments.Patch
Contents
Description
Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.
See: Enterprise License Manager API Reference for licensing.licenseAssignments.patch
.
Synopsis
- type LicensingLicenseAssignmentsPatchResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" Text :> ("user" :> (Capture "userId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LicenseAssignment :> Patch '[JSON] LicenseAssignment)))))))))))))))
- data LicensingLicenseAssignmentsPatch = LicensingLicenseAssignmentsPatch {}
- newLicensingLicenseAssignmentsPatch :: LicenseAssignment -> Text -> Text -> Text -> LicensingLicenseAssignmentsPatch
Resource
type LicensingLicenseAssignmentsPatchResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" Text :> ("user" :> (Capture "userId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LicenseAssignment :> Patch '[JSON] LicenseAssignment))))))))))))))) Source #
A resource alias for licensing.licenseAssignments.patch
method which the
LicensingLicenseAssignmentsPatch
request conforms to.
Constructing a Request
data LicensingLicenseAssignmentsPatch Source #
Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.
See: newLicensingLicenseAssignmentsPatch
smart constructor.
Constructors
LicensingLicenseAssignmentsPatch | |
Fields
|
Instances
newLicensingLicenseAssignmentsPatch Source #
Arguments
:: LicenseAssignment | Multipart request metadata. See |
-> Text | A product's unique identifier. For more information about products in this version of the API, see Products and SKUs. See |
-> Text | A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs. See |
-> Text | The user's current primary email address. If the user's email address changes, use the new email address in your API requests. Since a |
-> LicensingLicenseAssignmentsPatch |
Creates a value of LicensingLicenseAssignmentsPatch
with the minimum fields required to make a request.