Overview
re-index a page and it's attributes
- REST Method: POST
- Method Access: internal
Uri Parameters
Name |
Type |
Description |
pageid |
string |
either an integer page ID, "home", or "=" followed by a double uri-encoded page path |
Query Parameters
Name |
Type |
Description |
redirects |
int? |
If zero, do not follow page redirects. |
authenticate |
bool? |
Force authentication for request (default: false) |
Return Codes
Name |
Value |
Description |
OK |
200 |
The request completed successfully |
Bad Request |
400 |
Invalid input parameter or request body |
Forbidden |
403 |
MindTouch API key or Administrator access is required. |
Not Found |
404 |
Requested page could not be found |