MailSlurpAPI.Api.ExpiredController.get_expired_inbox_by_inbox_id
You're seeing just the function
get_expired_inbox_by_inbox_id
, go back to MailSlurpAPI.Api.ExpiredController module for more information.
Link to this function
get_expired_inbox_by_inbox_id(connection, inbox_id, opts \\ [])
Specs
get_expired_inbox_by_inbox_id(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.ExpiredInboxDto.t()} | {:error, Tesla.Env.t()}
Get expired inbox record for a previously existing inbox Use the inboxId to return an ExpiredInboxRecord if an inbox has expired. Inboxes expire and are disabled if an expiration date is set or plan requires. Returns 404 if no expired inbox is found for the inboxId
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): ID of inbox you want to retrieve (not the inbox ID)
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure