Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indirect URLs #79

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ paths:
style: form
- description: 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
[Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows
you to define a key that allows any value pair.
example: metadata[Author]=John Doe&metadata[Format]=Tutorial
explode: true
Expand Down Expand Up @@ -510,7 +510,7 @@ paths:
x-optional-object: true
post:
description: |
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).
operationId: POST-video
requestBody:
content:
Expand Down Expand Up @@ -2843,7 +2843,7 @@ paths:
// Documentation: https://github.com/apivideo/api.video-ios-client/blob/main/docs/UploadTokensAPI.md#list
post:
description: 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)
More information can be found [here](https://docs.api.video/vod/delegated-upload-tokens)
operationId: POST_upload-tokens
requestBody:
content:
Expand Down Expand Up @@ -5294,7 +5294,7 @@ paths:
// Documentation: https://github.com/apivideo/api.video-ios-client/blob/main/docs/CaptionsAPI.md#update
post:
description: Upload a VTT file to add captions to your video. More information
can be found [here](https://docs.api.video/reference/captions)
can be found [here](https://docs.api.video/vod/add-captions)
operationId: POST_videos-videoId-captions-language
parameters:
- description: The unique identifier for the video you want to add a caption
Expand Down Expand Up @@ -6014,7 +6014,7 @@ paths:
post:
description: |-
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.
Chapters help break the video into sections. Read our [tutorial](https://api.video/blog/tutorials/adding-chapters-to-your-videos/) for more details.
operationId: POST_videos-videoId-chapters-language
parameters:
- description: The unique identifier for the video you want to upload a chapter
Expand Down Expand Up @@ -9812,7 +9812,7 @@ components:
type: array
metadata:
description: |
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.
example: '[{"key":"Author", "value":"John Doe"}, {"key":"Format", "value":"Tutorial"}]'
items:
$ref: '#/components/schemas/metadata'
Expand All @@ -9828,7 +9828,7 @@ components:
type: string
public:
description: |
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/).
example: false
type: boolean
panoramic:
Expand Down Expand Up @@ -10260,7 +10260,7 @@ components:
public:
description: 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).
Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management).
example: true
type: boolean
assets:
Expand Down Expand Up @@ -10655,7 +10655,7 @@ components:
public:
default: true
description: '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)'
More information on private videos can be found [here](https://docs.api.video/delivery-analytics/video-privacy-access-management)'
example: true
type: boolean
panoramic:
Expand All @@ -10681,7 +10681,7 @@ components:
metadata:
description: 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).
your audience. Read more on [dynamic metadata](https://api.video/blog/endpoints/dynamic-metadata/).
example: '[{"key": "Author", "value": "John Doe"}]'
items:
$ref: '#/components/schemas/metadata'
Expand Down Expand Up @@ -10767,7 +10767,7 @@ components:
type: string
public:
description: 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).
it is set to private. Default is true. Tutorials on [private videos](https://api.video/blog/endpoints/private-videos/).
example: true
type: boolean
panoramic:
Expand All @@ -10790,7 +10790,7 @@ components:
description: 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)
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.
items:
$ref: '#/components/schemas/metadata'
Expand Down Expand Up @@ -10966,7 +10966,7 @@ components:
public:
description: 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).
Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management).
type: boolean
playerId:
description: The unique identifier for the player.
Expand All @@ -10993,7 +10993,7 @@ components:
public:
description: 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).
Learn more about the Private Video feature [here](https://docs.api.video/delivery-analytics/video-privacy-access-management).
type: boolean
playerId:
description: The unique ID for the player associated with a live stream
Expand Down
8 changes: 4 additions & 4 deletions api_captions.go

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

8 changes: 4 additions & 4 deletions api_chapters.go

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

4 changes: 2 additions & 2 deletions api_upload_tokens.go

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

4 changes: 2 additions & 2 deletions api_videos.go

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

2 changes: 1 addition & 1 deletion docs/LiveStream.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**LiveStreamId** | **string** | The unique identifier for the live stream. Live stream IDs begin with \"li.\" |
**Name** | Pointer to **string** | The name of your live stream. | [optional]
**StreamKey** | Pointer to **string** | The unique, private stream key that you use to begin streaming. | [optional]
**Public** | Pointer to **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** | Pointer to **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** | Pointer to [**LiveStreamAssets**](LiveStreamAssets.md) | | [optional]
**PlayerId** | Pointer to **string** | The unique identifier for the player. | [optional]
**Broadcasting** | Pointer to **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]
Expand Down
2 changes: 1 addition & 1 deletion docs/LiveStreamCreationPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | Add a name for your live stream here. |
**Public** | Pointer to **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** | Pointer to **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** | Pointer to **string** | The unique identifier for the player. | [optional]
**Restreams** | Pointer to [**[]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]

Expand Down
2 changes: 1 addition & 1 deletion docs/LiveStreamUpdatePayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **string** | The name you want to use for your live stream. | [optional]
**Public** | Pointer to **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** | Pointer to **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** | Pointer to **string** | The unique ID for the player associated with a live stream that you want to update. | [optional]
**Restreams** | Pointer to [**[]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]

Expand Down
Loading