SudoSOS Back-end API / internal/spec/update-local-request-spec / verifyUpdateLocalRequest
Function: verifyUpdateLocalRequest() ​
ts
function verifyUpdateLocalRequest(updateLocalRequest): Promise<Either<Joinable, UpdateLocalRequest>>;Logical validation of the updateLocalRequest
Parameters ​
| Parameter | Type | Description |
|---|---|---|
updateLocalRequest | UpdateLocalRequest | Request to validate |
Returns ​
Promise<Either<Joinable, UpdateLocalRequest>>