diff --git a/web/theme/templates/pages/api.html b/web/theme/templates/pages/api.html index 4ea21e6..a5ef87e 100644 --- a/web/theme/templates/pages/api.html +++ b/web/theme/templates/pages/api.html @@ -68,6 +68,7 @@

{% trans %}Configuration parameters{% endtrans %}

  • ignore_empty_rows: (default False) A boolean to set whether empty rows should raise errors, or be ignored.
  • encoding: (default None) A string that indicates the encoding of the data. Overrides automatic encoding detection.
  • format: (default 'csv') 'csv' or 'excel' - the format of the file.
  • +
  • report_type: (default 'basic') 'basic' or 'grouped' - the formatting of report results.
  • {% trans %}Report structure{% endtrans %}

    For details on the report structure, refer to the {% trans %}Good Tables documentation{% endtrans %}.