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

24 lines
447 B
Plaintext
Raw Permalink Normal View History

2023-07-08 10:36:02 +02:00
{
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: {},
}