jointrashposs/content/ja/.docs-legacy/api/endpoints/test.json5

37 lines
497 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
summary: '',
description: '',
tags: [
'non-productive',
],
requireCredential: false,
req: {
type: 'object',
properties: {
required: {
type: 'boolean',
},
string: {
type: 'string',
},
default: {
type: 'string',
default: 'hello',
},
nullableDefault: {
type: 'string',
nullable: true,
default: 'hello',
},
id: {
type: 'string',
format: 'misskey:id',
},
},
required: [
'required',
],
},
res: {},
errors: {},
}