[PR #2357] [MERGED] When creating new setup key, "revoked" field doesn't do anything #17060

Closed
opened 2026-08-05 04:06:53 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2357
Author: @pappz
Created: 7/31/2024
Status: Merged
Merged: 8/1/2024
Merged by: @mlsmaycon

Base: mainHead: fix/setup-key-api


📝 Commits (1)

  • e376b11 When creating new setup key, "revoked" field doesn't do anything

📊 Changes

2 files changed (+60 additions, -2 deletions)

View changed files

📝 management/server/http/api/openapi.yml (+38 -1)
📝 management/server/http/api/types.gen.go (+22 -1)

📄 Description

Remove unused field from API

Describe your changes

https://github.com/netbirdio/netbird/issues/2353

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/2357 **Author:** [@pappz](https://github.com/pappz) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/setup-key-api` --- ### 📝 Commits (1) - [`e376b11`](https://github.com/netbirdio/netbird/commit/e376b11d12bd4f188d954cf0d2e20b26b54068dd) When creating new setup key, "revoked" field doesn't do anything ### 📊 Changes **2 files changed** (+60 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `management/server/http/api/openapi.yml` (+38 -1) 📝 `management/server/http/api/types.gen.go` (+22 -1) </details> ### 📄 Description Remove unused field from API ## Describe your changes ## Issue ticket number and link https://github.com/netbirdio/netbird/issues/2353 ### Checklist - [ ] Is it a bug fix - [x] 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 04:06:53 -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#17060