Skip to content

Commit

Permalink
Update swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tako64tako authored Sep 8, 2021
1 parent 950e23f commit d750930
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
swagger: "2.0"
info:
description: "オンライン試着サービスに関するAPI"
version: "1.0.0"
title: "fit"
tags:
- name: "user"

paths:
/user:
get:
tags:
- "user"
summary: "user情報を返す"
description: ""
consumes:
- "application/json"
produces:
- "application/json"
responses:
200:
description: 'response'
schema:
type: 'object'
properties:
status:
type: 'string'
example: '200 OK'

0 comments on commit d750930

Please sign in to comment.