docs: remove difficult to maintain OpenAPI properties

This commit is contained in:
Elias Schneider
2025-06-08 16:10:42 +02:00
parent ea4e48680c
commit 3cc82d8522
3 changed files with 1 additions and 8 deletions

View File

@@ -35,9 +35,6 @@ type CustomClaimController struct {
// @Tags Custom Claims
// @Produce json
// @Success 200 {array} string "List of suggested custom claim names"
// @Failure 401 {object} object "Unauthorized"
// @Failure 403 {object} object "Forbidden"
// @Failure 500 {object} object "Internal server error"
// @Router /api/custom-claims/suggestions [get]
func (ccc *CustomClaimController) getSuggestionsHandler(c *gin.Context) {
claims, err := ccc.customClaimService.GetSuggestions(c.Request.Context())