diff options
| -rw-r--r-- | docs/api-guide/versioning.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/versioning.md b/docs/api-guide/versioning.md index 30dfeb2c..a227a4a3 100644 --- a/docs/api-guide/versioning.md +++ b/docs/api-guide/versioning.md @@ -103,7 +103,7 @@ Your client requests would now look like this:      Host: example.com      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. | 
