mirror of https://github.com/zulip/zulip.git
openapi: Add enum values to role node in specs.
We will eventually want to improve descriptions here too.
This commit is contained in:
parent
f4181ea300
commit
9b6da158ad
|
@ -353,6 +353,11 @@ paths:
|
|||
type: integer
|
||||
description: |
|
||||
The new role of the user in integer.
|
||||
enum:
|
||||
- 100
|
||||
- 200
|
||||
- 400
|
||||
- 600
|
||||
- type: object
|
||||
additionalProperties: false
|
||||
description: |
|
||||
|
|
Loading…
Reference in New Issue