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
- 200
- 400
- 401
- 403
Returns the updated search. See Items.AddItemSearchResultDto.
The search id is unknown, the query failed to execute, or validation failed.
Caller is not authenticated.
Caller does not have Update permission on the Item module.