openteamsinc / scrud-django

A Django application for SCRUD REST services. Semantic REST API generation.
https://openteamsinc.github.io/scrud-django/
0 stars 0 forks source link

POST request should return 201 as status of the response #26

Closed dalthviz closed 3 years ago

dalthviz commented 3 years ago

Checking with @karamba228 seems like all the responses of the backend return as status 200 (when they are successful).

openteamsinc/scrud-nuxt#24 was implemented taking into account a 201 as status code for POST so this needs to be solved first to test the work done over there