action adobe_post_config_apache_sling_dav_ex_servlet { label: "postConfigApacheSlingDavExServlet" provider: adobe method: POST path: "/apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet" encoding: json input: { type: "object" properties: { alias: { type: "string" } "alias@TypeHint": { type: "string" } "dav.create-absolute-uri": { type: "boolean" } "dav.create-absolute-uri@TypeHint": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }