action swagger_generate_client { label: "Generates a client library" description: "Accepts a `GeneratorInput` options map for spec location and generation options" provider: swagger method: POST path: "/gen/clients/{language}" encoding: json input: { type: "object" properties: { language: { type: "string" } } required: ["language"] additionalProperties: false } output: { type: "object" additionalProperties: true } }