Update docs/openapi.yml
parent
df88e1456b
commit
9299acf05e
|
@ -11,7 +11,7 @@ paths:
|
||||||
description: Erfolgreiche Anfrage
|
description: Erfolgreiche Anfrage
|
||||||
/card/{id}:
|
/card/{id}:
|
||||||
get:
|
get:
|
||||||
summary: Ruft einen bestimmte Karte
|
summary: Ruft Informationen von einer bestimmte Karte
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: id
|
name: id
|
||||||
|
@ -22,4 +22,4 @@ paths:
|
||||||
'200':
|
'200':
|
||||||
description: Erfolgreiche Anfrage
|
description: Erfolgreiche Anfrage
|
||||||
'404':
|
'404':
|
||||||
description: Nutzer nicht gefunden
|
description: Karte nicht gefunden
|
Loading…
Reference in New Issue