gogol-groups-settings-0.0.1: Google Groups Settings SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.GroupsSettings.Groups.Patch

Contents

Description

Updates an existing resource. This method supports patch semantics.

See: Groups Settings API Reference for groupsSettings.groups.patch.

Synopsis

REST Resource

type GroupsPatchResource = "groups" :> ("v1" :> ("groups" :> (Capture "groupUniqueId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Groups :> Patch `[JSON]` Groups))))) Source

A resource alias for groupsSettings.groups.patch method which the GroupsPatch request conforms to.

Creating a Request

groupsPatch Source

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

Use one of the following lenses to modify other fields as desired:

data GroupsPatch Source

Updates an existing resource. This method supports patch semantics.

See: groupsPatch smart constructor.

Request Lenses

gpPayload :: Lens' GroupsPatch Groups Source

Multipart request metadata.