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.CommentThreads.Update

Contents

Description

Modifies the top-level comment in a comment thread.

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

Synopsis

REST Resource

type CommentThreadsUpdateResource = "youtube" :> ("v3" :> ("commentThreads" :> (QueryParam "part" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` CommentThread :> Put `[JSON]` CommentThread))))) Source

A resource alias for youtube.commentThreads.update method which the CommentThreadsUpdate request conforms to.

Creating a Request

commentThreadsUpdate Source

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

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

Request Lenses

ctuPart :: Lens' CommentThreadsUpdate Text Source

The part parameter specifies a comma-separated list of commentThread resource 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.