From 78635218a9c3f774bebfb0847f27a179524868a3 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Thu, 5 Oct 2023 11:18:46 +0000 Subject: [PATCH] Fix indirect URLs --- .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 | 2 +- docs/CaptionsApi.md | 2 +- docs/ChaptersApi.md | 2 +- docs/LiveStream.md | 2 +- docs/LiveStreamCreationPayload.md | 2 +- docs/LiveStreamUpdatePayload.md | 2 +- docs/UploadTokensApi.md | 2 +- docs/Video.md | 4 ++-- docs/VideoCreationPayload.md | 4 ++-- docs/VideoUpdatePayload.md | 4 ++-- docs/VideosApi.md | 6 +++--- src/Api/CaptionsApi.cs | 4 ++-- src/Api/ChaptersApi.cs | 4 ++-- src/Api/UploadTokensApi.cs | 4 ++-- src/Api/VideosApi.cs | 10 +++++----- src/Model/LiveStream.cs | 4 ++-- src/Model/LiveStreamCreationPayload.cs | 4 ++-- src/Model/LiveStreamUpdatePayload.cs | 4 ++-- src/Model/Video.cs | 8 ++++---- src/Model/VideoCreationPayload.cs | 8 ++++---- src/Model/VideoUpdatePayload.cs | 8 ++++---- 21 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 index c64e6f1..c92aef0 100644 --- a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 +++ b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 @@ -1 +1 @@ -99dd458f8a6d84027d6ea7d90cbc93b699c1c212f7f0e36f067326a87a068499 \ No newline at end of file +b81bc1a775a59afdd386a47746d16f2c79dc58f2040c663443f51e5cb3e5ceb8 \ No newline at end of file diff --git a/docs/CaptionsApi.md b/docs/CaptionsApi.md index 59ace5f..f6c7a50 100644 --- a/docs/CaptionsApi.md +++ b/docs/CaptionsApi.md @@ -17,7 +17,7 @@ Method | HTTP request | Description Upload a caption -Upload a VTT file to add captions to your video. More information can be found [here](https://docs.api.video/reference/captions) +Upload a VTT file to add captions to your video. More information can be found [here](https://docs.api.video/vod/add-captions) ### Example ```csharp diff --git a/docs/ChaptersApi.md b/docs/ChaptersApi.md index d1402a5..b5d8f7b 100644 --- a/docs/ChaptersApi.md +++ b/docs/ChaptersApi.md @@ -16,7 +16,7 @@ Method | HTTP request | Description Upload a chapter -Upload a VTT file to add chapters to your video. Chapters help break the video into sections. Read our [tutorial](https://api.video/blog/tutorials/adding-chapters-to-your-videos) for more details. +Upload a VTT file to add chapters to your video. Chapters help break the video into sections. Read our [tutorial](https://api.video/blog/tutorials/adding-chapters-to-your-videos/) for more details. ### Example ```csharp diff --git a/docs/LiveStream.md b/docs/LiveStream.md index cef5f00..4ea9838 100644 --- a/docs/LiveStream.md +++ b/docs/LiveStream.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **LiveStreamId** | **string** | The unique identifier for the live stream. Live stream IDs begin with \"li.\" | **Name** | **string** | The name of your live stream. | [optional] **StreamKey** | **string** | The unique, private stream key that you use to begin streaming. | [optional] -**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). | [optional] +**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). | [optional] **Assets** | [**LiveStreamAssets**](LiveStreamAssets.md) | | [optional] **PlayerId** | **string** | The unique identifier for the player. | [optional] **Broadcasting** | **bool** | Whether or not you are broadcasting the live video you recorded for others to see. True means you are broadcasting to viewers, false means you are not. | [optional] diff --git a/docs/LiveStreamCreationPayload.md b/docs/LiveStreamCreationPayload.md index 98ba576..9591570 100644 --- a/docs/LiveStreamCreationPayload.md +++ b/docs/LiveStreamCreationPayload.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Name** | **string** | Add a name for your live stream here. | -**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). | [optional] +**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). | [optional] **PlayerId** | **string** | The unique identifier for the player. | [optional] **Restreams** | [**List<RestreamsRequestObject>**](RestreamsRequestObject.md) | Use this parameter to add, edit, or remove RTMP services where you want to restream a live stream. The list can only contain up to 5 destinations. | [optional] diff --git a/docs/LiveStreamUpdatePayload.md b/docs/LiveStreamUpdatePayload.md index 1f6012f..73a6e7c 100644 --- a/docs/LiveStreamUpdatePayload.md +++ b/docs/LiveStreamUpdatePayload.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Name** | **string** | The name you want to use for your live stream. | [optional] -**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). | [optional] +**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). | [optional] **PlayerId** | **string** | The unique ID for the player associated with a live stream that you want to update. | [optional] **Restreams** | [**List<RestreamsRequestObject>**](RestreamsRequestObject.md) | Use this parameter to add, edit, or remove RTMP services where you want to restream a live stream. The list can only contain up to 5 destinations. This operation updates all restream destinations in the same request. If you do not want to modify an existing restream destination, you need to include it in your request, otherwise it is removed. | [optional] diff --git a/docs/UploadTokensApi.md b/docs/UploadTokensApi.md index 578a291..e54f3ca 100644 --- a/docs/UploadTokensApi.md +++ b/docs/UploadTokensApi.md @@ -16,7 +16,7 @@ Method | HTTP request | Description Generate an upload token -Generates an upload token that can be used to replace the API Key. More information can be found [here](https://docs.api.video/reference/upload-tokens) +Generates an upload token that can be used to replace the API Key. More information can be found [here](https://docs.api.video/vod/delegated-upload-tokens) ### Example ```csharp diff --git a/docs/Video.md b/docs/Video.md index 1c2bd94..36b3b76 100644 --- a/docs/Video.md +++ b/docs/Video.md @@ -11,11 +11,11 @@ Name | Type | Description | Notes **PublishedAt** | **DateTime** | The date and time the API created the video. Date and time are provided using ISO-8601 UTC format. | [optional] **UpdatedAt** | **DateTime** | The date and time the video was updated. Date and time are provided using ISO-8601 UTC format. | [optional] **Tags** | **List<string>** | One array of tags (each tag is a string) in order to categorize a video. Tags may include spaces. | [optional] -**Metadata** | [**List<Metadata>**](Metadata.md) | Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. | [optional] +**Metadata** | [**List<Metadata>**](Metadata.md) | Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. | [optional] **Source** | [**VideoSource**](VideoSource.md) | | [optional] **Assets** | [**VideoAssets**](VideoAssets.md) | | [optional] **PlayerId** | **string** | The id of the player that will be applied on the video. | [optional] -**Public** | **bool** | Defines if the content is publicly reachable or if a unique token is needed for each play session. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos). | [optional] +**Public** | **bool** | Defines if the content is publicly reachable or if a unique token is needed for each play session. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos/). | [optional] **Panoramic** | **bool** | Defines if video is panoramic. | [optional] **Mp4Support** | **bool** | This lets you know whether mp4 is supported. If enabled, an mp4 URL will be provided in the response for the video. | [optional] diff --git a/docs/VideoCreationPayload.md b/docs/VideoCreationPayload.md index 05853e4..9711666 100644 --- a/docs/VideoCreationPayload.md +++ b/docs/VideoCreationPayload.md @@ -7,12 +7,12 @@ Name | Type | Description | Notes **Title** | **string** | The title of your new video. | **Description** | **string** | A brief description of your video. | [optional] **Source** | **string** | You can either add a video already on the web, by entering the URL of the video, or you can also enter the `videoId` of one of the videos you already have on your api.video acccount, and this will generate a copy of your video. Creating a copy of a video can be especially useful if you want to keep your original video and trim or apply a watermark onto the copy you would create. | [optional] -**Public** | **bool** | Default: True. If set to `false` the video will become private. More information on private videos can be found [here](https://docs.api.video/docs/private-videos) | [optional] [default to true] +**Public** | **bool** | Default: True. If set to `false` the video will become private. More information on private videos can be found [here](https://docs.api.video/delivery-analytics/video-privacy-access-management) | [optional] [default to true] **Panoramic** | **bool** | Indicates if your video is a 360/immersive video. | [optional] [default to false] **Mp4Support** | **bool** | Enables mp4 version in addition to streamed version. | [optional] [default to true] **PlayerId** | **string** | The unique identification number for your video player. | [optional] **Tags** | **List<string>** | A list of tags you want to use to describe your video. | [optional] -**Metadata** | [**List<Metadata>**](Metadata.md) | A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. Read more on [dynamic metadata](https://api.video/blog/endpoints/dynamic-metadata). | [optional] +**Metadata** | [**List<Metadata>**](Metadata.md) | A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. Read more on [dynamic metadata](https://api.video/blog/endpoints/dynamic-metadata/). | [optional] **Clip** | [**VideoClip**](VideoClip.md) | | [optional] **Watermark** | [**VideoWatermark**](VideoWatermark.md) | | [optional] diff --git a/docs/VideoUpdatePayload.md b/docs/VideoUpdatePayload.md index 38a9bfe..f5b9f4d 100644 --- a/docs/VideoUpdatePayload.md +++ b/docs/VideoUpdatePayload.md @@ -7,11 +7,11 @@ Name | Type | Description | Notes **PlayerId** | **string** | The unique ID for the player you want to associate with your video. | [optional] **Title** | **string** | The title you want to use for your video. | [optional] **Description** | **string** | A brief description of the video. | [optional] -**Public** | **bool** | Whether the video is publicly available or not. False means it is set to private. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos). | [optional] +**Public** | **bool** | Whether the video is publicly available or not. False means it is set to private. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos/). | [optional] **Panoramic** | **bool** | Whether the video is a 360 degree or immersive video. | [optional] **Mp4Support** | **bool** | Whether the player supports the mp4 format. | [optional] **Tags** | **List<string>** | A list of terms or words you want to tag the video with. Make sure the list includes all the tags you want as whatever you send in this list will overwrite the existing list for the video. | [optional] -**Metadata** | [**List<Metadata>**](Metadata.md) | A list (array) of dictionaries where each dictionary contains a key value pair that describes the video. As with tags, you must send the complete list of metadata you want as whatever you send here will overwrite the existing metadata for the video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. | [optional] +**Metadata** | [**List<Metadata>**](Metadata.md) | A list (array) of dictionaries where each dictionary contains a key value pair that describes the video. As with tags, you must send the complete list of metadata you want as whatever you send here will overwrite the existing metadata for the video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. | [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) diff --git a/docs/VideosApi.md b/docs/VideosApi.md index 1167749..89ad8c4 100644 --- a/docs/VideosApi.md +++ b/docs/VideosApi.md @@ -22,7 +22,7 @@ Method | HTTP request | Description Create a video object -Creates a video object. More information on video objects can be found [here](https://docs.api.video/reference/videos-1). +Creates a video object. More information on video objects can be found [here](https://docs.api.video/reference/api/Videos). ### Example ```csharp @@ -476,7 +476,7 @@ namespace Example var title = My Video.mp4; // string | The title of a specific video you want to find. The search will match exactly to what term you provide and return any videos that contain the same term as part of their titles. (optional) var tags = new List(); // List | A tag is a category you create and apply to videos. You can search for videos with particular tags by listing one or more here. Only videos that have all the tags you list will be returned. (optional) - var metadata = new Dictionary(); // Dictionary | Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. (optional) + var metadata = new Dictionary(); // Dictionary | Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. (optional) var description = New Zealand; // string | Retrieve video objects by `description`. (optional) var liveStreamId = li400mYKSgQ6xs7taUeSaEKr; // string | Retrieve video objects that were recorded from a live stream by `liveStreamId`. (optional) var sortBy = publishedAt; // string | Use this parameter to sort videos by the their created time, published time, updated time, or by title. (optional) @@ -507,7 +507,7 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **title** | **string**| The title of a specific video you want to find. The search will match exactly to what term you provide and return any videos that contain the same term as part of their titles. | [optional] **tags** | [**List<string>**](string.md)| A tag is a category you create and apply to videos. You can search for videos with particular tags by listing one or more here. Only videos that have all the tags you list will be returned. | [optional] - **metadata** | [**Dictionary<string, string>**](string.md)| Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. | [optional] + **metadata** | [**Dictionary<string, string>**](string.md)| Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. | [optional] **description** | **string**| Retrieve video objects by `description`. | [optional] **liveStreamId** | **string**| Retrieve video objects that were recorded from a live stream by `liveStreamId`. | [optional] **sortBy** | **string**| Use this parameter to sort videos by the their created time, published time, updated time, or by title. | [optional] diff --git a/src/Api/CaptionsApi.cs b/src/Api/CaptionsApi.cs index 7779c77..97f6aaf 100644 --- a/src/Api/CaptionsApi.cs +++ b/src/Api/CaptionsApi.cs @@ -40,7 +40,7 @@ public CaptionsApi(ApiClient apiClient) } /// - /// Upload a caption Upload a VTT file to add captions to your video. More information can be found [here](https://docs.api.video/reference/captions) + /// Upload a caption Upload a VTT file to add captions to your video. More information can be found [here](https://docs.api.video/vod/add-captions) /// /// Thrown when fails to make API call /// The unique identifier for the video you want to add a caption to. @@ -55,7 +55,7 @@ public Caption upload(string videoId, string language, System.IO.Stream file) } /// - /// Upload a caption Upload a VTT file to add captions to your video. More information can be found [here](https://docs.api.video/reference/captions) + /// Upload a caption Upload a VTT file to add captions to your video. More information can be found [here](https://docs.api.video/vod/add-captions) /// /// Thrown when fails to make API call /// The unique identifier for the video you want to add a caption to. diff --git a/src/Api/ChaptersApi.cs b/src/Api/ChaptersApi.cs index 38eda40..3c722db 100644 --- a/src/Api/ChaptersApi.cs +++ b/src/Api/ChaptersApi.cs @@ -40,7 +40,7 @@ public ChaptersApi(ApiClient apiClient) } /// - /// Upload a chapter Upload a VTT file to add chapters to your video. Chapters help break the video into sections. Read our [tutorial](https://api.video/blog/tutorials/adding-chapters-to-your-videos) for more details. + /// Upload a chapter Upload a VTT file to add chapters to your video. Chapters help break the video into sections. Read our [tutorial](https://api.video/blog/tutorials/adding-chapters-to-your-videos/) for more details. /// /// Thrown when fails to make API call /// The unique identifier for the video you want to upload a chapter for. @@ -55,7 +55,7 @@ public Chapter upload(string videoId, string language, System.IO.Stream file) } /// - /// Upload a chapter Upload a VTT file to add chapters to your video. Chapters help break the video into sections. Read our [tutorial](https://api.video/blog/tutorials/adding-chapters-to-your-videos) for more details. + /// Upload a chapter Upload a VTT file to add chapters to your video. Chapters help break the video into sections. Read our [tutorial](https://api.video/blog/tutorials/adding-chapters-to-your-videos/) for more details. /// /// Thrown when fails to make API call /// The unique identifier for the video you want to upload a chapter for. diff --git a/src/Api/UploadTokensApi.cs b/src/Api/UploadTokensApi.cs index 094dd2d..d6753ed 100644 --- a/src/Api/UploadTokensApi.cs +++ b/src/Api/UploadTokensApi.cs @@ -40,7 +40,7 @@ public UploadTokensApi(ApiClient apiClient) } /// - /// Generate an upload token Generates an upload token that can be used to replace the API Key. More information can be found [here](https://docs.api.video/reference/upload-tokens) + /// Generate an upload token Generates an upload token that can be used to replace the API Key. More information can be found [here](https://docs.api.video/vod/delegated-upload-tokens) /// /// Thrown when fails to make API call /// @@ -53,7 +53,7 @@ public UploadToken createToken(TokenCreationPayload tokenCreationPayload) } /// - /// Generate an upload token Generates an upload token that can be used to replace the API Key. More information can be found [here](https://docs.api.video/reference/upload-tokens) + /// Generate an upload token Generates an upload token that can be used to replace the API Key. More information can be found [here](https://docs.api.video/vod/delegated-upload-tokens) /// /// Thrown when fails to make API call /// diff --git a/src/Api/VideosApi.cs b/src/Api/VideosApi.cs index d6c8e45..aab8c3d 100644 --- a/src/Api/VideosApi.cs +++ b/src/Api/VideosApi.cs @@ -40,7 +40,7 @@ public VideosApi(ApiClient apiClient) } /// - /// Create a video object Creates a video object. More information on video objects can be found [here](https://docs.api.video/reference/videos-1). + /// Create a video object Creates a video object. More information on video objects can be found [here](https://docs.api.video/reference/api/Videos). /// /// Thrown when fails to make API call /// video to create @@ -53,7 +53,7 @@ public Video create(VideoCreationPayload videoCreationPayload) } /// - /// Create a video object Creates a video object. More information on video objects can be found [here](https://docs.api.video/reference/videos-1). + /// Create a video object Creates a video object. More information on video objects can be found [here](https://docs.api.video/reference/api/Videos). /// /// Thrown when fails to make API call /// video to create @@ -860,7 +860,7 @@ public ApiResponse deleteWithHttpInfo(string videoId) /// Thrown when fails to make API call /// The title of a specific video you want to find. The search will match exactly to what term you provide and return any videos that contain the same term as part of their titles. (optional) /// A tag is a category you create and apply to videos. You can search for videos with particular tags by listing one or more here. Only videos that have all the tags you list will be returned. (optional) -/// Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. (optional) +/// Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. (optional) /// Retrieve video objects by `description`. (optional) /// Retrieve video objects that were recorded from a live stream by `liveStreamId`. (optional) /// Use this parameter to sort videos by the their created time, published time, updated time, or by title. (optional) @@ -881,7 +881,7 @@ public VideosListResponse list(string title = default, List tags = defau /// Thrown when fails to make API call /// The title of a specific video you want to find. The search will match exactly to what term you provide and return any videos that contain the same term as part of their titles. (optional) /// A tag is a category you create and apply to videos. You can search for videos with particular tags by listing one or more here. Only videos that have all the tags you list will be returned. (optional) -/// Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. (optional) +/// Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. (optional) /// Retrieve video objects by `description`. (optional) /// Retrieve video objects that were recorded from a live stream by `liveStreamId`. (optional) /// Use this parameter to sort videos by the their created time, published time, updated time, or by title. (optional) @@ -1005,7 +1005,7 @@ public class APIlistRequest { /// /// Set metadata /// - /// Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. (optional) + /// Videos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. (optional) /// APIlistRequest public APIlistRequest Metadata(Dictionary metadata) { this.metadata = metadata; diff --git a/src/Model/LiveStream.cs b/src/Model/LiveStream.cs index 67e3eca..7ca50d4 100644 --- a/src/Model/LiveStream.cs +++ b/src/Model/LiveStream.cs @@ -34,9 +34,9 @@ public class LiveStream { [JsonProperty(PropertyName = "streamKey")] public string streamkey { get; set; } /// - /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). + /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). /// - /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). + /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). [DataMember(Name="public", EmitDefaultValue=false)] [JsonProperty(PropertyName = "public")] public Nullable _public { get; set; } diff --git a/src/Model/LiveStreamCreationPayload.cs b/src/Model/LiveStreamCreationPayload.cs index 1b82f00..8b4065f 100644 --- a/src/Model/LiveStreamCreationPayload.cs +++ b/src/Model/LiveStreamCreationPayload.cs @@ -20,9 +20,9 @@ public class LiveStreamCreationPayload { [JsonProperty(PropertyName = "name")] public string name { get; set; } /// - /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). + /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). /// - /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). + /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). [DataMember(Name="public", EmitDefaultValue=false)] [JsonProperty(PropertyName = "public")] public Nullable _public { get; set; } diff --git a/src/Model/LiveStreamUpdatePayload.cs b/src/Model/LiveStreamUpdatePayload.cs index 029b2b5..628e7e0 100644 --- a/src/Model/LiveStreamUpdatePayload.cs +++ b/src/Model/LiveStreamUpdatePayload.cs @@ -20,9 +20,9 @@ public class LiveStreamUpdatePayload { [JsonProperty(PropertyName = "name")] public string name { get; set; } /// - /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). + /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). /// - /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). + /// Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management). [DataMember(Name="public", EmitDefaultValue=false)] [JsonProperty(PropertyName = "public")] public Nullable _public { get; set; } diff --git a/src/Model/Video.cs b/src/Model/Video.cs index 0070d44..e5ebc4f 100644 --- a/src/Model/Video.cs +++ b/src/Model/Video.cs @@ -62,9 +62,9 @@ public class Video { [JsonProperty(PropertyName = "tags")] public List tags { get; set; } /// - /// Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. + /// Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. /// - /// Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. + /// Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. [DataMember(Name="metadata", EmitDefaultValue=false)] [JsonProperty(PropertyName = "metadata")] public List metadata { get; set; } @@ -88,9 +88,9 @@ public class Video { [JsonProperty(PropertyName = "playerId")] public string playerid { get; set; } /// - /// Defines if the content is publicly reachable or if a unique token is needed for each play session. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos). + /// Defines if the content is publicly reachable or if a unique token is needed for each play session. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos/). /// - /// Defines if the content is publicly reachable or if a unique token is needed for each play session. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos). + /// Defines if the content is publicly reachable or if a unique token is needed for each play session. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos/). [DataMember(Name="public", EmitDefaultValue=false)] [JsonProperty(PropertyName = "public")] public Nullable _public { get; set; } diff --git a/src/Model/VideoCreationPayload.cs b/src/Model/VideoCreationPayload.cs index d522f9f..4f3ced0 100644 --- a/src/Model/VideoCreationPayload.cs +++ b/src/Model/VideoCreationPayload.cs @@ -34,9 +34,9 @@ public class VideoCreationPayload { [JsonProperty(PropertyName = "source")] public string source { get; set; } /// - /// Default: True. If set to `false` the video will become private. More information on private videos can be found [here](https://docs.api.video/docs/private-videos) + /// Default: True. If set to `false` the video will become private. More information on private videos can be found [here](https://docs.api.video/delivery-analytics/video-privacy-access-management) /// - /// Default: True. If set to `false` the video will become private. More information on private videos can be found [here](https://docs.api.video/docs/private-videos) + /// Default: True. If set to `false` the video will become private. More information on private videos can be found [here](https://docs.api.video/delivery-analytics/video-privacy-access-management) [DataMember(Name="public", EmitDefaultValue=false)] [JsonProperty(PropertyName = "public")] public Nullable _public { get; set; } @@ -69,9 +69,9 @@ public class VideoCreationPayload { [JsonProperty(PropertyName = "tags")] public List tags { get; set; } /// - /// A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. Read more on [dynamic metadata](https://api.video/blog/endpoints/dynamic-metadata). + /// A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. Read more on [dynamic metadata](https://api.video/blog/endpoints/dynamic-metadata/). /// - /// A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. Read more on [dynamic metadata](https://api.video/blog/endpoints/dynamic-metadata). + /// A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. Read more on [dynamic metadata](https://api.video/blog/endpoints/dynamic-metadata/). [DataMember(Name="metadata", EmitDefaultValue=false)] [JsonProperty(PropertyName = "metadata")] public List metadata { get; set; } diff --git a/src/Model/VideoUpdatePayload.cs b/src/Model/VideoUpdatePayload.cs index 66540bf..b536a66 100644 --- a/src/Model/VideoUpdatePayload.cs +++ b/src/Model/VideoUpdatePayload.cs @@ -49,9 +49,9 @@ public string playerid [JsonProperty(PropertyName = "description")] public string description { get; set; } /// - /// Whether the video is publicly available or not. False means it is set to private. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos). + /// Whether the video is publicly available or not. False means it is set to private. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos/). /// - /// Whether the video is publicly available or not. False means it is set to private. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos). + /// Whether the video is publicly available or not. False means it is set to private. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos/). [DataMember(Name="public", EmitDefaultValue=false)] [JsonProperty(PropertyName = "public")] public Nullable _public { get; set; } @@ -77,9 +77,9 @@ public string playerid [JsonProperty(PropertyName = "tags")] public List tags { get; set; } /// - /// A list (array) of dictionaries where each dictionary contains a key value pair that describes the video. As with tags, you must send the complete list of metadata you want as whatever you send here will overwrite the existing metadata for the video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. + /// A list (array) of dictionaries where each dictionary contains a key value pair that describes the video. As with tags, you must send the complete list of metadata you want as whatever you send here will overwrite the existing metadata for the video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. /// - /// A list (array) of dictionaries where each dictionary contains a key value pair that describes the video. As with tags, you must send the complete list of metadata you want as whatever you send here will overwrite the existing metadata for the video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) allows you to define a key that allows any value pair. + /// A list (array) of dictionaries where each dictionary contains a key value pair that describes the video. As with tags, you must send the complete list of metadata you want as whatever you send here will overwrite the existing metadata for the video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. [DataMember(Name="metadata", EmitDefaultValue=false)] [JsonProperty(PropertyName = "metadata")] public List metadata { get; set; }