Skip to content

Commit f9e028e

Browse files
committed
server url for productive environment changed ("prod" included as subdomain)
1 parent 5b29489 commit f9e028e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/openapi/vsdm2.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ externalDocs:
2121
description: FHIR Specification VSDM 2
2222
url: https://simplifier.net/vsdm2
2323
servers:
24-
- url: https://101575519.vsdm2.ti-dienste.de
24+
- url: https://101575519.prod.vsdm2.ti-dienste.de
2525
description: TK Production server (PU)
26-
- url: https://109723913.vsdm2.ti-dienste.de
26+
- url: https://109723913.prod.vsdm2.ti-dienste.de
2727
description: BKK VBU Production server (PU)
28-
- url: https://{iknummer}.vsdm2.ti-dienste.de
28+
- url: https://{iknummer}.prod.vsdm2.ti-dienste.de
2929
description: address schema vsdm backends - productive environment
3030
variables:
3131
iknummer:
@@ -446,7 +446,7 @@ components:
446446
description: This API uses OAuth 2, to gain access clients need an Access-Token and to proof "Versorgungskontext" with a PoPP-Token in addition
447447
flows:
448448
authorizationCode:
449-
authorizationUrl: https://101575519.vsdm2.ti-dienste.de/auth
450-
tokenUrl: https://101575519.vsdm2.ti-dienste.de/token
449+
authorizationUrl: https://101575519.prod.vsdm2.ti-dienste.de/auth
450+
tokenUrl: https://101575519.prod.vsdm2.ti-dienste.de/token
451451
scopes:
452452
vsdservice: allows practitioners to access the VSDService API of the "Versichertenstammdatendienst"

0 commit comments

Comments
 (0)