Skip to content

Commit 8dc4b62

Browse files
authored
Fix openAPI version
1 parent 3f6205f commit 8dc4b62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: BBB Livestreaming Server API
4-
version: "0.0.1"
4+
version: "1.0.1"
55
description: API for managing livestreaming jobs for BigBlueButton meetings.
66
license:
77
name: LGPL 3.0
@@ -277,4 +277,4 @@ components:
277277
type: number
278278
nullable: true
279279
description: Current bitrate of the stream.
280-
example: 4500
280+
example: 4500

0 commit comments

Comments
 (0)