latestOpenAPI 3.1.02026-07-2616636641.7 KB
0ca55f45aa7d
Update Sites
This API call updates a site with a new URL and/or title, using the "Site ID". Please note that the "Site ID cannot be changed.
put/v1/site/{SiteID}
Path parameters
SiteIDinteger required
ID of the Site
Request body
Response
200
Example response
{
"Id": 12345,
"Title": "New Title",
"Url": "http://www.example.com",
"PublisherAccountId": 1234
}