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
conftest.py Make API updates for member updates (#541) 2023-02-01 16:44:00 -05:00
test_crawl_config_tags.py
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
test_org.py Add org-specific delete invite endpoint (#575) 2023-02-08 16:10:09 -05:00
test_permissions.py
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