This commit is contained in:
shimon
2022-07-26 13:31:34 +03:00
parent 6896ff3999
commit e232f2bbd2
14 changed files with 82 additions and 56 deletions
@@ -51,7 +51,7 @@ class VideoProfile extends Model
'type' => self::TYPE_STRING,
'description' => 'http video stream type.',
'default' => null,
'example' => 'mpeg-dash',
'example' => 'dash',
])
;
}