Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix api spec
  • Loading branch information
ecrupper committed Nov 15, 2025
commit 798e151625eb62efd3c995b1917e907e9433acac
11 changes: 11 additions & 0 deletions api/favorite/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ import (
// ---
// produces:
// - application/json
// parameters:
// - in: path
// name: org
// description: Name of the organization
// required: true
// type: string
// - in: path
// name: repo
// description: Name of the repository
// required: true
// type: string
// security:
// - ApiKeyAuth: []
// responses:
Expand Down
11 changes: 11 additions & 0 deletions api/favorite/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ import (
// ---
// produces:
// - application/json
// parameters:
// - in: path
// name: org
// description: Name of the organization
// required: true
// type: string
// - in: path
// name: repo
// description: Name of the repository
// required: true
// type: string
// security:
// - ApiKeyAuth: []
// responses:
Expand Down
Loading