Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
4 stars 5 forks source link

Update `/data-sources` `POST` to allow the inclusion of linked agencies. #526

Open maxachis opened 1 week ago

maxachis commented 1 week ago

Context

Currently, /data-sources POST does not allow you to also stipulate linked agencies. The only option is to call a separate endpoint, which could be a bit extra if we know the agencies at the time of data source creation. But we can fix that!

Requirements

Tests

Docs

Open questions