From 8726cd494110d2cb2f5302e9347128e84306cc63 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Mar 2021 15:06:22 +0100 Subject: Fix REST API doc --- support/doc/api/openapi.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 9ccf567df..c7b266f4b 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1362,11 +1362,11 @@ paths: example: 4 licence: description: Video licence - type: string - language: - description: Video language type: integer example: 2 + language: + description: Video language + type: string description: description: Video description type: string @@ -1484,10 +1484,12 @@ paths: $ref: '#/components/schemas/VideoPrivacySet' category: description: Video category - type: string + type: integer + example: 4 licence: description: Video licence - type: string + type: integer + example: 2 language: description: Video language type: string -- cgit v1.2.3