Undelete Sites
Undelete the specified site(s).
Verb | POST |
---|---|
Endpoint | {base-url}/sites/undelete |
Max Page Size | N/A |
Request body
{
"requestFilter": {
"siteIds": [153]
}
}
Filters Honored
- PermissionsFilter
- siteIds
Returns
On Success
The IDs of the undeleted sites.
Response Body
[
153
]