From 0900e0911154554896e8f5ebf745a072e5a1a288 Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Labrador Date: Wed, 5 Oct 2022 18:37:53 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/ocm-content-type.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/ocm-content-type.md diff --git a/changelog/unreleased/ocm-content-type.md b/changelog/unreleased/ocm-content-type.md new file mode 100644 index 0000000000..cf170bc756 --- /dev/null +++ b/changelog/unreleased/ocm-content-type.md @@ -0,0 +1,6 @@ +Enhancement: fix content-type for OCM sharing + +This fix change the content type to just +"application/json" + +https://github.com/cs3org/reva/pull/3313