Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1456 from petracihalova/openapi-spe…
Browse files Browse the repository at this point in the history
…c-fix

fix typo in the open api spec for internal endpoint /api/utils/role/ (remove role from rbac db)
  • Loading branch information
petracihalova authored Jan 22, 2025
2 parents 8ab4491 + 102f03e commit 5a0a337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbac/internal/specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@
}
}
},
"/api/utils/roles/": {
"/api/utils/role/": {
"delete": {
"tags": [
"Role"
Expand Down

0 comments on commit 5a0a337

Please sign in to comment.