This implements #221 with a unique param on the existing /api/sites/:site:/:resource:/query endpoint. This enforces that there must be a single match for the set query, otherwise an error is returned. Also added appropriate tests for this functionality.
This implements #221 with a
unique
param on the existing/api/sites/:site:/:resource:/query
endpoint. This enforces that there must be a single match for the set query, otherwise an error is returned. Also added appropriate tests for this functionality.