[PR #3116] [MERGED] Email endpoints #3871

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3116
Author: @nichwall
Created: 7/4/2024
Status: Merged
Merged: 7/5/2024
Merged by: @advplyr

Base: masterHead: email_endpoints


📝 Commits (6)

📊 Changes

4 files changed (+462 additions, -7 deletions)

View changed files

docs/controllers/EmailController.yaml (+105 -0)
docs/objects/settings/EmailSettings.yaml (+78 -0)
📝 docs/openapi.json (+269 -7)
📝 docs/root.yaml (+10 -0)

📄 Description

This PR adds the email endpoints to the OpenAPI spec, continuing on from https://github.com/advplyr/audiobookshelf/pull/3012.


🔄 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/3116 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 7/4/2024 **Status:** ✅ Merged **Merged:** 7/5/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `email_endpoints` --- ### 📝 Commits (6) - [`bfc3c7e`](https://github.com/advplyr/audiobookshelf/commit/bfc3c7e7c9073a3ee8f8b13b95b93c9c6d7e7ae1) Initial email settings schemas - [`046bf52`](https://github.com/advplyr/audiobookshelf/commit/046bf52d883b6c98fcfd5236421280db3c04a1f6) Initial EmailController paths - [`e60a913`](https://github.com/advplyr/audiobookshelf/commit/e60a91379a8adacdd75d2f2958619d0a1e20dd31) Rename folder - [`b8e17de`](https://github.com/advplyr/audiobookshelf/commit/b8e17de8b4ed19658093b08da8e96843f9d61f24) Add: EmailController to `root.yaml` - [`6d14ed8`](https://github.com/advplyr/audiobookshelf/commit/6d14ed8a72237835987ea0d23941bbdd0693f049) Update: bundled spec - [`fa1518c`](https://github.com/advplyr/audiobookshelf/commit/fa1518cb1d257187dd2fa322023ba8e4a296c93a) Fix: wrong settings path ### 📊 Changes **4 files changed** (+462 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `docs/controllers/EmailController.yaml` (+105 -0) ➕ `docs/objects/settings/EmailSettings.yaml` (+78 -0) 📝 `docs/openapi.json` (+269 -7) 📝 `docs/root.yaml` (+10 -0) </details> ### 📄 Description This PR adds the email endpoints to the OpenAPI spec, continuing on from https://github.com/advplyr/audiobookshelf/pull/3012. --- <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:23 +02:00
adam closed this issue 2026-04-25 00:17:23 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3871