jointrashposs/content/ja/.docs-legacy/api/endpoints/endpoints.json5
2023-07-11 23:48:17 +09:00

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: {},
}