DocuSign.Api.Accounts.unsupported_file_types_get_unsupported_file_types
You're seeing just the function
unsupported_file_types_get_unsupported_file_types
, go back to DocuSign.Api.Accounts module for more information.
Link to this function
unsupported_file_types_get_unsupported_file_types(connection, account_id, opts \\ [])
View SourceSpecs
unsupported_file_types_get_unsupported_file_types( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.FileTypeList.t()} | {:error, Tesla.Env.t()}
Gets a list of unsupported file types. Retrieves a list of file types (mime-types and file-extensions) that are not supported for upload through the DocuSign system.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure