action files_post_bundles_id_share { label: "Send email(s) with a link to bundle" description: "Send email(s) with a link to bundle" provider: files method: POST path: "/bundles/{id}/share" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }