You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| DeleteGroupByID | /admin/groups/{id}.json | DEL |||
54
59
| ListTags | /tags.json | GET || ListTagsResponse |
55
60
| GetTagByName | /tag/{name}.json | GET || TagData |
@@ -99,4 +104,4 @@ Discourse sites also have the `/directory_items.json` endpoint for searching thr
99
104
| Period | string | The length of time that the included statistics represent, and are ranked by. By default you can use `PeriodDaily`, `PeriodWeekly`, `PeriodMonthly`, `PeriodQuarterly`, `PeriodYearly`, or `PeriodAll`. This library considers `PeriodAll` to be the default value. |
100
105
| Order | string | The statistic to rank users by. By default this can be `OrderLikesReceived`, `OrderLikesGiven`, `OrderTopicCount`, `OrderPostCount`, `OrderTopicsEntered`, `OrderPostsRead`, or `OrderDaysVisited`. |
101
106
| Ascending | bool | When true, rank users from the lowest value to the greatest. |
102
-
| Page | int | The page number to look at, starts at 0. The last page number can be determined by the output's `Meta.TotalRowsDirectoryItems` value divided by 50. All pages after will have no entries. |
107
+
| Page | int | The page number to look at, starts at 0. The last page number can be determined by the output's `Meta.TotalRowsDirectoryItems` value divided by 50. All pages after will have no entries. |
0 commit comments