Uses of Class
de.trustable.ca3s.core.web.rest.data.AcmeAccountStatusAdministration
-
Packages that use AcmeAccountStatusAdministration Package Description de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of AcmeAccountStatusAdministration in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest with parameters of type AcmeAccountStatusAdministration Modifier and Type Method Description org.springframework.http.ResponseEntity<Void>AcmeAccountResource. updateAcmeAccountStatus(Long id, AcmeAccountStatusAdministration statusAdministration)POST /acme-accounts/:id/status: update the status of the "id" aCMEAccount.
-