mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
docs: Amend definitions of JSON responses.
This commit is contained in:
@@ -694,9 +694,11 @@ definitions:
|
||||
- result
|
||||
- msg
|
||||
- properties:
|
||||
result:
|
||||
enum:
|
||||
- success
|
||||
msg:
|
||||
type: string
|
||||
default: success
|
||||
|
||||
JsonError:
|
||||
allOf:
|
||||
@@ -705,9 +707,11 @@ definitions:
|
||||
- result
|
||||
- msg
|
||||
- properties:
|
||||
result:
|
||||
enum:
|
||||
- error
|
||||
msg:
|
||||
type: string
|
||||
default: error
|
||||
|
||||
# /register
|
||||
RegisterResponse:
|
||||
|
||||
Reference in New Issue
Block a user