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 7b8ccdf commit f029666
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d7b342ceb1a4805da9e3d6355384e34c1a99e1300d01cac3ae3218c5738f11f1
9ef51e903ea5ac11defcf41d7d64b096535604be88599008b13aab0d527f4e25
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#postauthapikey) | **POST** /auth/api-key | Get Bearer Token
[**refresh**](AdvancedAuthenticationAPI.md#postauthrefresh) | **POST** /auth/refresh | Refresh Bearer Token
[**authenticate**](AdvancedAuthenticationAPI.md#postauthapikey) | **POST** `/auth/api-key` | Get Bearer Token
[**refresh**](AdvancedAuthenticationAPI.md#postauthrefresh) | **POST** `/auth/refresh` | Refresh Bearer Token


# **authenticate**
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#postvideosvideoidsource) | **POST** /videos/{videoId}/source | Upload a video
[**uploadWithUploadToken**](VideosAPI.md#postupload) | **POST** /upload | Upload with an delegated upload token
[**upload**](VideosAPI.md#postvideosvideoidsource) | **POST** `/videos/{videoId}/source` | Upload a video
[**uploadWithUploadToken**](VideosAPI.md#postupload) | **POST** `/upload` | Upload with an delegated upload token


# **upload**
Expand Down

0 comments on commit f029666

Please sign in to comment.