From 774eb9cf09b93c2aed17f4414d68fac87d60ac8a Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Mon, 2 Oct 2023 16:27:06 +0000 Subject: [PATCH] Fix Upload token flowchart image path --- vod/delegated-upload-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vod/delegated-upload-tokens.md b/vod/delegated-upload-tokens.md index 45b27046..f4c205b8 100644 --- a/vod/delegated-upload-tokens.md +++ b/vod/delegated-upload-tokens.md @@ -10,7 +10,7 @@ Using delegated upload tokens You can upload videos using the traditional two-step process where you create a video container then upload your video into your container. You can also upload a video using a **delegated upload token**. This guide explains how to create, list, retrieve, and delete delegated upload tokens, and how to upload videos with them. -{% include "_partials/dark-light-image.md" dark: "/_assets/vod/upload-tokens/upload-token-dark.svg", light: "/_assets/vod/upload-tokens/upload-token-light.png" %} +{% include "_partials/dark-light-image.md" dark: "/_assets/vod/upload-tokens/upload-token-dark.svg", light: "/_assets/vod/upload-tokens/upload-token-light.svg" %} In this type of upload, you retrieve a token from the tokens endpoint. You can then directly upload using the token upload endpoint. It's one step, and you don't provide anything except the file. You can update the metadata for the upload later. A benefit of a delegated token is that you define the TTL (time-to-live) value, so it expires only when you need it to. You can always use the token to upload. You can also create delegated tokens for others to use to do uploads.