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

Version und Basis-URL korrigiert.

parent 4bf0bbaa
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
],
......
......@@ -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'
```
# Nächste Version (0.5)
# Version 0.5
## Übergreifende Änderungen
......
......@@ -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/"
......
......@@ -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",
......
......@@ -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",
......
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