Interface UsersApi
- All Known Implementing Classes:
UsersController
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2025-05-03T17:58:17.516120650Z[Etc/UTC]")
@Validated
public interface UsersApi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
deleteUser
(String email) Optional<com.fasterxml.jackson.databind.ObjectMapper>
Optional<jakarta.servlet.http.HttpServletRequest>
org.springframework.http.ResponseEntity<Void>
updateUserDetails
(String email, @Valid UserForm body)