gogol-vault-1.0.0: Google Vault SDK.
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.Vault.Matters.Update

Description

Updates the specified matter. This updates only the name and description of the matter, identified by matter ID. Changes to any other fields are ignored. Returns the default view of the matter.

See: Google Vault API Reference for vault.matters.update.

Synopsis

Resource

type VaultMattersUpdateResource = "v1" :> ("matters" :> (Capture "matterId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Matter :> Put '[JSON] Matter))))))))) Source #

A resource alias for vault.matters.update method which the VaultMattersUpdate request conforms to.

Constructing a Request

data VaultMattersUpdate Source #

Updates the specified matter. This updates only the name and description of the matter, identified by matter ID. Changes to any other fields are ignored. Returns the default view of the matter.

See: newVaultMattersUpdate smart constructor.

Constructors

VaultMattersUpdate 

Fields

Instances

Instances details
Generic VaultMattersUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Update

Associated Types

type Rep VaultMattersUpdate 
Instance details

Defined in Gogol.Vault.Matters.Update

Show VaultMattersUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Update

Eq VaultMattersUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Update

GoogleRequest VaultMattersUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Update

type Rep VaultMattersUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Update

type Rs VaultMattersUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Update

type Scopes VaultMattersUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Update

newVaultMattersUpdate Source #

Arguments

:: Text

The matter ID. See matterId.

-> Matter

Multipart request metadata. See payload.

-> VaultMattersUpdate 

Creates a value of VaultMattersUpdate with the minimum fields required to make a request.