mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
feat: Controllerの自動生成
This commit is contained in:
@@ -214,12 +214,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
username:
|
||||
type: string
|
||||
password:
|
||||
type: string
|
||||
$ref: "#/components/schemas/UserCreate"
|
||||
responses:
|
||||
201:
|
||||
description: ユーザーが作成された
|
||||
@@ -509,6 +504,14 @@ components:
|
||||
url:
|
||||
type: string
|
||||
|
||||
UserCreate:
|
||||
type: object
|
||||
properties:
|
||||
username:
|
||||
type: string
|
||||
password:
|
||||
type: string
|
||||
|
||||
securitySchemes:
|
||||
BearerAuth:
|
||||
type: http
|
||||
|
||||
Reference in New Issue
Block a user