From f02966648515dad2265749bcc5e8ae179da66be8 Mon Sep 17 00:00:00 2001 From: olivierapivideo Date: Tue, 4 Jun 2024 15:59:38 +0000 Subject: [PATCH] [DO NOT MERGE] Add Watch Data endpoints to OpenAPI spec --- .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 | 2 +- docs/AdvancedAuthenticationAPI.md | 4 ++-- docs/VideosAPI.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 index 644fa0c..c3205f9 100644 --- a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 +++ b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 @@ -1 +1 @@ -d7b342ceb1a4805da9e3d6355384e34c1a99e1300d01cac3ae3218c5738f11f1 \ No newline at end of file +9ef51e903ea5ac11defcf41d7d64b096535604be88599008b13aab0d527f4e25 \ No newline at end of file diff --git a/docs/AdvancedAuthenticationAPI.md b/docs/AdvancedAuthenticationAPI.md index 374b989..8e203da 100644 --- a/docs/AdvancedAuthenticationAPI.md +++ b/docs/AdvancedAuthenticationAPI.md @@ -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** diff --git a/docs/VideosAPI.md b/docs/VideosAPI.md index 6f051c4..d3c8116 100644 --- a/docs/VideosAPI.md +++ b/docs/VideosAPI.md @@ -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**