gogol-apps-tasks-0.0.1: Google Tasks 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.Tasks.Tasks.Patch

Contents

Description

Updates the specified task. This method supports patch semantics.

See: Tasks API Reference for tasks.tasks.patch.

Synopsis

REST Resource

type TasksPatchResource = "tasks" :> ("v1" :> ("lists" :> (Capture "tasklist" Text :> ("tasks" :> (Capture "task" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Task :> Patch `[JSON]` Task))))))) Source

A resource alias for tasks.tasks.patch method which the TasksPatch request conforms to.

Creating a Request

tasksPatch Source

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

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

data TasksPatch Source

Updates the specified task. This method supports patch semantics.

See: tasksPatch smart constructor.

Request Lenses

tpPayload :: Lens' TasksPatch Task Source

Multipart request metadata.

tpTaskList :: Lens' TasksPatch Text Source

Task list identifier.

tpTask :: Lens' TasksPatch Text Source

Task identifier.