MailSlurpAPI.Api.InboxController.update_inbox
You're seeing just the function
update_inbox
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
update_inbox(connection, inbox_id, update_inbox_options, opts \\ [])
Specs
update_inbox( Tesla.Env.client(), String.t(), MailSlurpAPI.Model.UpdateInboxOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.Inbox.t()} | {:error, Tesla.Env.t()}
Update Inbox Update editable fields on an inbox
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): inboxId
- update_inbox_options (UpdateInboxOptions): updateInboxOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure