Skip to content

Commit

Permalink
[DO NOT MERGE] Add Watch Data endpoints to OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo authored Jun 4, 2024
1 parent 0247284 commit d12d7cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ paths:
content:
application/json:
examples:
response:
Too many requests:
value:
type: https://docs.api.video/reference/too-many-requests
title: Too many requests.
Expand Down Expand Up @@ -687,7 +687,7 @@ paths:
content:
application/json:
examples:
response:
Too many requests:
value:
type: https://docs.api.video/reference/too-many-requests
title: Too many requests.
Expand Down
4 changes: 2 additions & 2 deletions docs/AdvancedAuthenticationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All URIs are relative to *https://ws.api.video*

Method | HTTP request | Description
------------- | ------------- | -------------
[**authenticate**](AdvancedAuthenticationApi.md#authenticate) | **POST** /auth/api-key | Get Bearer Token
[**refresh**](AdvancedAuthenticationApi.md#refresh) | **POST** /auth/refresh | Refresh Bearer Token
[**authenticate**](AdvancedAuthenticationApi.md#authenticate) | **POST** `/auth/api-key` | Get Bearer Token
[**refresh**](AdvancedAuthenticationApi.md#refresh) | **POST** `/auth/refresh` | Refresh Bearer Token


<a name="authenticate"></a>
Expand Down
4 changes: 2 additions & 2 deletions docs/VideosApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All URIs are relative to *https://ws.api.video*

Method | HTTP request | Description
------------- | ------------- | -------------
[**upload**](VideosApi.md#upload) | **POST** /videos/{videoId}/source | Upload a video
[**uploadWithUploadToken**](VideosApi.md#uploadWithUploadToken) | **POST** /upload | Upload with an delegated upload token
[**upload**](VideosApi.md#upload) | **POST** `/videos/{videoId}/source` | Upload a video
[**uploadWithUploadToken**](VideosApi.md#uploadWithUploadToken) | **POST** `/upload` | Upload with an delegated upload token


<a name="upload"></a>
Expand Down

0 comments on commit d12d7cf

Please sign in to comment.