You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/01/30 11:53:47 UTC

[sling-site] branch master updated: SLING-2393 - Update Post Servlet Documentation for patch operation

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 97a36f9  SLING-2393 - Update Post Servlet Documentation for patch operation
97a36f9 is described below

commit 97a36f95a7e1b2f07779203eeac289fd762ece14
Author: Daniel Platon <pl...@adobe.com>
AuthorDate: Mon Jan 29 17:41:34 2018 +0200

    SLING-2393 - Update Post Servlet Documentation for patch operation
    
    Signed-off-by: Robert Munteanu <ro...@apache.org>
    Closes #7
---
 .../bundles/manipulating-content-the-slingpostservlet-servlets-post.md  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md b/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
index 2b04c1f..324d3b1 100644
--- a/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
+++ b/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
@@ -144,6 +144,8 @@ Would assign the `/content/page/multi` property the value *[ "one", "two" ]*.
     
 This is pretty much all there is to know about creating and modifying content. The following sections will now introduce more functionality which help you with more fine-grained control in your content management application.
     
+For more operations with multiple values you can use the [`@Patch`](#patch) suffix.
+
 ##### Automatic property values: last modified and created by
 
 To make it easier to set "last modified" and "created by" property

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.