mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-16 11:12:21 +03:00
Fix typo in versioning docs
This commit is contained in:
parent
74506ba8ed
commit
000db8df18
|
@ -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