Merge pull request #2707 from ajyong/patch-1

Fix typo in versioning docs
This commit is contained in:
José Padilla 2015-03-17 13:58:35 -04:00
commit e34e0536b1

View File

@ -103,7 +103,7 @@ Your client requests would now look like this:
Host: example.com Host: example.com
Accept: application/vnd.megacorp.bookings+json; version=1.0 Accept: application/vnd.megacorp.bookings+json; version=1.0
## URLParameterVersioning ## URLPathVersioning
This scheme requires the client to specify the version as part of the URL path. This scheme requires the client to specify the version as part of the URL path.