ocket8888 commented on a change in pull request #5910:
URL: https://github.com/apache/trafficcontrol/pull/5910#discussion_r645252322



##########
File path: blueprints/refetch-invalidation.md
##########
@@ -98,13 +109,44 @@ Since the field is optional and existing functionality 
only signifies a **REFRES
 The response will be modified, then, to return this new value as well.
 
 Sample current response:
-```
-{"alerts":[{"text":"Invalidation request created for 
http://amc-linear-origin.local.tld/path/.*\\.jpeg, start:2021-06-02 
15:23:21.348 +0000 UTC end 2021-06-03 15:23:21.348 +0000 
UTC","level":"success"}],"response":{"assetUrl":"http://amc-linear-origin.local.tld/path/.*\\.jpeg","createdBy":"admin","deliveryService":"amc-live","id":1,"keyword":"PURGE","parameters":"TTL:24h""startTime":"2021-06-02
 09:23:21-06"}}
+```json
+{
+       "alerts":[
+               {
+                       "text":"Invalidation request created for 
http://amc-linear-origin.local.tld/path/.*\\.jpeg, start:2021-06-02 
15:23:21.348 +0000 UTC end 2021-06-03 15:23:21.348 +0000 UTC",
+                       "level":"success"
+               }
+       ],
+       "response":{
+               "assetUrl":"http://amc-linear-origin.local.tld/path/.*\\.jpeg";,
+               "createdBy":"admin",
+               "deliveryService":"amc-live",
+               "id":1,
+               "keyword":"PURGE",
+               "parameters":"TTL:24h""startTime":"2021-06-02 09:23:21-06"

Review comment:
       Invalid JSON here - also, can the start times be RFC3339 compliant?




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


Reply via email to