From 9c9912e5b66862395a6cea9b69ea4a97a33f6757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Gr=C3=B6ger?= <jonas.groeger@codecentric.de> Date: Tue, 22 Jun 2021 08:22:07 +0000 Subject: [PATCH] add jwk exception --- docs/5_Fehlerverhalten_und_Statuscodes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/5_Fehlerverhalten_und_Statuscodes.md b/docs/5_Fehlerverhalten_und_Statuscodes.md index 7063d7c5..9df7ad5c 100644 --- a/docs/5_Fehlerverhalten_und_Statuscodes.md +++ b/docs/5_Fehlerverhalten_und_Statuscodes.md @@ -60,6 +60,7 @@ abgebildet. Fachliche schon. | https://schema.fitko.de/fit-connect/problems/attachment-not-found | 404 Not Found | | | https://schema.fitko.de/fit-connect/problems/destination-not-found | 404 Not Found | | | https://schema.fitko.de/fit-connect/problems/empty-attachment | 400 Bad Request | | +| https://schema.fitko.de/fit-connect/problems/jwk-not-valid | 422 Unprocessable Entity | JWK fachlich nicht zulässig. Details stehen im Feld `detail`. | ## Verhalten von API Clients -- GitLab