Skip to content

Commit

Permalink
Merge pull request #98 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 1a76daa + d8ce5d9 commit 49d2cff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16348,6 +16348,8 @@ components:
captions-update-payload:
properties:
default:
description: Set this parameter to `true` to define a caption as the default
for a video.
type: boolean
title: CaptionsUpdatePayload
type: object
Expand Down
2 changes: 1 addition & 1 deletion docs/CaptionsUpdatePayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Default** | Pointer to **bool** | | [optional]
**Default** | Pointer to **bool** | Set this parameter to `true` to define a caption as the default for a video. | [optional]

## Methods

Expand Down
1 change: 1 addition & 0 deletions model_captions_update_payload.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49d2cff

Please sign in to comment.