jointrashposs/content/ja/.docs-legacy/api/endpoints/app/show.json5

35 lines
493 B
Plaintext
Raw Normal View History

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