Dokumentation inkonsistent: encryptedMetadata ist bei Einreichung Pflichtfeld und bei Empfang optional (duplicated of 322)
Im Submission API ist encryptedMetadata beim Einreichen ein Pflichtfeld, beim Abholen ist es optional. Ich würde erwarten, dass es auch beim Abholen ein Pflichtfeld ist.
Einreichen: siehe https://docs.fitko.de/fit-connect/docs/apis/submission-api/#put-/v1/submissions/-submissionId-
Datenstruktur für den Abschluss einer Einreichung. { encryptedMetadata*: string encryptedData: string }
Abholen: siehe https://docs.fitko.de/fit-connect/docs/apis/submission-api/#get-/v1/submissions/-submissionId-
Die Repräsentation einer Einreichung { ... encryptedMetadata: string encryptedData: string }