From 35fd9086acf6ca7f77dedb2908c7fdbbc8f0ecc3 Mon Sep 17 00:00:00 2001 From: Martin Muller Date: Fri, 10 May 2019 15:29:54 +0100 Subject: [PATCH] Mention the new aspectNames parameter for multipart upload --- src/main/webapp/definitions/alfresco-core.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/definitions/alfresco-core.yaml b/src/main/webapp/definitions/alfresco-core.yaml index d718c159..30a9d735 100755 --- a/src/main/webapp/definitions/alfresco-core.yaml +++ b/src/main/webapp/definitions/alfresco-core.yaml @@ -1238,6 +1238,8 @@ paths: Also, as requesting rendition is a background process, any rendition failure (e.g. No transformer is currently available) will not fail the whole upload and has the potential to silently fail. + You can use the **aspectNames** field to add custom aspects. + Use **overwrite** to overwrite an existing file, matched by name. If the file is versionable, the existing content is replaced.