# `Twilio.Numbers.V2.RegulatoryCompliance.Bundle.CloneService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/numbers/v2/regulatory_compliance/bundle/clone_service.ex#L2)

Service for Clone API operations.

Operations: `update`

# `update`

```elixir
@spec update(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Numbers.V2.RegulatoryCompliance.Bundle.Clone.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
Creates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundle

Operation: `CreateBundleClone` | Tags: NumbersV2BundleClone

## Required Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `TargetAccountSid` | string | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) where the bundle needs to be cloned. |
## Optional Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `FriendlyName` | string | The string that you assigned to describe the cloned bundle. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `MoveToDraft` | boolean | If set to true, the cloned bundle will be in the DRAFT state, else it will be twilio-approved |

---

*Consult [api-reference.md](api-reference.md) for complete listing*
