mattjackson220 commented on a change in pull request #4339:
cachegroupparameters rewrite
URL: https://github.com/apache/trafficcontrol/pull/4339#discussion_r373550201
##########
File path: docs/source/api/cachegroupparameters.rst
##########
@@ -97,6 +105,32 @@ The request data can take the form of either a single
object or an array of one
"parameterId": 124
}
+Array Format
+""""""""""""
+
+:cacheGroupId: An integer that is the :ref:`cache-group-id` of the
:term:`Cache Group` to which a :term:`Parameter` is being assigned
+:parameterId: An integer that is the :ref:`parameter-id` of the
:term:`Parameter` being assigned
+
+.. code-block:: http
+ :caption: Request Example
+
+ POST /api/1.1/cachegroupparameters HTTP/1.1
+ Host: trafficops.infra.ciab.test
+ User-Agent: curl/7.47.0
+ Accept: */*
+ Cookie: mojolicious=...
+ Content-Length: 39
+ Content-Type: application/json
+
+ [{
+ "cachegroupId": 8,
Review comment:
done
----------------------------------------------------------------
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