api_docs: Document /remotes/push/e2ee/register endpoint.

This commit documents the `/remotes/push/e2ee/register` endpoint.

We use auth_email="ZULIP_ORG_ID" and auth_api_key="ZULIP_ORG_KEY"
instead of "BOT_EMAIL_ADDRESS" and "BOT_API_KEY".
This commit is contained in:
Prakhar Pratyush
2025-08-14 18:14:49 +05:30
committed by Tim Abbott
parent 062a736097
commit f52533795b
6 changed files with 143 additions and 6 deletions

View File

@@ -26,9 +26,10 @@ from zerver.openapi.openapi import get_endpoint_from_operationid
UNTESTED_GENERATED_CURL_EXAMPLES = {
# Would need push notification bouncer set up to test the
# generated curl example for the following two endpoints.
# generated curl example for the following three endpoints.
"e2ee-test-notify",
"test-notify",
"register-remote-push-device",
# Having a message for a specific user available to test this endpoint
# is tricky for testing.
"delete-reminder",