From 7be20d9064956c3b1f89b912f2e96b472495ceae Mon Sep 17 00:00:00 2001
From: Andreas Huber <anh@fjd.de>
Date: Tue, 26 May 2020 09:02:40 +0200
Subject: [PATCH] Version und Basis-URL korrigiert.

---
 assets/postman/FIT-Connect.postman_environment.json | 6 +++---
 docs/4_Authentifizierung_und_Autorisierung.md       | 4 ++--
 docs/Release Notes/Version_0.5.md                   | 2 +-
 reference/callback.json                             | 2 +-
 reference/sender.json                               | 2 +-
 reference/subscriber.json                           | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/assets/postman/FIT-Connect.postman_environment.json b/assets/postman/FIT-Connect.postman_environment.json
index a6d7efc1..a3c303ab 100644
--- a/assets/postman/FIT-Connect.postman_environment.json
+++ b/assets/postman/FIT-Connect.postman_environment.json
@@ -4,12 +4,12 @@
 	"values": [
 		{
 			"key": "sender_url",
-			"value": "https://sender.fiep-poc.de/",
+			"value": "https://sender.fiep-poc.de/beta5/",
 			"enabled": true
 		},
 		{
 			"key": "subscriber_url",
-			"value": "https://subscriber.fiep-poc.de/",
+			"value": "https://subscriber.fiep-poc.de/beta5/",
 			"enabled": true
 		},
 		{
@@ -24,7 +24,7 @@
 		},
 		{
 			"key": "sender_url2",
-			"value": "https://sender.fiep-poc.de/",
+			"value": "https://sender.fiep-poc.de/beta5/",
 			"enabled": true
 		}
 	],
diff --git a/docs/4_Authentifizierung_und_Autorisierung.md b/docs/4_Authentifizierung_und_Autorisierung.md
index d76d9193..bb0a337a 100644
--- a/docs/4_Authentifizierung_und_Autorisierung.md
+++ b/docs/4_Authentifizierung_und_Autorisierung.md
@@ -167,7 +167,7 @@ wget --quiet --output-document - \
   --timeout=0 \
   --header 'Accept: application/json' \
   --header 'Authorization: Bearer 5eadf042ef434913a5724d5e5ce38bc0' \
-   'https://subscriber.fiep-poc.de/subscriber-c94ae37e-dcc5-345e-a530-8651bdfa5f2c/destinations'
+   'https://subscriber.fiep-poc.de/beta5/subscriber-c94ae37e-dcc5-345e-a530-8651bdfa5f2c/destinations'
 ```
 
 ### Manueller OAuth 2.0 Fluss
@@ -231,5 +231,5 @@ Hier wieder ein Beispiel mit dem Tool "wget":
 wget --quiet --output-document - \
   --method GET \
   --header 'Authorization: Bearer 0bd226153b394d209a9d57bd7a42ee70' \
-   'https://subscriber.fiep-poc.de/subscriber-c94ae37e-dcc5-345e-a530-8651bdfa5f2c/destinations'
+   'https://subscriber.fiep-poc.de/beta5/subscriber-c94ae37e-dcc5-345e-a530-8651bdfa5f2c/destinations'
 ```
diff --git a/docs/Release Notes/Version_0.5.md b/docs/Release Notes/Version_0.5.md
index b8f01c98..5844a938 100644
--- a/docs/Release Notes/Version_0.5.md	
+++ b/docs/Release Notes/Version_0.5.md	
@@ -1,4 +1,4 @@
-# Nächste Version (0.5)
+# Version 0.5
 
 ## Übergreifende Änderungen
 
diff --git a/reference/callback.json b/reference/callback.json
index 85d7d65f..c4ec47f2 100644
--- a/reference/callback.json
+++ b/reference/callback.json
@@ -2,7 +2,7 @@
   "openapi": "3.0.0",
   "info": {
     "title": "Notification Callback",
-    "version": "DEV",
+    "version": "0.5",
     "contact": {
       "name": "FITKO",
       "url": "https://www.fitko.de/"
diff --git a/reference/sender.json b/reference/sender.json
index 6c4f63e4..b91aca31 100644
--- a/reference/sender.json
+++ b/reference/sender.json
@@ -2,7 +2,7 @@
   "openapi": "3.0.0",
   "info": {
     "title": "Application Sender API",
-    "version": "DEV",
+    "version": "0.5",
     "description": "API vom Onlineantragsdienst zum Zustelldienst",
     "contact": {
       "name": "FITKO",
diff --git a/reference/subscriber.json b/reference/subscriber.json
index a6aca0b1..8c723dc1 100644
--- a/reference/subscriber.json
+++ b/reference/subscriber.json
@@ -2,7 +2,7 @@
   "openapi": "3.0.0",
   "info": {
     "title": "Application Subscriber API",
-    "version": "DEV",
+    "version": "0.5",
     "description": "API vom Fachverfahren zum Zustelldienst",
     "contact": {
       "name": "FITKO",
-- 
GitLab