Skip to content

Commit 05a0e72

Browse files
committed
Remove the duplicated section in the docs #1524
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 84f4f99 commit 05a0e72

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

docs/rest-api.rst

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -591,35 +591,6 @@ This action deletes a "not started" or "queued" pipeline run.
591591
XLSX Report
592592
-----------
593593

594-
Generates an XLSX report of selected projects based on the provided criteria.
595-
The model needs to be provided using the ``model`` query parameter.
596-
597-
``GET /api/projects/?model=MODEL``
598-
599-
Data:
600-
- ``model``: ``package``, ``dependency``, ``resource``, ``relation``, ``message``,
601-
``todo``.
602-
603-
**Any available filters can be applied** to **select the set of projects** you want to
604-
include in the report, such as a string contained in the name, or filter by labels:
605-
606-
Example usage:
607-
608-
1. Generate a report for all projects tagged with "d2d" and include the **TODOS**
609-
worksheet::
610-
611-
GET /api/projects/?model=todo&label=d2d
612-
613-
614-
2. Generate a report for projects whose names contain the word "audit" and include the
615-
**PACKAGES** worksheet::
616-
617-
GET /api/projects/?model=package&name__contains=audit
618-
619-
620-
XLSX Report
621-
-----------
622-
623594
Generates an XLSX report for selected projects based on specified criteria. The
624595
``model`` query parameter is required to determine the type of data to include in the
625596
report.

0 commit comments

Comments
 (0)