browsertrix/backend/test
Tessa Walsh a7a18b9db0
Add org-specific delete invite endpoint (#575)
Adds POST /orgs/{oid}/invites/delete, which expects the invited
email address in the POST body.

This endpoint will also delete duplicate invites with the same
email/oid combination if env var ALLOW_DUPE_INVITES allows dupes.
2023-02-08 16:10:09 -05:00
..
__init__.py Use archive_viewer_dep permissions to GET crawls (#443) 2023-01-09 19:11:53 -08:00
conftest.py Make API updates for member updates (#541) 2023-02-01 16:44:00 -05:00
test_crawl_config_tags.py Rename archives/teams -> orgs in codebase + add db migration (#486) 2023-01-18 14:51:04 -08:00
test_crawlconfigs.py Add API endpoint to update crawl tags (#545) 2023-02-01 22:24:36 -05:00
test_filter_results.py Add support for tags to update_crawl_config API endpoint (#521) 2023-01-30 21:46:54 -08:00
test_invites.py Invite token improvements (#564) 2023-02-07 20:40:28 -08:00
test_login.py Backend lint check (#451) 2023-01-10 16:17:06 -08:00
test_org.py Add org-specific delete invite endpoint (#575) 2023-02-08 16:10:09 -05:00
test_permissions.py Rename archives/teams -> orgs in codebase + add db migration (#486) 2023-01-18 14:51:04 -08:00
test_run_crawl.py Add API endpoint to update crawl tags (#545) 2023-02-01 22:24:36 -05:00
test_users.py Add org role to /users/me-with-orgs (#536) 2023-01-31 16:27:13 -05:00