mirror of
https://github.com/friendica/friendica
synced 2025-01-18 23:04:29 +00:00
Add documentation to new trending tags endpoint QPs
This commit is contained in:
parent
c5effdadec
commit
6a94632131
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ class Tags extends BaseApi
|
||||||
{
|
{
|
||||||
$request = $this->getRequest([
|
$request = $this->getRequest([
|
||||||
'limit' => 20, // Maximum number of results to return. Defaults to 20.
|
'limit' => 20, // Maximum number of results to return. Defaults to 20.
|
||||||
'offset' => 0,
|
'offset' => 0, // Offset page. Defaults to 0.
|
||||||
'friendica_local' => false,
|
'friendica_local' => false, // Whether to return local tag trends instead of global, defaults to false
|
||||||
], $request);
|
], $request);
|
||||||
|
|
||||||
$trending = [];
|
$trending = [];
|
||||||
|
|
Loading…
Reference in a new issue