Skip to content

Commit a5f3113

Browse files
Merge pull request #90 from apivideo/bugfix/remove-nullable-false
Remove nullable: false from restreams
2 parents 0d6b9b3 + 83d5dfc commit a5f3113

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api/openapi.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11240,7 +11240,6 @@ components:
1124011240
description: Returns the list of RTMP restream destinations.
1124111241
items:
1124211242
$ref: '#/components/schemas/restreams-response-object'
11243-
nullable: false
1124411243
type: array
1124511244
createdAt:
1124611245
description: When the player was created, presented in ISO-8601 format.
@@ -11981,7 +11980,6 @@ components:
1198111980
items:
1198211981
$ref: '#/components/schemas/restreams-request-object'
1198311982
maxItems: 5
11984-
nullable: false
1198511983
type: array
1198611984
required:
1198711985
- name
@@ -12017,7 +12015,6 @@ components:
1201712015
items:
1201812016
$ref: '#/components/schemas/restreams-request-object'
1201912017
maxItems: 5
12020-
nullable: false
1202112018
type: array
1202212019
title: LiveStreamUpdatePayload
1202312020
type: object
@@ -12028,18 +12025,15 @@ components:
1202812025
name:
1202912026
description: Use this parameter to define a name for the restream destination.
1203012027
example: My RTMP server
12031-
nullable: false
1203212028
type: string
1203312029
serverUrl:
1203412030
description: Use this parameter to set the RTMP URL of the restream destination.
1203512031
example: rtmp://my.broadcast.example.com/app
12036-
nullable: false
1203712032
type: string
1203812033
streamKey:
1203912034
description: Use this parameter to provide the unique key of the live stream
1204012035
that you want to restream.
1204112036
example: dw-dew8-q6w9-k67w-1ws8
12042-
nullable: false
1204312037
type: string
1204412038
required:
1204512039
- name

0 commit comments

Comments
 (0)