action digitallinguistics_update_lexeme { label: "Perform a partial update on a Lexeme" description: "Perform a partial update on a Lexeme." provider: digitallinguistics method: PATCH path: "/lexemes/{lexemeID}" encoding: json input: { type: "object" properties: { ifMatch: { type: "string" } lexemeID: { type: "string" } } required: ["lexemeID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }