diff --git a/changelog/unreleased/branding-api.md b/changelog/unreleased/branding-api.md new file mode 100644 index 0000000000..3722cb523e --- /dev/null +++ b/changelog/unreleased/branding-api.md @@ -0,0 +1,6 @@ +Enhancement: Add endpoints to upload a custom logo + +Added endpoints to upload and reset custom logos. The files are stored under the `WEB_ASSET_PATH` +which defaults to `$OCIS_BASE_DATA_PATH/web/assets`. + +https://github.com/owncloud/ocis/pull/5559