From 4ce28e5c2b27c993a69f61773e256632144d0958 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Tue, 8 Dec 2015 01:44:13 +0000 Subject: [PATCH] Make "ReSTful service" consistent Most parts contain "ReSTful HTTP service" instead of "ReSTful web service". So this patch changes "ReSTful web service" for the word consistency. Partially implements blueprint complete-todo-in-api-concept-doc Change-Id: I642ae649adad8f886bdb6bce979a1dd7d2430a80 --- api-guide/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst index 20c1005f0cf4..e4babaa6a047 100644 --- a/api-guide/source/index.rst +++ b/api-guide/source/index.rst @@ -39,7 +39,7 @@ access to your own deployment, and you should also be familiar with the following concepts: * OpenStack Compute service -* ReSTful web services +* ReSTful HTTP services * HTTP/1.1 * JSON data serialization formats