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