From b11e8f248fd25d2a1b1d1bc0a3d64748c9bafba1 Mon Sep 17 00:00:00 2001 From: Hiroaki Kobayashi Date: Tue, 17 Apr 2018 16:10:10 +0900 Subject: [PATCH] Correct API URLs Change-Id: I0ddc1fd95216264b7f6e36e17781d54a24b5ba46 --- api-ref/source/v1/hosts.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-ref/source/v1/hosts.inc b/api-ref/source/v1/hosts.inc index 1a7718be..c84d930f 100644 --- a/api-ref/source/v1/hosts.inc +++ b/api-ref/source/v1/hosts.inc @@ -7,7 +7,7 @@ Hosts List Hosts ========== -.. rest_method:: GET v1/os_hosts +.. rest_method:: GET v1/os-hosts List hosts. @@ -53,7 +53,7 @@ Response Create Host =========== -.. rest_method:: POST v1/os_hosts +.. rest_method:: POST v1/os-hosts Create a host. @@ -107,7 +107,7 @@ Response Show Host Details ================= -.. rest_method:: GET v1/os_hosts/{host_id} +.. rest_method:: GET v1/os-hosts/{host_id} Show details of a host. @@ -159,7 +159,7 @@ Response Update Host =========== -.. rest_method:: PUT v1/os_hosts/{host_id} +.. rest_method:: PUT v1/os-hosts/{host_id} Update a host. @@ -217,7 +217,7 @@ Response Delete Host =========== -.. rest_method:: DELETE v1/os_hosts/{host_id} +.. rest_method:: DELETE v1/os-hosts/{host_id} Delete a host.