Class: UpdateActionController
api-internal/update-action.controller.UpdateActionController
Constructors
constructor
• new UpdateActionController(backendUserSerice
, loginDataSerive
, strategyService
)
Parameters
Name | Type |
---|---|
backendUserSerice | BackendUserService |
loginDataSerive | UserLoginDataService |
strategyService | StrategiesService |
Defined in
gropius-login-service/backend/src/api-internal/update-action.controller.ts:34
Properties
backendUserSerice
• Private
Readonly
backendUserSerice: BackendUserService
Defined in
gropius-login-service/backend/src/api-internal/update-action.controller.ts:35
loginDataSerive
• Private
Readonly
loginDataSerive: UserLoginDataService
Defined in
gropius-login-service/backend/src/api-internal/update-action.controller.ts:36
strategyService
• Private
Readonly
strategyService: StrategiesService
Defined in
gropius-login-service/backend/src/api-internal/update-action.controller.ts:37
Methods
updateAction
▸ updateAction(input
, id
, action
, res
): Promise
<DefaultReturn
>
Parameters
Name | Type |
---|---|
input | object |
id | string |
action | string |
res | Response <any , Record <string , any >> |
Returns
Promise
<DefaultReturn
>
Defined in
gropius-login-service/backend/src/api-internal/update-action.controller.ts:51