gbkannan89 opened a new pull request, #7575:
URL: https://github.com/apache/trafficcontrol/pull/7575
Closes: #[CDN-19529]
Related: #5911
## Which Traffic Control components are affected by this PR?
- Documentation
- Traffic Ops
## What is the best way to verify this PR?
Make Api calls to types 5.0
Types to Use RFC3339 Format
```curl --request GET \
--url https://localhost:8443/api/5.0/types
{
"response": [
{
"id": 48,
"lastUpdated": "2018-12-12T20:49:28.111111Z",
"name": "TC_LOC",
"description": "Location for Traffic Control Component Servers",
"useInTable": "cachegroup"
}
]
}
```
## If this is a bugfix, which Traffic Control versions contained the bug?
- 7.0.1
## PR submission checklist
- [x] This PR has tests <!-- If not, please delete this text and explain why
this PR does not need tests. -->
- [x] This PR has documentation <!-- If not, please delete this text and
explain why this PR does not need documentation. -->
- [x] This PR has a CHANGELOG.md entry <!-- A fix for a bug from an ATC
release, an improvement, or a new feature should have a changelog entry. -->
- [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** (see [the
Apache Software Foundation's security guidelines](https://apache.org/security)
for details)
--
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]