[PR #3550] [MERGED] [management] add flow api #20735

Open
opened 2026-08-05 05:07:38 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3550
Author: @pascal-fischer
Created: 3/19/2025
Status: Merged
Merged: 3/20/2025
Merged by: @bcmmbaga

Base: feature/flowHead: feature/flow-api


📝 Commits (2)

📊 Changes

3 files changed (+246 additions, -3 deletions)

View changed files

📝 management/server/http/api/openapi.yml (+154 -3)
📝 management/server/http/api/types.gen.go (+91 -0)
📝 management/server/http/handlers/events/events_handler.go (+1 -0)

📄 Description

Describe your changes

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/3550 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 3/19/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `feature/flow` ← **Head:** `feature/flow-api` --- ### 📝 Commits (2) - [`fba9773`](https://github.com/netbirdio/netbird/commit/fba9773e343a9981bb0b46e8b4ed84eca94aa5f8) add api specs - [`f7c0eab`](https://github.com/netbirdio/netbird/commit/f7c0eab65ec33ef24f18625a3a447a0ad11e2f94) add preview and cloud flag ### 📊 Changes **3 files changed** (+246 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `management/server/http/api/openapi.yml` (+154 -3) 📝 `management/server/http/api/types.gen.go` (+91 -0) 📝 `management/server/http/handlers/events/events_handler.go` (+1 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### 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 --- <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 05:07:38 -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#20735