jointrashposs/content/ja/.docs-legacy/api/endpoints/fetch-rss.json5
2023-07-11 23:48:17 +09:00

21 lines
224 B
Plaintext

{
summary: '',
description: '',
tags: [
'meta',
],
requireCredential: false,
req: {
type: 'object',
properties: {
url: {
type: 'string',
},
},
required: [
'url',
],
},
res: {},
errors: {},
}