Fix host rest url in api-ref doc

Change-Id: I9cb77d239d0426554260bc0c34d622637ca0801d
This commit is contained in:
Xing Zhang 2020-05-20 12:04:41 +08:00
parent b0ab1b4658
commit e9dbb5df56
No known key found for this signature in database
GPG Key ID: 43F80E57B910E3B0
1 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@ Response
Update Host
===========
.. rest_method:: PUT /segments/{segment_id}hosts/{host_id}
.. rest_method:: PUT /segments/{segment_id}/hosts/{host_id}
Updates the editable attributes of an existing host.
@ -303,7 +303,7 @@ Response
Delete Host
===========
.. rest_method:: DELETE /segments/{segment_id}hosts/{host_id}
.. rest_method:: DELETE /segments/{segment_id}/hosts/{host_id}
Deletes a host from given segment.
@ -350,4 +350,4 @@ Request
Response
--------
There is no body content for the response of a successful DELETE query.
There is no body content for the response of a successful DELETE query.