From 881500d81a38302110ffc30259ecfd8e912ae76b Mon Sep 17 00:00:00 2001 From: jld3103 Date: Mon, 27 Feb 2023 18:02:53 +0100 Subject: [PATCH] specs,nextcloud: Update specs --- .../nextcloud/lib/src/nextcloud.openapi.json | 20 ------------------- specs/core.json | 5 ----- specs/news.json | 5 ----- specs/notes.json | 5 ----- specs/notifications.json | 5 ----- specs/provisioning_api.json | 5 ----- specs/templates/core.json | 5 ----- specs/templates/news.json | 5 ----- specs/templates/notes.json | 5 ----- specs/templates/notifications.json | 5 ----- specs/templates/provisioning_api.json | 5 ----- specs/templates/user_status.json | 5 ----- specs/user_status.json | 5 ----- 13 files changed, 80 deletions(-) diff --git a/packages/nextcloud/lib/src/nextcloud.openapi.json b/packages/nextcloud/lib/src/nextcloud.openapi.json index 177e7066..14c2caaf 100644 --- a/packages/nextcloud/lib/src/nextcloud.openapi.json +++ b/packages/nextcloud/lib/src/nextcloud.openapi.json @@ -27,26 +27,6 @@ "basic_auth": [] } ], - "tags": [ - { - "name": "core" - }, - { - "name": "news" - }, - { - "name": "notes" - }, - { - "name": "notifications" - }, - { - "name": "provisioning_api" - }, - { - "name": "user_status" - } - ], "components": { "schemas": { "OCSMeta": { diff --git a/specs/core.json b/specs/core.json index 79164db8..ecdda486 100644 --- a/specs/core.json +++ b/specs/core.json @@ -27,11 +27,6 @@ "basic_auth": [] } ], - "tags": [ - { - "name": "core" - } - ], "components": { "schemas": { "OCSMeta": { diff --git a/specs/news.json b/specs/news.json index 990afdc1..6debec4c 100644 --- a/specs/news.json +++ b/specs/news.json @@ -27,11 +27,6 @@ "basic_auth": [] } ], - "tags": [ - { - "name": "news" - } - ], "components": { "schemas": { "OCSMeta": { diff --git a/specs/notes.json b/specs/notes.json index 43e1c9ab..81e1561f 100644 --- a/specs/notes.json +++ b/specs/notes.json @@ -27,11 +27,6 @@ "basic_auth": [] } ], - "tags": [ - { - "name": "notes" - } - ], "components": { "schemas": { "OCSMeta": { diff --git a/specs/notifications.json b/specs/notifications.json index 08b818fe..592d03c3 100644 --- a/specs/notifications.json +++ b/specs/notifications.json @@ -27,11 +27,6 @@ "basic_auth": [] } ], - "tags": [ - { - "name": "notifications" - } - ], "components": { "schemas": { "OCSMeta": { diff --git a/specs/provisioning_api.json b/specs/provisioning_api.json index 83a0458d..4787a7ce 100644 --- a/specs/provisioning_api.json +++ b/specs/provisioning_api.json @@ -27,11 +27,6 @@ "basic_auth": [] } ], - "tags": [ - { - "name": "provisioning_api" - } - ], "components": { "schemas": { "OCSMeta": { diff --git a/specs/templates/core.json b/specs/templates/core.json index 765157f3..295da1af 100644 --- a/specs/templates/core.json +++ b/specs/templates/core.json @@ -9,11 +9,6 @@ "identifier": "AGPL-3.0" } }, - "tags": [ - { - "name": "core" - } - ], "paths": { "/core/lostpassword/email": { "post": { diff --git a/specs/templates/news.json b/specs/templates/news.json index 5868cb4c..72b1cc4a 100644 --- a/specs/templates/news.json +++ b/specs/templates/news.json @@ -9,11 +9,6 @@ "identifier": "AGPL-3.0" } }, - "tags": [ - { - "name": "news" - } - ], "paths": { "/apps/news/folders": { "get": { diff --git a/specs/templates/notes.json b/specs/templates/notes.json index 96e2a0c7..c6175b7d 100644 --- a/specs/templates/notes.json +++ b/specs/templates/notes.json @@ -9,11 +9,6 @@ "identifier": "AGPL-3.0" } }, - "tags": [ - { - "name": "notes" - } - ], "paths": { "/apps/notes/notes": { "get": { diff --git a/specs/templates/notifications.json b/specs/templates/notifications.json index 14ea2a37..25a03f66 100644 --- a/specs/templates/notifications.json +++ b/specs/templates/notifications.json @@ -9,11 +9,6 @@ "identifier": "AGPL-3.0" } }, - "tags": [ - { - "name": "notifications" - } - ], "paths": { "/ocs/v2.php/apps/notifications/api/{apiVersion}/notifications": { "parameters": [ diff --git a/specs/templates/provisioning_api.json b/specs/templates/provisioning_api.json index f9b69771..731538a4 100644 --- a/specs/templates/provisioning_api.json +++ b/specs/templates/provisioning_api.json @@ -9,11 +9,6 @@ "identifier": "AGPL-3.0" } }, - "tags": [ - { - "name": "provisioning_api" - } - ], "paths": { "/ocs/v2.php/apps/provisioning_api/apps": { "get": { diff --git a/specs/templates/user_status.json b/specs/templates/user_status.json index f79aff79..233c6705 100644 --- a/specs/templates/user_status.json +++ b/specs/templates/user_status.json @@ -9,11 +9,6 @@ "identifier": "AGPL-3.0" } }, - "tags": [ - { - "name": "user_status" - } - ], "paths": { "/ocs/v2.php/apps/user_status/api/v1/statuses": { "get": { diff --git a/specs/user_status.json b/specs/user_status.json index 9a4f0caa..d9b43311 100644 --- a/specs/user_status.json +++ b/specs/user_status.json @@ -27,11 +27,6 @@ "basic_auth": [] } ], - "tags": [ - { - "name": "user_status" - } - ], "components": { "schemas": { "OCSMeta": {