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

zrhoffman 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 c52ba7b  Fix malformed table (#5637)
c52ba7b is described below

commit c52ba7baf4b112b45b1958869ffe706a6a8e8376
Author: ocket8888 <[email protected]>
AuthorDate: Fri Mar 12 09:54:49 2021 -0700

    Fix malformed table (#5637)
---
 docs/source/api/v4/deliveryservice_requests_id_status.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/api/v4/deliveryservice_requests_id_status.rst 
b/docs/source/api/v4/deliveryservice_requests_id_status.rst
index 2c2cc5d..1f55be4 100644
--- a/docs/source/api/v4/deliveryservice_requests_id_status.rst
+++ b/docs/source/api/v4/deliveryservice_requests_id_status.rst
@@ -88,7 +88,7 @@ Request Structure
        | Name | Description                                                    
                         |
        
+======+=========================================================================================+
        |  ID  | The integral, unique identifier of the :term:`Delivery Service 
Request` being modified  |
-       
+======+=========================================================================================+
+       
+------+-----------------------------------------------------------------------------------------+
 
 
 :status: The status of the :term:`DSR`. Can be "draft", "submitted", 
"rejected", "pending", or "complete".

Reply via email to