diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2024-06-05 14:54:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 14:54:12 +0200 |
commit | 0283620f37444bcfbb5e17b929e3ddccb7597bbf (patch) | |
tree | ca39c6756483b8defb71a9bd415699549c06de66 /core/openapi.json | |
parent | 75d6cc518a3c01d8bdba230d567ca74c586b8c8c (diff) | |
parent | 4b4572acd93233702e180d6e7895703cf5ceda5d (diff) | |
download | nextcloud-server-0283620f37444bcfbb5e17b929e3ddccb7597bbf.tar.gz nextcloud-server-0283620f37444bcfbb5e17b929e3ddccb7597bbf.zip |
Merge pull request #45643 from nextcloud/backport/45632/stable28
Diffstat (limited to 'core/openapi.json')
-rw-r--r-- | core/openapi.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/openapi.json b/core/openapi.json index eac918e4db9..b59408ba6fb 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -296,7 +296,8 @@ "richObject": { "type": "object", "additionalProperties": { - "type": "object" + "type": "object", + "nullable": true } }, "openGraphObject": { @@ -354,7 +355,8 @@ "richObject": { "type": "object", "additionalProperties": { - "type": "object" + "type": "object", + "nullable": true } }, "openGraphObject": { |