From 63d17405d0ddc0029e8f7ebb4b4ac4b4933e57ea Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 May 2019 09:25:30 +0200 Subject: [PATCH] Fix role documentation in rest api --- support/doc/api/openapi.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 3c7688a7c..21818ae81 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1966,6 +1966,13 @@ components: autoPlayVideo: type: boolean role: + type: integer + enum: + - 0 + - 1 + - 2 + description: 'The user role (Admin = 0, Moderator = 1, User = 2)' + roleLabel: type: string enum: - User @@ -2115,12 +2122,11 @@ components: description: 'The user daily video quota ' role: type: integer - format: int32 enum: - 0 - 1 - 2 - description: 'The user role ' + description: 'The user role (Admin = 0, Moderator = 1, User = 2)' required: - username - password @@ -2143,8 +2149,12 @@ components: type: string description: 'The updated daily video quota of the user ' role: - type: string - description: 'The updated role of the user ' + type: integer + enum: + - 0 + - 1 + - 2 + description: 'The user role (Admin = 0, Moderator = 1, User = 2)' required: - id - email -- 2.41.0