This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit f77f92a45e6802fb559f5f23ed680b5f69e057d7
Author: Dewayne Richardson <dewr...@apache.org>
AuthorDate: Fri Mar 23 14:32:55 2018 -0600

    added more metatags for producing the summary
---
 traffic_ops/traffic_ops_golang/swaggerdocs/cdns.go | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/traffic_ops/traffic_ops_golang/swaggerdocs/cdns.go 
b/traffic_ops/traffic_ops_golang/swaggerdocs/cdns.go
index ea89b4c..85a7124 100644
--- a/traffic_ops/traffic_ops_golang/swaggerdocs/cdns.go
+++ b/traffic_ops/traffic_ops_golang/swaggerdocs/cdns.go
@@ -88,6 +88,8 @@ type CDNPathParams struct {
 //
 // Create a CDN
 //
+// A CDN is a collection of Delivery Services
+//
 // Responses:
 //          200: Alerts
 func PostCDN(entity CDNPostParam) (CDN, Alerts) {
@@ -98,6 +100,8 @@ func PostCDN(entity CDNPostParam) (CDN, Alerts) {
 //
 // Retrieve a list of CDNs
 //
+// List of CDNs
+//
 // Responses:
 //          200: CDNs
 //          400: Alerts
@@ -121,6 +125,8 @@ type CDNPutParam struct {
 
 // PutCDN swagger:route PUT /cdns/{id} CDN PutCDN
 //
+// Update a CDN by Id
+//
 // Update a CDN
 //
 // Responses:
@@ -131,6 +137,8 @@ func PutCDN(entity CDNPutParam) (CDN, Alerts) {
 
 // GetCDNById swagger:route GET /cdns/{id} CDN GetCDNById
 //
+// Retrieve a specific CDN by Id
+//
 // Retrieve a specific CDN
 //
 // Responses:
@@ -142,6 +150,8 @@ func GetCDNById() (CDNs, Alerts) {
 
 // DeleteCDN swagger:route DELETE /cdns/{id} CDN DeleteCDN
 //
+// Delete a CDN by Id
+//
 // Delete a CDN
 //
 // Responses:

-- 
To stop receiving notification emails like this one, please contact
mitchell...@apache.org.

Reply via email to