From 30e0fb439ec620620ae0603d2a5ccea799a9a20b Mon Sep 17 00:00:00 2001 From: Jonas Groeger <jonas.groeger@codecentric.de> Date: Wed, 11 Aug 2021 21:58:03 +0200 Subject: [PATCH] docs(destination): destination services can be offered in multiple regions Fixes https://git.fitko.de/fit-connect/api/-/issues/86 --- docs/getting-started/receiving/destination.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/receiving/destination.mdx b/docs/getting-started/receiving/destination.mdx index 9f6169050..7b27e83c9 100644 --- a/docs/getting-started/receiving/destination.mdx +++ b/docs/getting-started/receiving/destination.mdx @@ -70,7 +70,7 @@ $ curl \ "schemaUri": "https://schema.fitko.de/fim/s00000000009_1.0.0.schema.json", "mimeType": "application/json" ], - "region": "DE13441111" + "regions": ["DE13441111"] } ], "callback": "https://example.com/callback", -- GitLab