Skip to content

Commit

Permalink
fix: remove deprecated on linkActive
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo authored Dec 23, 2021
1 parent 9469629 commit bbc0641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8508,7 +8508,7 @@ components:
format: date-time
type: string
linkActive:
description: Deprecated
description: RGBA color for the play button when hovered.
type: string
assets:
$ref: '#/components/schemas/player_theme_assets'
Expand Down
2 changes: 1 addition & 1 deletion docs/PlayerTheme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Name | Type | Description | Notes
**PlayerId** | **string** | |
**CreatedAt** | Pointer to **string** | When the player was created, presented in ISO-8601 format. | [optional]
**UpdatedAt** | Pointer to **string** | When the player was last updated, presented in ISO-8601 format. | [optional]
**LinkActive** | Pointer to **string** | Deprecated | [optional]
**LinkActive** | Pointer to **string** | RGBA color for the play button when hovered. | [optional]
**Assets** | Pointer to [**PlayerThemeAssets**](PlayerThemeAssets.md) | | [optional]

## Methods
Expand Down
2 changes: 1 addition & 1 deletion model_player_theme.go

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

0 comments on commit bbc0641

Please sign in to comment.