Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.AdExchangeBuyer.Accounts.Update
Contents
Description
Updates an existing account.
See: Ad Exchange Buyer API Reference for adexchangebuyer.accounts.update
.
Synopsis
- type AdExchangeBuyerAccountsUpdateResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (Capture "id" Int32 :> (QueryParam "confirmUnsafeAccountChange" Bool :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Account :> Put '[JSON] Account))))))
- data AdExchangeBuyerAccountsUpdate = AdExchangeBuyerAccountsUpdate {}
- newAdExchangeBuyerAccountsUpdate :: Int32 -> Account -> AdExchangeBuyerAccountsUpdate
Resource
type AdExchangeBuyerAccountsUpdateResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (Capture "id" Int32 :> (QueryParam "confirmUnsafeAccountChange" Bool :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Account :> Put '[JSON] Account)))))) Source #
A resource alias for adexchangebuyer.accounts.update
method which the
AdExchangeBuyerAccountsUpdate
request conforms to.
Constructing a Request
data AdExchangeBuyerAccountsUpdate Source #
Updates an existing account.
See: newAdExchangeBuyerAccountsUpdate
smart constructor.
Constructors
AdExchangeBuyerAccountsUpdate | |
Instances
newAdExchangeBuyerAccountsUpdate Source #
Arguments
:: Int32 | The account id See |
-> Account | Multipart request metadata. See |
-> AdExchangeBuyerAccountsUpdate |
Creates a value of AdExchangeBuyerAccountsUpdate
with the minimum fields required to make a request.