aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/collection-boot.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/collection-boot.rst b/doc/collection-boot.rst
index b526165..8ae4f30 100644
--- a/doc/collection-boot.rst
+++ b/doc/collection-boot.rst
@@ -32,17 +32,17 @@ GET
:query string _id: The internal ID of the boot report.
:query string board: The name of a board.
:query string created_on: The creation date: accepted formats are ``YYYY-MM-DD`` and ``YYYYMMDD``.
- :query string job: The name of a job.
- :query string job_id: The ID of a job.
- :query string kernel: The name of a kernel.
:query string defconfig: The name of a defconfig.
:query string defconfig_full: The full name of a defconfig (with config fragments).
:query string defconfig_id: The ID of a defconfig.
:query string endian: The endianness of the board.
- :query string board: The name of a board.
+ :query string job: The name of a job.
+ :query string job_id: The ID of a job.
+ :query string kernel: The name of a kernel.
:query string lab_name: The name of the lab that created the boot report.
:query string name: The name of the boot report.
:query string status: The status of the boot report.
+ :query int retries: The number of boot retries performed.
:query int warnings: The number of warnings in the boot report.
:status 200: Resuslts found.