jointrashposs/content/ja/.docs-legacy/api/endpoints/ap/get.json5

25 lines
287 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
summary: '',
description: '',
tags: [
'federation',
],
requireCredential: true,
req: {
type: 'object',
properties: {
uri: {
type: 'string',
},
},
required: [
'uri',
],
},
res: {
type: 'object',
optional: false,
nullable: false,
},
errors: {},
}