0 votes
in Django by
The default @api_view implementation accepts only GET method and responds with _______ for other methods.

a) 406 Not Acceptable

b) 405 Method Not Allowed

c) 505 HTTP Version Not Supported

d) 400 Bad Request

1 Answer

0 votes
by
b) 405 Method Not Allowed

Related questions

0 votes
asked Jun 28, 2022 in Django by Robin
0 votes
asked Jun 22, 2022 in Django by SakshiSharma
...