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.
Query parameters
The ID of the Language to perform the operation on
Headers
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.
Changes
Changed in 3 of the 17 revisions of this API.131
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ●
the optional response header
Last-Modifiedremoved for the status201optional-response-header-removed
- ●
deleted the
headerrequest parameterifMatchrequest-parameter-removed
- ●
deleted the
queryrequest parameterlanguageIDrequest-parameter-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●