mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-18 12:30:58 +03:00
Merge pull request #2707 from ajyong/patch-1
Fix typo in versioning docs
This commit is contained in:
commit
e34e0536b1
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user