mhoppa commented on a change in pull request #4339: cachegroupparameters rewrite
URL: https://github.com/apache/trafficcontrol/pull/4339#discussion_r373656331
##########
File path: docs/source/api/cachegroupparameters.rst
##########
@@ -29,7 +29,15 @@ Extract information about the :ref:`cache-group-parameters`
associated with :ter
Response Structure
------------------
-No available parameters
+.. table:: Request Query Parameters
+
+
+-------------+----------+--------------------------------------------------------------------------------------------------------------------------------------+
+ | Name | Required | Description
|
+
+=============+==========+======================================================================================================================================+
+ | cachegroup | no | Show only the :ref:`cache-group-parameters`
with the :term:`Cache Group` identified by this integral, unique identifier
|
+
+-------------+----------+--------------------------------------------------------------------------------------------------------------------------------------+
+ | parameter | no | Show only the :ref:`cache-group-parameters`
with the :term:`Parameter` identified by this integral, unique identifier
|
+
+-------------+----------+--------------------------------------------------------------------------------------------------------------------------------------+
Review comment:
fwiw by default when you use the db helpers
`BuildWhereAndOrderByAndPagination` you get `orderby`, `sortOrder`, `limit`,
`offset` and `page` for free. You can see those documented across most of all
of our other endpoints
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services