Questions tagged [drf-nested-routers]

46 questions
-1
votes
1 answer

POST new nested object

I'm trying to implement this scheme: http://127.0.0.1:8000/api/get_work/ { "type": "dns", "source_alerts": [ { "source": "alehop.com", "alerts": [ { "dns_server":…
1 2 3
4