Autogenerate only the models of the API for the backend-server
This commit is contained in:
@@ -87,8 +87,6 @@ components:
|
||||
schemas:
|
||||
Gamenight:
|
||||
title: Gamenight
|
||||
x-stoplight:
|
||||
id: 0nmru75ph5wh3
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
@@ -113,8 +111,6 @@ components:
|
||||
description: ''
|
||||
Token:
|
||||
title: Token
|
||||
x-stoplight:
|
||||
id: 8pz19kigm1jer
|
||||
type: object
|
||||
properties:
|
||||
jwt_token:
|
||||
@@ -152,19 +148,23 @@ components:
|
||||
- registration_token
|
||||
AddGamenightRequestBody:
|
||||
title: AddGamenightRequestBody
|
||||
x-stoplight:
|
||||
id: xw4z5jyym8q7r
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
x-stoplight:
|
||||
id: s5ny76cy54nty
|
||||
datetime:
|
||||
type: string
|
||||
x-stoplight:
|
||||
id: dh6vyvulj4xze
|
||||
x-internal: false
|
||||
User:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
username:
|
||||
type: string
|
||||
email:
|
||||
type: string
|
||||
required:
|
||||
- username
|
||||
requestBodies:
|
||||
LoginRequest:
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user