gogol-mirror-0.0.1: Google Mirror 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.Mirror.Timeline.Patch

Contents

Description

Updates a timeline item in place. This method supports patch semantics.

See: Google Mirror API Reference for mirror.timeline.patch.

Synopsis

REST Resource

type TimelinePatchResource = "mirror" :> ("v1" :> ("timeline" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` TimelineItem :> Patch `[JSON]` TimelineItem))))) Source

A resource alias for mirror.timeline.patch method which the TimelinePatch request conforms to.

Creating a Request

timelinePatch Source

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

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

data TimelinePatch Source

Updates a timeline item in place. This method supports patch semantics.

See: timelinePatch smart constructor.

Request Lenses

tpPayload :: Lens' TimelinePatch TimelineItem Source

Multipart request metadata.

tpId :: Lens' TimelinePatch Text Source

The ID of the timeline item.