openapi: Add enum values to role node in specs.

We will eventually want to improve descriptions here
too.
This commit is contained in:
Steve Howell
2020-08-05 10:40:47 +00:00
committed by Steve Howell
parent f4181ea300
commit 9b6da158ad

View File

@@ -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: |