mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
35 lines
493 B
Plaintext
35 lines
493 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'app',
|
|
],
|
|
requireCredential: false,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
appId: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
},
|
|
},
|
|
required: [
|
|
'appId',
|
|
],
|
|
},
|
|
res: {
|
|
type: 'object',
|
|
optional: false,
|
|
nullable: false,
|
|
ref: 'App',
|
|
$ref: 'misskey://App',
|
|
},
|
|
errors: {
|
|
'dce83913-2dc6-4093-8a7b-71dbb11718a3': {
|
|
id: 'dce83913-2dc6-4093-8a7b-71dbb11718a3',
|
|
code: 'NO_SUCH_APP',
|
|
description: '',
|
|
},
|
|
},
|
|
}
|