DocuSign.Api.Templates.templates_put_template
You're seeing just the function
templates_put_template
, go back to DocuSign.Api.Templates module for more information.
Link to this function
templates_put_template(connection, account_id, template_id, opts \\ [])
View SourceSpecs
templates_put_template(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.TemplateUpdateSummary.t()} | {:error, Tesla.Env.t()}
Updates an existing template. Updates an existing template.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :templates (Templates):
Returns
} on success {:error, info} on failure