From 161e4081156bad764212c7ed0b6debe8d4a3361b Mon Sep 17 00:00:00 2001 From: Andreas Huber <anh@fjd.de> Date: Tue, 26 May 2020 09:29:53 +0200 Subject: [PATCH] =?UTF-8?q?Versionsangaben=20f=C3=BCr=20v0.6=20vorbereitet?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/postman/FIT-Connect.postman_environment.json | 6 +++--- docs/4_Authentifizierung_und_Autorisierung.md | 4 ++-- docs/Release Notes/Version_0.6.md | 1 + reference/callback.json | 2 +- reference/sender.json | 4 ++-- reference/subscriber.json | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 docs/Release Notes/Version_0.6.md diff --git a/assets/postman/FIT-Connect.postman_environment.json b/assets/postman/FIT-Connect.postman_environment.json index a3c303ab..c8dfe2ef 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/beta5/", + "value": "https://sender.fiep-poc.de/beta6/", "enabled": true }, { "key": "subscriber_url", - "value": "https://subscriber.fiep-poc.de/beta5/", + "value": "https://subscriber.fiep-poc.de/beta6/", "enabled": true }, { @@ -24,7 +24,7 @@ }, { "key": "sender_url2", - "value": "https://sender.fiep-poc.de/beta5/", + "value": "https://sender.fiep-poc.de/beta6/", "enabled": true } ], diff --git a/docs/4_Authentifizierung_und_Autorisierung.md b/docs/4_Authentifizierung_und_Autorisierung.md index bb0a337a..7690b1ba 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/beta5/subscriber-c94ae37e-dcc5-345e-a530-8651bdfa5f2c/destinations' + 'https://subscriber.fiep-poc.de/beta6/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/beta5/subscriber-c94ae37e-dcc5-345e-a530-8651bdfa5f2c/destinations' + 'https://subscriber.fiep-poc.de/beta6/subscriber-c94ae37e-dcc5-345e-a530-8651bdfa5f2c/destinations' ``` diff --git a/docs/Release Notes/Version_0.6.md b/docs/Release Notes/Version_0.6.md new file mode 100644 index 00000000..d23f4f6a --- /dev/null +++ b/docs/Release Notes/Version_0.6.md @@ -0,0 +1 @@ +# Nächste Version (0.6) diff --git a/reference/callback.json b/reference/callback.json index c4ec47f2..9d11b1c8 100644 --- a/reference/callback.json +++ b/reference/callback.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "Notification Callback", - "version": "0.5", + "version": "0.6", "contact": { "name": "FITKO", "url": "https://www.fitko.de/" diff --git a/reference/sender.json b/reference/sender.json index b91aca31..a98d33e2 100644 --- a/reference/sender.json +++ b/reference/sender.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "Application Sender API", - "version": "0.5", + "version": "0.6", "description": "API vom Onlineantragsdienst zum Zustelldienst", "contact": { "name": "FITKO", @@ -15,7 +15,7 @@ }, "servers": [ { - "url": "https://sender.fiep-poc.de/beta5", + "url": "https://sender.fiep-poc.de/beta6", "description": "Produktionsumgebung der API." } ], diff --git a/reference/subscriber.json b/reference/subscriber.json index 8c723dc1..ddaa2591 100644 --- a/reference/subscriber.json +++ b/reference/subscriber.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "Application Subscriber API", - "version": "0.5", + "version": "0.6", "description": "API vom Fachverfahren zum Zustelldienst", "contact": { "name": "FITKO", @@ -15,7 +15,7 @@ }, "servers": [ { - "url": "https://subscriber.fiep-poc.de/beta5", + "url": "https://subscriber.fiep-poc.de/beta6", "description": "Produktionsumgebung der API." } ], -- GitLab