diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-07-13 07:20:55 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-07-13 07:20:55 +0200 |
commit | 6843bcd029ce2d7bb10807dc5cd901600f2d7e12 (patch) | |
tree | af5f6c740776447bb4df170c3f9d315abdba642a /apps/cloud_federation_api/openapi.json | |
parent | 3e757b5b81baa89ea21744f617dae723ee48a141 (diff) | |
download | nextcloud-server-6843bcd029ce2d7bb10807dc5cd901600f2d7e12.tar.gz nextcloud-server-6843bcd029ce2d7bb10807dc5cd901600f2d7e12.zip |
cloud_federation_api: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'apps/cloud_federation_api/openapi.json')
-rw-r--r-- | apps/cloud_federation_api/openapi.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/cloud_federation_api/openapi.json b/apps/cloud_federation_api/openapi.json index f017b864a27..ecefd063548 100644 --- a/apps/cloud_federation_api/openapi.json +++ b/apps/cloud_federation_api/openapi.json @@ -351,8 +351,8 @@ "content": { "application/json": { "schema": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "object" } } @@ -370,7 +370,7 @@ } }, "403": { - "description": "Getting resource not allowed", + "description": "Getting resource is not allowed", "content": { "application/json": { "schema": { |