mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
32 lines
421 B
Plaintext
32 lines
421 B
Plaintext
|
{
|
||
|
summary: '',
|
||
|
description: '',
|
||
|
tags: [
|
||
|
'admin',
|
||
|
],
|
||
|
requireCredential: true,
|
||
|
req: {
|
||
|
type: 'object',
|
||
|
properties: {},
|
||
|
required: [],
|
||
|
},
|
||
|
res: {
|
||
|
type: 'object',
|
||
|
optional: false,
|
||
|
nullable: false,
|
||
|
properties: {
|
||
|
code: {
|
||
|
type: 'string',
|
||
|
optional: false,
|
||
|
nullable: false,
|
||
|
example: '2ERUA5VR',
|
||
|
maxLength: 8,
|
||
|
minLength: 8,
|
||
|
},
|
||
|
},
|
||
|
required: [
|
||
|
'code',
|
||
|
],
|
||
|
},
|
||
|
errors: {},
|
||
|
}
|