action digitallinguistics_upsert_lexeme { label: "Upsert (add or replace) a Lexeme" description: "Upsert (add or replace) a Lexeme. A `languageID` must be provided either as a query parameter, or as an attribute on the Lexeme body." provider: digitallinguistics method: PUT path: "/lexemes" encoding: json input: { type: "object" properties: { ifMatch: { type: "string" } languageID: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }