DocuSign.Api.AccountBrands.brand_put_brand
You're seeing just the function
brand_put_brand
, go back to DocuSign.Api.AccountBrands module for more information.
Specs
brand_put_brand(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.Brand.t()} | {:error, Tesla.Env.t()}
Updates an existing brand.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- brand_id (String.t): The unique identifier of a brand.
- opts (KeywordList): [optional] Optional parameters
- :brand (Brand):
Returns
} on success {:error, info} on failure