GEODE-3044: User Manual: Update Swagger screen shots to match latest code 
revision


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/76784ebf
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/76784ebf
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/76784ebf

Branch: refs/heads/feature/GEM-1483
Commit: 76784ebfcc7fc03c47335808c29f3dc7a221362d
Parents: 1ff5ccf
Author: Dave Barnes <dbar...@pivotal.io>
Authored: Fri Jun 9 14:26:33 2017 -0700
Committer: Dave Barnes <dbar...@pivotal.io>
Committed: Fri Jun 9 14:26:49 2017 -0700

----------------------------------------------------------------------
 geode-docs/images/swagger_home.png             | Bin 122516 -> 114824 bytes
 geode-docs/images/swagger_region_endpoints.png | Bin 95740 -> 92167 bytes
 geode-docs/rest_apps/using_swagger.html.md.erb |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/76784ebf/geode-docs/images/swagger_home.png
----------------------------------------------------------------------
diff --git a/geode-docs/images/swagger_home.png 
b/geode-docs/images/swagger_home.png
index b494bf5..f4fe335 100644
Binary files a/geode-docs/images/swagger_home.png and 
b/geode-docs/images/swagger_home.png differ

http://git-wip-us.apache.org/repos/asf/geode/blob/76784ebf/geode-docs/images/swagger_region_endpoints.png
----------------------------------------------------------------------
diff --git a/geode-docs/images/swagger_region_endpoints.png 
b/geode-docs/images/swagger_region_endpoints.png
index faa64f0..bc458ca 100644
Binary files a/geode-docs/images/swagger_region_endpoints.png and 
b/geode-docs/images/swagger_region_endpoints.png differ

http://git-wip-us.apache.org/repos/asf/geode/blob/76784ebf/geode-docs/rest_apps/using_swagger.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/rest_apps/using_swagger.html.md.erb 
b/geode-docs/rest_apps/using_swagger.html.md.erb
index cc8d617..05f4129 100644
--- a/geode-docs/rest_apps/using_swagger.html.md.erb
+++ b/geode-docs/rest_apps/using_swagger.html.md.erb
@@ -53,7 +53,7 @@ Specify an `http-service-port` for the developer REST 
service, as the default po
     server1 | Region "/region1" created on "server1"
     ```
 
-4.  In Swagger, click on **pdx-based-crud-controller : region CRUD 
operations** to list all the available endpoints for accessing regions.
+4.  In Swagger, click on **region : region CRUD operations** to list all the 
available endpoints for accessing regions.
     <img src="../images/swagger_region_endpoints.png" class="image" />
 5.  In the list of **region** endpoints, click on the **GET /v1** endpoint 
link. The page displays additional request and response information about the 
API. <img src="../images/swagger_v1.png" 
id="concept_rlr_y3c_54__image_kx2_2dm_x4" class="image" />
 6.  Click the **Try it out!** button. Any regions you added in step 5 are 
returned in the response body. <img src="../images/swagger_v1_response.png" 
id="concept_rlr_y3c_54__image_y2p_tdm_x4" class="image" />

Reply via email to