action adobe_post_node_rw { label: "postNodeRw" provider: adobe method: POST path: "/{path}/{name}.rw.html" encoding: json input: { type: "object" properties: { addMembers: { type: "string" } name: { type: "string" } path: { type: "string" } } required: ["name", "path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }