mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
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:
committed by
Tim Abbott
parent
062a736097
commit
f52533795b
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user