wip
This commit is contained in:
parent
a57df6f2ca
commit
82a17ea427
2 changed files with 33 additions and 38 deletions
|
|
@ -906,6 +906,36 @@ export const endpoints = {
|
|||
requireCredential: true,
|
||||
requireModerator: true,
|
||||
|
||||
defines: [{
|
||||
req: undefined,
|
||||
res: {
|
||||
type: 'array',
|
||||
items: {
|
||||
type: 'array',
|
||||
items: {
|
||||
anyOf: [
|
||||
{
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
type: 'number',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
examples: [[
|
||||
'example.com',
|
||||
12,
|
||||
]],
|
||||
},
|
||||
}],
|
||||
},
|
||||
'admin/queue/inboc-delayed': {
|
||||
tags: ['admin'],
|
||||
|
||||
requireCredential: true,
|
||||
requireModerator: true,
|
||||
|
||||
defines: [{
|
||||
req: undefined,
|
||||
res: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue