diff --git a/docs/openapi.yml b/docs/openapi.yml index cac8f73..3b7d4e7 100644 --- a/docs/openapi.yml +++ b/docs/openapi.yml @@ -11,7 +11,7 @@ paths: description: Erfolgreiche Anfrage /card/{id}: get: - summary: Ruft einen bestimmte Karte + summary: Ruft Informationen von einer bestimmte Karte parameters: - in: path name: id @@ -22,4 +22,4 @@ paths: '200': description: Erfolgreiche Anfrage '404': - description: Nutzer nicht gefunden \ No newline at end of file + description: Karte nicht gefunden \ No newline at end of file