gogol-youtube-0.0.1: Google YouTube Data 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.YouTube.Comments.Update

Contents

Description

Modifies a comment.

See: YouTube Data API Reference for youtube.comments.update.

Synopsis

REST Resource

type CommentsUpdateResource = "youtube" :> ("v3" :> ("comments" :> (QueryParam "part" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Comment :> Put `[JSON]` Comment))))) Source

A resource alias for youtube.comments.update method which the CommentsUpdate request conforms to.

Creating a Request

commentsUpdate Source

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

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

Request Lenses

cuPart :: Lens' CommentsUpdate Text Source

The part parameter identifies the properties that the API response will include. You must at least include the snippet part in the parameter value since that part contains all of the properties that the API request can update.

cuPayload :: Lens' CommentsUpdate Comment Source

Multipart request metadata.