From 8abf642f44bb46eb3aa447072c735c5c0c3caa34 Mon Sep 17 00:00:00 2001
From: Hauschel Fred <naturzukunft@hauschel.de>
Date: Thu, 4 Jun 2020 16:37:08 +0200
Subject: [PATCH] Update fairSyncApi.yml

---
 specification/fairSyncApi.yml | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

diff --git a/specification/fairSyncApi.yml b/specification/fairSyncApi.yml
index 93c7621..e3a3948 100644
--- a/specification/fairSyncApi.yml
+++ b/specification/fairSyncApi.yml
@@ -1,18 +1,17 @@
 openapi: 3.0.2
 info:
-  title: GoodDB API
-  version: 0.1.8
+  title: FairSync API for synchronizing Organisations/Places between maps and platforms. See also https://nlnet.nl/project/FairSync
+  description:
+  version: 0.0.1
   contact:
-    name: GoodDB Consortium
-    url: 'https://github.com/goodmap'
+    name: FairSync API
+    url: 'https://git.fairkom.net/fairsync'
   license:
     name: AGPLv3
-    url: 'https://github.com/goodmap/gooddb-backend/blob/master/LICENSE'
-servers:
-  - url: 'https://api.gooddb.io/v1/'
-    description: Public production server
-  - url: 'https://api-dev.gooddb.io/v1/'
-    description: Public unstable development server
+    url: 'https://git.fairkom.net/fairsync/maps/-/blob/master/LICENSE'
+#servers:
+#  - url: 'https://...'
+#    description: ...
 security:
   - basicAuth: []
   - bearerAuth: []
@@ -213,3 +212,12 @@ components:
                 isPartner:
                   type: boolean
                   description: Does the place hold an active future partnership?
+  parameters:
+    BoundingBox:
+      name: boundingBox
+      in: query
+      description: Bounding Box with left bottom and right top coordinates
+      example: '42.27,-7.97,52.58,38.25'
+      allowEmptyValue: true
+      schema:
+        type: string
\ No newline at end of file
-- 
GitLab