From 36e895d3dc5caee4507eec22b008991f30bf7479 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sat, 2 Nov 2024 18:25:18 +0800 Subject: [PATCH] vault backup: 2024-11-02 18:25:18 Affected files: docs/Guides/Django REST Framework/7 - Writing API Endpoints.md --- docs/Guides/Django REST Framework/7 - Writing API Endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md b/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md index c2ed684..86c1fd9 100644 --- a/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md +++ b/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md @@ -85,4 +85,4 @@ If serializers convert the underlying model to JSON, then views return the web r ![](_resources/7%20-%20Writing%20API%20Endpoints/9bb3d5c0c6da24a9d80d81d1e5b4a716_MD5.jpeg) Views take in HTTP requests passed in from the actual URL. You can specify a `queryset` to define what objects to return and specify a serializer which will be used to structure the returned data. -You can also \ No newline at end of file +Much like with DRF serializers, you can add permission handling to \ No newline at end of file