Skip to content
Snippets Groups Projects
Commit f8abd0a7 authored by Andreas Huber's avatar Andreas Huber
Browse files

Merge branch 'master' into develop

parents ec494d0b 7be20d90
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
"values": [ "values": [
{ {
"key": "sender_url", "key": "sender_url",
"value": "https://sender.fiep-poc.de/", "value": "https://sender.fiep-poc.de/beta5/",
"enabled": true "enabled": true
}, },
{ {
"key": "subscriber_url", "key": "subscriber_url",
"value": "https://subscriber.fiep-poc.de/", "value": "https://subscriber.fiep-poc.de/beta5/",
"enabled": true "enabled": true
}, },
{ {
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
}, },
{ {
"key": "sender_url2", "key": "sender_url2",
"value": "https://sender.fiep-poc.de/", "value": "https://sender.fiep-poc.de/beta5/",
"enabled": true "enabled": true
} }
], ],
......
...@@ -167,7 +167,7 @@ wget --quiet --output-document - \ ...@@ -167,7 +167,7 @@ wget --quiet --output-document - \
--timeout=0 \ --timeout=0 \
--header 'Accept: application/json' \ --header 'Accept: application/json' \
--header 'Authorization: Bearer 5eadf042ef434913a5724d5e5ce38bc0' \ --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 ### Manueller OAuth 2.0 Fluss
...@@ -231,5 +231,5 @@ Hier wieder ein Beispiel mit dem Tool "wget": ...@@ -231,5 +231,5 @@ Hier wieder ein Beispiel mit dem Tool "wget":
wget --quiet --output-document - \ wget --quiet --output-document - \
--method GET \ --method GET \
--header 'Authorization: Bearer 0bd226153b394d209a9d57bd7a42ee70' \ --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'
``` ```
# Nächste Version (0.5) # Version 0.5
## Übergreifende Änderungen ## Übergreifende Änderungen
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"openapi": "3.0.0", "openapi": "3.0.0",
"info": { "info": {
"title": "Notification Callback", "title": "Notification Callback",
"version": "DEV", "version": "0.5",
"contact": { "contact": {
"name": "FITKO", "name": "FITKO",
"url": "https://www.fitko.de/" "url": "https://www.fitko.de/"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"openapi": "3.0.0", "openapi": "3.0.0",
"info": { "info": {
"title": "Application Sender API", "title": "Application Sender API",
"version": "DEV", "version": "0.5",
"description": "API vom Onlineantragsdienst zum Zustelldienst", "description": "API vom Onlineantragsdienst zum Zustelldienst",
"contact": { "contact": {
"name": "FITKO", "name": "FITKO",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"openapi": "3.0.0", "openapi": "3.0.0",
"info": { "info": {
"title": "Application Subscriber API", "title": "Application Subscriber API",
"version": "DEV", "version": "0.5",
"description": "API vom Fachverfahren zum Zustelldienst", "description": "API vom Fachverfahren zum Zustelldienst",
"contact": { "contact": {
"name": "FITKO", "name": "FITKO",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment