action lufthansa_auto_check_in { label: "Auto Check-In" description: "Trigger an automatic check-in given a ticket number. This service is only accessible for LH privileged partners" provider: lufthansa method: PUT path: "/preflight/autocheckin/{ticketnumber}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } emailAddress: { type: "string" } ticketnumber: { type: "string" } } required: ["Accept", "emailAddress", "ticketnumber"] additionalProperties: false } output: { type: "string" } }