browsertrix/backend/btrixcloud
Tessa Walsh c7051d5fbf
Backend API consistency pass (#921)
* Make API add and update method returns consistent

- Updates return {"updated": True}
- Adds return {"added": True}
- Both can additionally have other fields as needed, e.g. id or name

- remove Profile response model, as returning added / id only
- reformat

---------

Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2023-06-16 18:52:46 -07:00
..
migrations Precompute crawl file stats (#906) 2023-06-07 16:39:49 -07:00
templates Concurrent Crawl Limit (#874) 2023-05-30 15:38:03 -07:00
__init__.py
colls.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
crawlconfigs.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
crawlmanager.py Concurrent Crawl Limit (#874) 2023-05-30 15:38:03 -07:00
crawls.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
db.py Precompute crawl file stats (#906) 2023-06-07 16:39:49 -07:00
emailsender.py
invites.py
k8sapi.py Concurrent Crawl Limit (#874) 2023-05-30 15:38:03 -07:00
main_op.py
main_scheduled_job.py Concurrent Crawl Limit (#874) 2023-05-30 15:38:03 -07:00
main.py Wait for DB init for healthcheck + settings (#885) 2023-05-25 09:58:30 -07:00
operator.py Precompute crawl file stats (#906) 2023-06-07 16:39:49 -07:00
orgs.py Concurrent Crawl Limit (#874) 2023-05-30 15:38:03 -07:00
pagination.py
profiles.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
storages.py
users.py
utils.py
version.py
zip.py