##// END OF EJS Templates
Updated API documentation
neko259 -
r1087:bd081f79 default
parent child Browse files
Show More
@@ -35,9 +35,15 b' Output format:'
35
35
36 ## Thread diff ##
36 ## Thread diff ##
37
37
38 /api/diff_thread/N/M/?type=O
38 /api/diff_thread
39
40 Parameters:
39
41
40 Get the diff of the thread with id=``N`` from the ``M`` timestamp in the ``O``
42 * ``thread``: thread id
43 * ``last_update``: last update timestamp
44 * ``last_post``: last added post id
45
46 Get the diff of the thread in the `O``
41 format. 2 formats are available: ``html`` (used in AJAX thread update) and
47 format. 2 formats are available: ``html`` (used in AJAX thread update) and
42 ``json``. The default format is ``html``. Return list format:
48 ``json``. The default format is ``html``. Return list format:
43
49
General Comments 0
You need to be logged in to leave comments. Login now