You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2019/06/27 20:04:16 UTC

[trafficcontrol] branch master updated: Fix the parameter name of deliveryserviceserver in document (#3456)

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

dangogh 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 05f2de1  Fix the parameter name of deliveryserviceserver in document (#3456)
05f2de1 is described below

commit 05f2de1709db349a96312325282d459a5c623bb5
Author: Shihta Kuan <Sh...@users.noreply.github.com>
AuthorDate: Fri Jun 28 04:04:10 2019 +0800

    Fix the parameter name of deliveryserviceserver in document (#3456)
---
 docs/source/api/deliveryserviceserver.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/source/api/deliveryserviceserver.rst b/docs/source/api/deliveryserviceserver.rst
index 996c5c5..5dc56e9 100644
--- a/docs/source/api/deliveryserviceserver.rst
+++ b/docs/source/api/deliveryserviceserver.rst
@@ -107,9 +107,9 @@ Assign a set of one or more servers to a :term:`Delivery Service`
 
 Request Structure
 -----------------
-:deliveryService: The integral, unique identifier of the :term:`Delivery Service` to which the servers identified in the ``servers`` array will be assigned
-:replace:         If ``true``, any existing assignments for a server identified in the ``servers`` array will be overwritten by this request
-:servers:         An array of integral, unique identifiers for servers which are to be assigned to the :term:`Delivery Service` identified by ``deliveryService``
+:dsId:    The integral, unique identifier of the :term:`Delivery Service` to which the servers identified in the ``servers`` array will be assigned
+:replace: If ``true``, any existing assignments for a server identified in the ``servers`` array will be overwritten by this request
+:servers: An array of integral, unique identifiers for servers which are to be assigned to the :term:`Delivery Service` identified by ``deliveryService``
 
 .. code-block:: http
 	:caption: Request Example
@@ -126,9 +126,9 @@ Request Structure
 
 Response Structure
 ------------------
-:deliveryService: The integral, unique identifier of the :term:`Delivery Service` to which the servers identified by the elements of the ``servers`` array have been assigned
-:replace:         If ``true``, any existing assignments for a server identified in the ``servers`` array have been overwritten by this request
-:servers:         An array of integral, unique identifiers for servers which have been assigned to the :term:`Delivery Service` identified by ``deliveryService``
+:dsId:    The integral, unique identifier of the :term:`Delivery Service` to which the servers identified by the elements of the ``servers`` array have been assigned
+:replace: If ``true``, any existing assignments for a server identified in the ``servers`` array have been overwritten by this request
+:servers: An array of integral, unique identifiers for servers which have been assigned to the :term:`Delivery Service` identified by ``deliveryService``
 
 .. code-block:: http
 	:caption: Response Example