Skip to main content

Update Item Search Async

POST 

/api/itemsearch/update

Tier: Public — stable, supported for third-party integration.

Re-runs an existing item search's query and replaces its expected item list.

The previous snapshot of expected items is discarded and replaced with the results of re-running the query. AddItemSearchDto.OrganisationId and AddItemSearchDto.UserId are ignored on input and overwritten server-side, as with ItemSearchController.AddItemSearchAsync(...).

Request

Responses

Returns the updated search. See Items.AddItemSearchResultDto.