diff options
Diffstat (limited to 'apps/cloud_federation_api/openapi.json')
-rw-r--r-- | apps/cloud_federation_api/openapi.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/cloud_federation_api/openapi.json b/apps/cloud_federation_api/openapi.json index f017b864a27..e54324c9635 100644 --- a/apps/cloud_federation_api/openapi.json +++ b/apps/cloud_federation_api/openapi.json @@ -76,13 +76,8 @@ }, "protocols": { "type": "object", - "required": [ - "webdav" - ], - "properties": { - "webdav": { - "type": "string" - } + "additionalProperties": { + "type": "string" } } } |