| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.Webmasters.Sites.Add
Description
Adds a site to the set of the user's sites in Search Console.
See: Search Console API Reference for webmasters.sites.add.
REST Resource
type SitesAddResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> (QueryParam "alt" AltJSON :> Put '[JSON] ())))) Source #
A resource alias for webmasters.sites.add method which the
SitesAdd request conforms to.
Creating a Request
Adds a site to the set of the user's sites in Search Console.
See: sitesAdd smart constructor.