From 3b61b76d957dae238b2bd7ac89d16479a42459f9 Mon Sep 17 00:00:00 2001 From: Susanne Grell Date: Tue, 18 Apr 2023 08:30:43 +0200 Subject: [PATCH] fix format --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e2cd39..71770bc 100644 --- a/README.md +++ b/README.md @@ -450,8 +450,7 @@ can be found in the `errors` field of the response body. More information about #### Hints -* The Haushaltsposition `privateKrankenversicherung` can only be related to one Antragsteller. If you provide more than one `antragstellerId` you will receive a GraphQL error with the error code `422 - - UNPROCESSABLE ENTITY`. +* The Haushaltsposition `privateKrankenversicherung` can only be related to one Antragsteller. If you provide more than one `antragstellerId` you will receive a GraphQL error with the error code `422 - UNPROCESSABLE ENTITY`. **addPrivateKrankenversicherung** ( vorgangsnummer String!, privateKrankenversicherung [PrivateKrankenversicherung](#privatekrankenversicherung)! ) -> [BasicCreatedResponse](#basiccreatedresponse)!