mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
Docs tweak
This commit is contained in:
parent
2ffa145f5d
commit
b709dd484d
|
@ -131,8 +131,8 @@ the highlight HTML for a particular snippet we need to provide an id.
|
|||
|
||||
## Authenticating our client
|
||||
|
||||
If we want to be able to create and edit snippets, we'll need to authenticate
|
||||
as a valid user. In this case we'll just use basic auth.
|
||||
If we want to be able to create, edit and delete snippets, we'll need to
|
||||
authenticate as a valid user. In this case we'll just use basic auth.
|
||||
|
||||
Make sure to replace the `<username>` and `<password>` below with your
|
||||
actual username and password.
|
||||
|
|
Loading…
Reference in New Issue
Block a user