comparison doc/rest.txt @ 7731:4c85e3e16dfe

doc: fix link; make cells in table align at top "Query Parameters Examples" table aligned the labels in column 1 in the middle of the text in column 2. Change that to align cells at the top of the row. Also fix a bad link.
author John Rouillard <rouilj@ieee.org>
date Mon, 05 Feb 2024 16:49:21 -0500
parents 0e3d31a6b7fd
children 835b248bf9fd
comparison
equal deleted inserted replaced
7730:c305587708a8 7731:4c85e3e16dfe
703 operation on ``https://.../rest/data/issue``. 703 operation on ``https://.../rest/data/issue``.
704 704
705 .. list-table:: Query Parameters Examples 705 .. list-table:: Query Parameters Examples
706 :header-rows: 1 706 :header-rows: 1
707 :widths: 20 80 707 :widths: 20 80
708 :class: valign-top
708 709
709 * - Query parameter 710 * - Query parameter
710 - Explanation 711 - Explanation
711 * - ``@verbose=0`` 712 * - ``@verbose=0``
712 - each item in the collection has its "id" property displayed 713 - each item in the collection has its "id" property displayed
715 - for collections this output is the same as ``@verbose=0``. This 716 - for collections this output is the same as ``@verbose=0``. This
716 is the default. 717 is the default.
717 * - ``@verbose=2`` 718 * - ``@verbose=2``
718 - each item in the collection includes the "label" property in 719 - each item in the collection includes the "label" property in
719 addition to "id" property and a link for the item. 720 addition to "id" property and a link for the item.
720 This is useful as documented below in "Searches and selection"_. 721 This is useful as documented below in `Searches and selection`_.
721 * - ``@verbose=3`` 722 * - ``@verbose=3``
722 - will display the content property of messages and files. Note 723 - will display the content property of messages and files. Note
723 warnings about this below. Using this for collections is 724 warnings about this below. Using this for collections is
724 discouraged as it is slow and produces a lot of data. 725 discouraged as it is slow and produces a lot of data.
725 * - ``@fields=status,title`` 726 * - ``@fields=status,title``

Roundup Issue Tracker: http://roundup-tracker.org/