diff --git a/docs/Release Notes/Version_0.5.md b/docs/Release Notes/Version_0.5.md index 8265c0b3310c460d67dcf86db263e6eea698d3bf..d76af23ca9c2b293d0e71ae385f8fcf5d58f5787 100644 --- a/docs/Release Notes/Version_0.5.md +++ b/docs/Release Notes/Version_0.5.md @@ -1,5 +1,11 @@ # Nächste Version (0.5) +<!-- theme: warning --> +> ### Hinweis +> Die Basis-URLs für diese Version sind: +> - https://sender.fiep-poc.de/beta5/ +> - https://subscriber.fiep-poc.de/beta5/ + ## Dokumentation - Release Notes mit aufgenommen - Dokumentation zu OAuth integriert @@ -7,16 +13,17 @@ - Postman Collection & Environment integriert ## Modelle -- CR-1: Diversen Modellen den Discriminator "type" hinzugefügt: - - models/application/applicant-contact-info.json - - models/application/applicant-contact-info.json - - models/application/applicant-person.json - - models/application/applicant.json - - models/common/address-international.json - - models/common/address-national.json - - models/common/address-postbox.json - - models/common/individual.json - - models/destination-no-id.json + +### CR-1: Diversen Modellen den Discriminator "type" hinzugefügt: +- models/application/applicant-contact-info.json +- models/application/applicant-contact-info.json +- models/application/applicant-person.json +- models/application/applicant.json +- models/common/address-international.json +- models/common/address-national.json +- models/common/address-postbox.json +- models/common/individual.json +- models/destination-no-id.json ### Destination models/destination-no-id.json @@ -37,8 +44,3 @@ models/application/document.json ### Acknowledge Application - Bugfix: Property `final-delivery` auf Camelcase umgestellt. - Bugfix: Angaben von `finalDelivery` in Acknowledge Application ist verpflichtend. - -# Geplant -- Pfad der APIs um Versionsnummer erweitert: - - https://sender.fiep-poc.de/v0.5/ - - https://subscriber.fiep-poc.de/v0.5/ diff --git a/reference/sender.json b/reference/sender.json index fc5f440754d43f9e34330e6d73c7acf20a743e14..548650b5d2a9764204b91acfa15a6da68239e72c 100644 --- a/reference/sender.json +++ b/reference/sender.json @@ -15,7 +15,7 @@ }, "servers": [ { - "url": "https://sender.fiep-poc.de", + "url": "https://sender.fiep-poc.de/beta5", "description": "Produktionsumgebung der API." } ], diff --git a/reference/subscriber.json b/reference/subscriber.json index 967ef08bd4cc5e12e9769c7e8c1ba330896ce563..b2d7f2bcf3dafc60b7fe5ac3d81d4aed21b76656 100644 --- a/reference/subscriber.json +++ b/reference/subscriber.json @@ -15,7 +15,7 @@ }, "servers": [ { - "url": "https://subscriber.fiep-poc.de", + "url": "https://subscriber.fiep-poc.de/beta5", "description": "Produktionsumgebung der API." } ],