We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efcb8a commit 2f6ba02Copy full SHA for 2f6ba02
internal/handler/key_handler.go
@@ -443,7 +443,7 @@ func (s *Server) ExportKeys(c *gin.Context) {
443
444
// UpdateKeyNotesRequest defines the payload for updating a key's notes.
445
type UpdateKeyNotesRequest struct {
446
- Notes string `json:"notes" binding:"required"`
+ Notes string `json:"notes"`
447
}
448
449
// UpdateKeyNotes handles updating the notes of a specific API key.
0 commit comments