Skip to content

Commit

Permalink
Merge pull request #91 from apivideo/Update-parameter-description
Browse files Browse the repository at this point in the history
Add missing parameter description
  • Loading branch information
bot-api-video authored Oct 9, 2024
2 parents 7adb44b + 58d232c commit 178b0ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5ad86d4a6e6bdfede262551219ba43c8a645a86bc20fc9740b6f950e86f99f1d
9d05425d4fb2c3a73804ed5a27232eda6751260b0947f6b4c736cc96df300103
1 change: 1 addition & 0 deletions Sources/Models/CaptionsUpdatePayload.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion docs/CaptionsUpdatePayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 178b0ac

Please sign in to comment.