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 b3acd6621aaadf231f2c84b1ee7892d08e580b94 Author: Dewayne Richardson <dewr...@apache.org> AuthorDate: Fri Mar 23 14:37:41 2018 -0600 added more metatags for producing the summary --- traffic_ops/traffic_ops_golang/swaggerdocs/v13/asns.go | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/traffic_ops/traffic_ops_golang/swaggerdocs/v13/asns.go b/traffic_ops/traffic_ops_golang/swaggerdocs/v13/asns.go index 427207e..76c768c 100644 --- a/traffic_ops/traffic_ops_golang/swaggerdocs/v13/asns.go +++ b/traffic_ops/traffic_ops_golang/swaggerdocs/v13/asns.go @@ -88,6 +88,8 @@ type ASNPathParams struct { // // Create a ASN // +// An Autonomous System Number +// // Responses: // 200: Alerts func PostASN(entity ASNPostParam) (ASN, Alerts) { @@ -98,6 +100,8 @@ func PostASN(entity ASNPostParam) (ASN, Alerts) { // // Retrieve a list of ASNs // +// A list of ASNs +// // Responses: // 200: ASNs // 400: Alerts @@ -121,7 +125,9 @@ type ASNPutParam struct { // PutASN swagger:route PUT /asns/{id} ASN PutASN // -// Update a ASN +// Update an ASN by Id +// +// Update an ASN // // Responses: // 200: ASN @@ -142,7 +148,9 @@ func GetASNById() (ASNs, Alerts) { // DeleteASN swagger:route DELETE /asns/{id} ASN DeleteASN // -// Delete a ASN +// Delete an ASN by Id +// +// Delete an ASN // // Responses: // 200: Alerts -- To stop receiving notification emails like this one, please contact mitchell...@apache.org.