mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
28 lines
411 B
Plaintext
28 lines
411 B
Plaintext
|
{
|
||
|
summary: '',
|
||
|
description: '',
|
||
|
tags: [
|
||
|
'antennas',
|
||
|
],
|
||
|
requireCredential: true,
|
||
|
req: {
|
||
|
type: 'object',
|
||
|
properties: {
|
||
|
antennaId: {
|
||
|
type: 'string',
|
||
|
format: 'misskey:id',
|
||
|
},
|
||
|
},
|
||
|
required: [
|
||
|
'antennaId',
|
||
|
],
|
||
|
},
|
||
|
res: {},
|
||
|
errors: {
|
||
|
'b34dcf9d-348f-44bb-99d0-6c9314cfe2df': {
|
||
|
id: 'b34dcf9d-348f-44bb-99d0-6c9314cfe2df',
|
||
|
code: 'NO_SUCH_ANTENNA',
|
||
|
description: '',
|
||
|
},
|
||
|
},
|
||
|
}
|