mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
30 lines
424 B
Plaintext
30 lines
424 B
Plaintext
|
{
|
||
|
summary: '',
|
||
|
description: '',
|
||
|
tags: [
|
||
|
'meta',
|
||
|
],
|
||
|
requireCredential: false,
|
||
|
req: {
|
||
|
type: 'object',
|
||
|
properties: {},
|
||
|
required: [],
|
||
|
},
|
||
|
res: {
|
||
|
type: 'array',
|
||
|
optional: false,
|
||
|
nullable: false,
|
||
|
items: {
|
||
|
type: 'string',
|
||
|
optional: false,
|
||
|
nullable: false,
|
||
|
},
|
||
|
example: [
|
||
|
'admin/abuse-user-reports',
|
||
|
'admin/accounts/create',
|
||
|
'admin/announcements/create',
|
||
|
'...',
|
||
|
],
|
||
|
},
|
||
|
errors: {},
|
||
|
}
|