[PR #3095] [MERGED] Change: requestBody to parameter, allow commas in queries #3862

Closed
opened 2026-04-25 00:17:21 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3095
Author: @nichwall
Created: 6/22/2024
Status: Merged
Merged: 6/23/2024
Merged by: @advplyr

Base: masterHead: parameter_changes


📝 Commits (1)

  • f95d9bd Change: requestBody to parameter, allow commas in queries

📊 Changes

4 files changed (+429 additions, -263 deletions)

View changed files

📝 docs/controllers/AuthorController.yaml (+19 -11)
📝 docs/controllers/LibraryController.yaml (+94 -71)
📝 docs/openapi.json (+307 -181)
📝 docs/schemas.yaml (+9 -0)

📄 Description

This PR updates some of the requestBody to parameters and creates some generic parameters in response to changes made in https://github.com/advplyr/audiobookshelf/commit/d6438590d7010e9e9f512ecfdbf4cd7f0d149407

This PR also allows for reserved characters (commas) to be included in select query parameters.


🔄 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/advplyr/audiobookshelf/pull/3095 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 6/22/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `parameter_changes` --- ### 📝 Commits (1) - [`f95d9bd`](https://github.com/advplyr/audiobookshelf/commit/f95d9bd0e99f15173f78f692aab7a9bee8233048) Change: `requestBody` to `parameter`, allow commas in queries ### 📊 Changes **4 files changed** (+429 additions, -263 deletions) <details> <summary>View changed files</summary> 📝 `docs/controllers/AuthorController.yaml` (+19 -11) 📝 `docs/controllers/LibraryController.yaml` (+94 -71) 📝 `docs/openapi.json` (+307 -181) 📝 `docs/schemas.yaml` (+9 -0) </details> ### 📄 Description This PR updates some of the `requestBody` to `parameters` and creates some generic `parameter`s in response to changes made in https://github.com/advplyr/audiobookshelf/commit/d6438590d7010e9e9f512ecfdbf4cd7f0d149407 This PR also allows for reserved characters (commas) to be included in select query parameters. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:21 +02:00
adam closed this issue 2026-04-25 00:17:21 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3862