diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-08-30 13:36:20 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-08-30 13:36:20 +0200 |
commit | c048d2ee787197b963dc1e8fa9297cf1cd3a4307 (patch) | |
tree | da6e35c3876c2c6b0cb7a42ae00bfef29a2525a6 /docs | |
parent | fce637395dc821611f33b54aeaefa26e0b2c4175 (diff) | |
download | moa-zs-c048d2ee787197b963dc1e8fa9297cf1cd3a4307.tar.gz moa-zs-c048d2ee787197b963dc1e8fa9297cf1cd3a4307.tar.bz2 moa-zs-c048d2ee787197b963dc1e8fa9297cf1cd3a4307.zip |
Fix Tnvz Typo
- sed 's/tvnz/tnvz/'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/spec.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/spec.md b/docs/spec.md index 042d959..7854499 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -46,7 +46,7 @@ Due to the nature of the changes (feature additions and feature removals in [zus This choice allows to pass a `p:Identification` element instead of the `Person`-`Address` sequence. The choice was added because it is a new, optional feature in [zusemsg]. This change is *backwards-compatible*. -- The optional element `tvnz:AustrianAddressesOnly` was added to `DeliveryRequest/Receiver` because this element was also added as an optional element to [zusetnvz]. +- The optional element `tnvz:AustrianAddressesOnly` was added to `DeliveryRequest/Receiver` because this element was also added as an optional element to [zusetnvz]. This change is *backwards-compatible*. - The optional element `msg:AdditionalCriteria` and `msg:PreAdviceNote` were added to `DeliveryRequest/Receiver` because these element were also added as optional elements to [zusemsg]. This change is *backwards-compatible*. @@ -148,7 +148,7 @@ You find a description of the individual parameters in `application.yaml`. default: service-timeout: 60 perform-query-person-request: false - tvnz-client: + tnvz-client: url: http://localhost:8082/tnvz/ connection-timeout: 0 receive-timeout: 0 |