action apache_post_variables { label: "Create a variable" provider: apache method: POST path: "/variables" encoding: json input: { description: "Full representation of Variable" type: "object" } output: { description: "Full representation of Variable" type: "object" } }