[PR #4010] [MERGED] Fix wrong OpenAPI auth header value #9819

Closed
opened 2026-02-07 06:09:04 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4010
Author: @cromefire
Created: 8/30/2020
Status: Merged
Merged: 8/31/2020
Merged by: @Bond-009

Base: masterHead: patch-3


📝 Commits (1)

  • 3453b65 Fixed wrong openapi auth header value

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs (+1 -1)

📄 Description

Changes

Changed X-Emby-Token header to X-Emby-Authorization because the former prevents calling the auth endpoint from generated clients and Swagger UI (due to no token being available)

Issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4010 **Author:** [@cromefire](https://github.com/cromefire) **Created:** 8/30/2020 **Status:** ✅ Merged **Merged:** 8/31/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`3453b65`](https://github.com/jellyfin/jellyfin/commit/3453b654441b4ef91dd8c2e22ffa535081b87857) Fixed wrong openapi auth header value ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs` (+1 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Changed `X-Emby-Token` header to `X-Emby-Authorization` because the former prevents calling the auth endpoint from generated clients and Swagger UI (due to no token being available) **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:09:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9819