jointrashposs/content/ja/.docs-legacy/api/endpoints/antennas/delete.json5

28 lines
411 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
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: '',
},
},
}