diff --git a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 index 16802ac..ccf8a5a 100644 --- a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 +++ b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 @@ -1 +1 @@ -5ad86d4a6e6bdfede262551219ba43c8a645a86bc20fc9740b6f950e86f99f1d \ No newline at end of file +9d05425d4fb2c3a73804ed5a27232eda6751260b0947f6b4c736cc96df300103 \ No newline at end of file diff --git a/Sources/Models/CaptionsUpdatePayload.swift b/Sources/Models/CaptionsUpdatePayload.swift index 1fd6f34..506e0e8 100644 --- a/Sources/Models/CaptionsUpdatePayload.swift +++ b/Sources/Models/CaptionsUpdatePayload.swift @@ -12,6 +12,7 @@ import AnyCodable public struct CaptionsUpdatePayload: Codable, Hashable { + /** Set this parameter to `true` to define a caption as the default for a video. */ public var _default: Bool? public init(_default: Bool? = nil) { diff --git a/docs/CaptionsUpdatePayload.md b/docs/CaptionsUpdatePayload.md index 950c9fc..8354a3c 100644 --- a/docs/CaptionsUpdatePayload.md +++ b/docs/CaptionsUpdatePayload.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**_default** | **Bool** | | [optional] +**_default** | **Bool** | Set this parameter to `true` to define a caption as the default for a video. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)