Removed v2.0 from versions path. Fixed up one Request Body.

Change-Id: I51f16aaa9d3c7fda7192401ddc588a680c641357
This commit is contained in:
Roland Hochmuth
2014-07-21 17:05:32 -06:00
parent e40a58ba44
commit 293b46aa24

View File

@@ -127,7 +127,7 @@ The versions resource supplies operations for accessing information about suppor
## List Versions
Lists the supported versions of the Monasca API.
### GET /v2.0/versions
### GET
#### Headers
* X-Auth-Token (string, required) - Keystone auth token
@@ -178,7 +178,7 @@ Returns a JSON array of supported versions.
## Get Version
Gets detail about the specified version of the Monasca API.
### Get /v2.0/versions/{version_id}
### Get /{version_id}
#### Headers
* X-Auth-Token (string, required) - Keystone auth token
@@ -633,7 +633,7 @@ None.
#### Query Parameters
None.
#### Body
#### Request Body
None.
#### Request Examples