Confirmed users
1,905
edits
(Created page with '== Overview == There are two types of history asset lists, one used for adding/modiyfing/verifying history, and the other for deleting history. The history list used for operat…') |
|||
Line 28: | Line 28: | ||
* to delete all references to a specific page from history, use an object with a '''uri''' property | * to delete all references to a specific page from history, use an object with a '''uri''' property | ||
* to delete all references to all pages from a specific host, use an object with a '''host''' property | * to delete all references to all pages from a specific host, use an object with a '''host''' property | ||
* to delete all history in a certain time period, use an object with '''begin''' and '''end''' properties, which should have integer values that express time since the present (see '''date''' above) | * to delete all history in a certain time period, use an object with '''begin''' and '''end''' properties, which should have integer values that express time since the present in hours (see '''date''' above) | ||
For example: | For example: |