mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
24 lines
447 B
Plaintext
24 lines
447 B
Plaintext
{
|
|
summary: 'サーバーの接続確認を行います。',
|
|
description: 'サーバーの接続確認を行います。',
|
|
tags: [
|
|
'meta',
|
|
],
|
|
requireCredential: false,
|
|
req: {},
|
|
res: {
|
|
type: 'object',
|
|
optional: false, nullable: false,
|
|
properties: {
|
|
pong: {
|
|
type: 'number',
|
|
optional: false, nullable: false,
|
|
description: 'レスポンス時の時刻です。',
|
|
},
|
|
},
|
|
required: [
|
|
'pong',
|
|
],
|
|
},
|
|
errors: {},
|
|
} |