mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
feat: Add instructional note to Swagger documentation (#3532)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
This commit is contained in:
@ -120,6 +120,7 @@ export const backend = createBackend<BackendType, APIServerConfig>({
|
|||||||
info: {
|
info: {
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
title: 'Youtube Music API Server',
|
title: 'Youtube Music API Server',
|
||||||
|
description: 'Note: You need to get an access token using the `/auth/{id}` endpoint first to call any API endpoints under `/api`.',
|
||||||
},
|
},
|
||||||
security: [
|
security: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user