mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 10:30:31 +08:00
The Data Explorer plugin has historically only ever accepted query parameters as a JSON-encoded string. This behaviour has existed since the plugin was first created 10 years ago (44bbc78160716dba0d3d456364b975156f8dd50d). This change doesn't alter how the plugin UI behaves, it simply allows query parameters to be submitted as a JSON object _or_ as a JSON-encoded string, rather than requiring that it must be JSON encoded. This allows developers who call this API directly to work in a more familiar pattern. |
||
|---|---|---|
| .. | ||
| controllers/discourse_data_explorer | ||
| jobs/scheduled | ||
| models/discourse_data_explorer | ||
| serializers/discourse_data_explorer | ||