jagan-parthiban commented on code in PR #7738:
URL: https://github.com/apache/trafficcontrol/pull/7738#discussion_r1303680810
##########
docs/source/api/v5/profileparameters.rst:
##########
@@ -175,14 +175,14 @@ Response Structure
{ "alerts": [
{
- "text": "profileParameter was created.",
+ "text": "All Requested ProfileParameters were created.",
"level": "success"
}
],
"response": {
- "lastUpdated": null,
- "profile": null,
+ "lastUpdated": "2018-12-05T21:44:14.410503+05:30",
+ "profile": "testProfile1",
"profileId": 18,
- "parameter": null,
+ "parameter": "testParam1",
"parameterId": 1
}}
Review Comment:
Fixed.
--
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]