From 8e6935cbb03a4c1b23ca93a0d3ac59d45c060528 Mon Sep 17 00:00:00 2001 From: Andreas Huber <anh@fjd.de> Date: Mon, 18 May 2020 16:13:15 +0200 Subject: [PATCH] Neue Basis-URLs --- docs/Release Notes/Version_0.5.md | 32 ++++++++++++++++--------------- reference/sender.json | 2 +- reference/subscriber.json | 2 +- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/docs/Release Notes/Version_0.5.md b/docs/Release Notes/Version_0.5.md index 8265c0b3..d76af23c 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 fc5f4407..548650b5 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 967ef08b..b2d7f2bc 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." } ], -- GitLab