rimashah25 commented on code in PR #7099:
URL: https://github.com/apache/trafficcontrol/pull/7099#discussion_r1013546976


##########
docs/source/api/v5/deliveryservice_requests.rst:
##########
@@ -214,18 +303,19 @@ The request must be a well-formed representation of a 
:term:`Delivery Service Re
        :caption: Request Example
 
        POST /api/5.0/deliveryservice_requests HTTP/1.1
-       User-Agent: python-requests/2.22.0
+       User-Agent: python-requests/2.25.1
        Accept-Encoding: gzip, deflate
        Accept: */*
        Connection: keep-alive
-       Cookie: mojolicious=...
-       Content-Length: 1979
+       Cookie: access_token=...; mojolicious=...
+       Content-Length: 2011
+       Content-Type: application/json
 
        {
                "changeType": "update",
                "status": "draft",
                "requested": {
-                       "active": false,
+                       "active": "INACTIVE",

Review Comment:
   L346 doesn't have the time format?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to