[PR #923] [MERGED] Update openapi doc #14529

Closed
opened 2026-08-05 03:05:49 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/923
Author: @pascal-fischer
Created: 6/1/2023
Status: Merged
Merged: 6/2/2023
Merged by: @pascal-fischer

Base: mainHead: chore/reorder_openapi


📝 Commits (3)

📊 Changes

3 files changed (+67 additions, -57 deletions)

View changed files

📝 management/server/http/accounts_handler.go (+1 -1)
📝 management/server/http/api/openapi.yml (+60 -50)
📝 management/server/http/api/types.gen.go (+6 -6)

📄 Description

Describe your changes

To properly display on the docs website we need a small adjustment otherwise the parser can not properly get the parameters

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/923 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 6/1/2023 **Status:** ✅ Merged **Merged:** 6/2/2023 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `chore/reorder_openapi` --- ### 📝 Commits (3) - [`75fbaf8`](https://github.com/netbirdio/netbird/commit/75fbaf811b0631bc30fd42a0c8a0b3204b9ee397) update openapi - [`2dcfa1e`](https://github.com/netbirdio/netbird/commit/2dcfa1efa3cfa087a237cb19660da26857973e37) fix summary - [`5028450`](https://github.com/netbirdio/netbird/commit/50284501334187ab498c61cb794e2334a284b322) add examples ### 📊 Changes **3 files changed** (+67 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `management/server/http/accounts_handler.go` (+1 -1) 📝 `management/server/http/api/openapi.yml` (+60 -50) 📝 `management/server/http/api/types.gen.go` (+6 -6) </details> ### 📄 Description ## Describe your changes To properly display on the docs website we need a small adjustment otherwise the parser can not properly get the parameters ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:05:49 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#14529