mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
openapi: Fix /settings/notifications OpenAPI documentation.
We pass these values encoded as JSON and parsed with validator=check_int, not as raw integers.
This commit is contained in:
@@ -3664,6 +3664,8 @@ paths:
|
||||
* 1 - All unreads
|
||||
* 2 - Private messages and mentions
|
||||
* 3 - None
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: integer
|
||||
enum:
|
||||
|
||||
Reference in New Issue
Block a user