action apache_patch_variable { label: "Update a variable" description: "Update a variable by key." provider: apache method: PATCH path: "/variables/{variable_key}" encoding: json input: { type: "object" properties: { update_mask: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { description: "Full representation of Variable" type: "object" } }