action digitallinguistics_add_lexeme { label: "Add a new Lexeme" description: "Add a new Lexeme. A `languageID` must be provided either as a query parameter, or as an attribute on the Lexeme body." provider: digitallinguistics method: POST path: "/lexemes" encoding: json input: { type: "object" properties: { languageID: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }