action adobe_post_config_property { label: "postConfigProperty" provider: adobe method: POST path: "/apps/system/config/{configNodeName}" encoding: json input: { type: "object" properties: { configNodeName: { type: "string" } } required: ["configNodeName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }