From a2d2be0dfd4ef005b00369bfab350003b89fa107 Mon Sep 17 00:00:00 2001 From: Jan Zickermann <jan.zickermann@dataport.de> Date: Fri, 29 Nov 2024 15:21:48 +0100 Subject: [PATCH] WIP sh-stage: Adjust sequence number and subject not nullable --- spec/postfach-api-facade.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/postfach-api-facade.yaml b/spec/postfach-api-facade.yaml index 708f7e1..f973037 100644 --- a/spec/postfach-api-facade.yaml +++ b/spec/postfach-api-facade.yaml @@ -2466,11 +2466,9 @@ components: type: string description: "Die fachliche Vorgangsnummer.<br/><br/>\n Zu einem Vorgang\ \ kann es mehrere Nachrichten geben. (max. 256 Zeichen)\n " - nullable: true subject: type: string description: "Betreff der Nachricht<br/><br/>\n (max. 255 Zeichen)\n " - nullable: true body: type: string description: "Nachrichtentext<br/><br/>\n Dies ist entweder ein einfacher\ -- GitLab