You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**title** | **str** | The video title. Max 512 code points. | [optional]
7
-
**creator_id** | **str** | This is an identifier you provide to keep track of the creator of the video. Max 128 code points. | [optional]
8
-
**external_id** | **str** | This is an identifier you provide to link the video to your own data. Max 128 code points. | [optional]
6
+
**title** | **str** | The asset title. Max 512 code points. | [optional]
7
+
**creator_id** | **str** | This is an identifier you provide to keep track of the creator of the asset. Max 128 code points. | [optional]
8
+
**external_id** | **str** | This is an identifier you provide to link the asset to your own data. Max 128 code points. | [optional]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Adds an asset track (for example, subtitles, or an alternate audio track) to an asset. # noqa: E501
482
+
Adds an asset track (for example, subtitles, or an alternate audio track) to an asset. Assets must be in the `ready` state before tracks can be added. # noqa: E501
483
483
This method makes a synchronous HTTP request by default. To make an
Adds an asset track (for example, subtitles, or an alternate audio track) to an asset. # noqa: E501
514
+
Adds an asset track (for example, subtitles, or an alternate audio track) to an asset. Assets must be in the `ready` state before tracks can be added. # noqa: E501
515
515
This method makes a synchronous HTTP request by default. To make an
0 commit comments