Skip to content

Commit

Permalink
Merge pull request #94 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 3d2afd3 + 215d6d1 commit a1aba73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Model/CaptionsUpdatePayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
2 changes: 1 addition & 1 deletion src/Model/CaptionsUpdatePayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function getDefault()
/**
* Sets default
*
* @param bool|null $default default
* @param bool|null $default Set this parameter to `true` to define a caption as the default for a video.
*
* @return self
*/
Expand Down

0 comments on commit a1aba73

Please sign in to comment.