gogol-webmaster-tools-0.0.1: Google Webmaster Tools 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.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

Contents

Description

Marks the provided site's sample URL as fixed, and removes it from the samples list.

See: Webmaster Tools API Reference for webmasters.urlcrawlerrorssamples.markAsFixed.

Synopsis

REST Resource

type URLCrawlErrorsSamplesMarkAsFixedResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> ("urlCrawlErrorsSamples" :> (Capture "url" Text :> (QueryParam "category" URLCrawlErrorsSamplesMarkAsFixedCategory :> (QueryParam "platform" URLCrawlErrorsSamplesMarkAsFixedPlatform :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))))) Source

A resource alias for webmasters.urlcrawlerrorssamples.markAsFixed method which the URLCrawlErrorsSamplesMarkAsFixed request conforms to.

Creating a Request

Request Lenses

ucesmafPlatform :: Lens' URLCrawlErrorsSamplesMarkAsFixed URLCrawlErrorsSamplesMarkAsFixedPlatform Source

The user agent type (platform) that made the request. For example: web

ucesmafSiteURL :: Lens' URLCrawlErrorsSamplesMarkAsFixed Text Source

The site's URL, including protocol. For example: http://www.example.com/

ucesmafURL :: Lens' URLCrawlErrorsSamplesMarkAsFixed Text Source

The relative path (without the site) of the sample URL. It must be one of the URLs returned by list(). For example, for the URL https://www.example.com/pagename on the site https://www.example.com/, the url value is pagename