masto
Preparing search index...
<internal>
TrendsTags$SelectResource
Interface TrendsTags$SelectResource
https://github.com/mastodon/mastodon/pull/24257
interface
TrendsTags$SelectResource
{
approve
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
mastodon
.
v1
.
Admin
.
Tag
>
;
reject
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
mastodon
.
v1
.
Admin
.
Tag
>
;
}
Index
Methods
approve
reject
Methods
approve
approve
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
mastodon
.
v1
.
Admin
.
Tag
>
Parameters
Optional
meta
:
HttpMetaParams
<
"none"
>
Returns
Promise
<
mastodon
.
v1
.
Admin
.
Tag
>
reject
reject
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
mastodon
.
v1
.
Admin
.
Tag
>
Parameters
Optional
meta
:
HttpMetaParams
<
"none"
>
Returns
Promise
<
mastodon
.
v1
.
Admin
.
Tag
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
approve
reject
masto
Loading...
https://github.com/mastodon/mastodon/pull/24257