v1
latestSwagger 2.0MIT2026-07-1318036.7 KBLexeme
Upsert (add or replace) a Lexeme
Upsert (add or replace) a Lexeme. A languageID must be provided either as a query parameter, or as an attribute on the Lexeme body.
put/lexemes
Query parameters
languageIDstring
The ID of the Language to perform the operation on
Headers
ifMatchstring
The If-Match header is used with PUT and DELETE requests to check whether you have the most up-to-date version of the resource before updating or deleting it. The value of the If-Match header is the ETag (_etag) property of the resource. It is recommended that your application use this header whenever possible to avoid data conflicts.
Response
201: Upsert successful.