mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
register_push_device: Add an error code to push-not-configured error.
This commit adds an error code to make it easier for clients to identify when push device registration is rejected due to server not being configured to use push notification service. Fixes part of 35368.
This commit is contained in:
committed by
Tim Abbott
parent
a4d70505ec
commit
1c7dd83dbe
@@ -12619,7 +12619,7 @@ paths:
|
||||
{
|
||||
"result": "error",
|
||||
"msg": "Server is not configured to use push notification service.",
|
||||
"code": "BAD_REQUEST",
|
||||
"code": "PUSH_SERVICE_NOT_CONFIGURED",
|
||||
}
|
||||
description: |
|
||||
Error when the server is not configured to use push notification service:
|
||||
|
Reference in New Issue
Block a user