このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"required": true,
"string": "string",
"default": "hello",
"nullableDefault": "hello",
"id": "string"
}curl --location 'https://misskey.io/api/test' \
--header 'Content-Type: application/json' \
--data '{
"required": true,
"string": "string",
"default": "hello",
"nullableDefault": "hello",
"id": "string"
}'{
"id": "string",
"required": true,
"string": "string",
"default": "string",
"nullableDefault": "hello"
}