You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2022/08/24 16:48:33 UTC

[trafficcontrol] branch master updated: Fix erroneous syntax in API docs (#7029)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87445b7e38 Fix erroneous syntax in API docs (#7029)
87445b7e38 is described below

commit 87445b7e3870499365e2f07afef0cfe57accbae4
Author: ocket8888 <oc...@apache.org>
AuthorDate: Wed Aug 24 10:48:27 2022 -0600

    Fix erroneous syntax in API docs (#7029)
    
    * Fix invalid JSON syntax in API docs
    
    * Fix extant docs build warnings
    
    (cherry picked from commit 3f040fa4e96f039c5e454fc7f7bf049b70f11ef8)
---
 docs/source/api/v3/deliveryservices_id_urlkeys.rst | 4 ++--
 docs/source/api/v4/deliveryservices_id_urlkeys.rst | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/source/api/v3/deliveryservices_id_urlkeys.rst b/docs/source/api/v3/deliveryservices_id_urlkeys.rst
index 1ba797e3f4..57dc391d64 100644
--- a/docs/source/api/v3/deliveryservices_id_urlkeys.rst
+++ b/docs/source/api/v3/deliveryservices_id_urlkeys.rst
@@ -82,12 +82,12 @@ Response Structure
 			"key6": "...",
 			"key7": "...",
 			"key8": "...",
-			"key9": "..."
+			"key9": "...",
 			"key10": "...",
 			"key11": "...",
 			"key12": "...",
 			"key13": "...",
 			"key14": "...",
-			"key15": "...",
+			"key15": "..."
 		}
 	}
diff --git a/docs/source/api/v4/deliveryservices_id_urlkeys.rst b/docs/source/api/v4/deliveryservices_id_urlkeys.rst
index c19aebb6bd..cd1b51f174 100644
--- a/docs/source/api/v4/deliveryservices_id_urlkeys.rst
+++ b/docs/source/api/v4/deliveryservices_id_urlkeys.rst
@@ -83,13 +83,13 @@ Response Structure
 			"key6": "...",
 			"key7": "...",
 			"key8": "...",
-			"key9": "..."
+			"key9": "...",
 			"key10": "...",
 			"key11": "...",
 			"key12": "...",
 			"key13": "...",
 			"key14": "...",
-			"key15": "...",
+			"key15": "..."
 		}
 	}