service/domain/organization/public_key_update
Api Code Documentation / Exports / service/domain/organization/public_key_update
Table of contents
Interfaces
Functions
Functions
updatePublicKey
▸ updatePublicKey(ctx
, creatingUser
, requestData
, repository
): Promise
<Type
<BusinessEvent
>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
creatingUser | ServiceUser |
requestData | RequestData |
repository | Repository |
Returns
Promise
<Type
<BusinessEvent
>>
Defined in
src/service/domain/organization/public_key_update.ts:34
validate
▸ validate(input
): Type
<RequestData
>
Parameters
Name | Type |
---|---|
input | any |