mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
* feat(openapi): add missing OpenAPI annotations to API methods Add missing OpenAPI annotations to API methods across the REST services so the generated OpenAPI spec and Swagger UI include the complete API metadata. Ensures consistent tagging and parameter/response descriptions for admin endpoints. No behavior change; only adds documentation annotations. Closes #42695 Signed-off-by: MOUNIAT-1002 <20225680@etud.univ-evry.fr> * Add missing OpenAPI annotations Closes #42695 Signed-off-by: Stefan Guilhen <sguilhen@redhat.com> --------- Signed-off-by: MOUNIAT-1002 <20225680@etud.univ-evry.fr> Signed-off-by: Stefan Guilhen <sguilhen@redhat.com> Co-authored-by: MOUNIAT-1002 <20225680@etud.univ-evry.fr>