action adobe_post_bundle { label: "postBundle" provider: adobe method: POST path: "/system/console/bundles/{name}" encoding: json input: { type: "object" properties: { action: { type: "string" } name: { type: "string" } } required: ["action", "name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }