MailSlurpAPI.Api.InboxController.create_inbox_with_options

You're seeing just the function create_inbox_with_options, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function

create_inbox_with_options(connection, create_inbox_dto, opts \\ [])

Specs

create_inbox_with_options(
  Tesla.Env.client(),
  MailSlurpAPI.Model.CreateInboxDto.t(),
  keyword()
) :: {:ok, MailSlurpAPI.Model.Inbox.t()} | {:error, Tesla.Env.t()}

Create an inbox with options. Extended options for inbox creation. Additional endpoint that allows inbox creation with request body options. Can be more flexible that other methods for some clients.

Parameters

  • connection (MailSlurpAPI.Connection): Connection to server
  • create_inbox_dto (CreateInboxDto): createInboxDto
  • opts (KeywordList): [optional] Optional parameters

    Returns

} on success {:error, info} on failure