MergeHRISClient.Api.RegenerateKey (MergeHRISClient v1.0.2) View Source
API calls for all endpoints tagged RegenerateKey
.
Link to this section Summary
Link to this section Functions
Link to this function
regenerate_key_create(connection, authorization, remote_key_for_regeneration_request, opts \\ [])
View SourceSpecs
regenerate_key_create( Tesla.Env.client(), String.t(), MergeHRISClient.Model.RemoteKeyForRegenerationRequest.t(), keyword() ) :: {:ok, MergeHRISClient.Model.RemoteKey.t()} | {:error, Tesla.Env.t()}
Exchange remote keys.
Parameters
- connection (MergeHRISClient.Connection): Connection to server
- authorization (String.t): Should include 'Bearer ' followed by your production API Key.
- remote_key_for_regeneration_request (RemoteKeyForRegenerationRequest):
- opts (KeywordList): [optional] Optional parameters
Returns
on success {:error, Tesla.Env.t} on failure