From b05a0825f036591585774b7a96389d7667685dfd Mon Sep 17 00:00:00 2001 From: h-takeyeah <61489178+h-takeyeah@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:32:14 +0900 Subject: [PATCH] docs: add description for test --- typing-server/openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typing-server/openapi.yaml b/typing-server/openapi.yaml index 5e1288c9..7851ba34 100644 --- a/typing-server/openapi.yaml +++ b/typing-server/openapi.yaml @@ -1,6 +1,8 @@ openapi: 3.0.0 info: title: Typing API + description: >- + This is Typing API version: 1.0.0 servers: - url: http://localhost:8080 @@ -14,6 +16,7 @@ tags: description: ユーザー関係(仮) - name: score description: スコア関係(仮) + title: Sample Pet Store App paths: /health: get: