Update docs/openapi.yml

main
Eyuep Sueyruege 2023-11-07 19:39:30 +01:00
parent a1c923c621
commit e768516cb0
1 changed files with 25 additions and 1 deletions

View File

@ -1 +1,25 @@
//
openapi: 3.0.0
info:
title: Card Recognition API
version: 1.0.0
paths:
/cardinfo:
get:
summary: Alle Karten Informationen
responses:
'200':
description: Erfolgreiche Anfrage
/card/{id}:
get:
summary: Ruft einen bestimmte Karte
parameters:
- in: path
name: id
required: true
schema:
type: integer
responses:
'200':
description: Erfolgreiche Anfrage
'404':
description: Nutzer nicht gefunden