v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBUpdate 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
}