mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
25 lines
287 B
Plaintext
25 lines
287 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'federation',
|
|
],
|
|
requireCredential: true,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
uri: {
|
|
type: 'string',
|
|
},
|
|
},
|
|
required: [
|
|
'uri',
|
|
],
|
|
},
|
|
res: {
|
|
type: 'object',
|
|
optional: false,
|
|
nullable: false,
|
|
},
|
|
errors: {},
|
|
} |