**Source URL:** https://limited.veevavault.dev/medical/vault-api/api-reference/24.1/binders/binder-templates/replace-binder-template-nodes.md

# Replace Binder Template Nodes



Replace all binder nodes in an existing binder template. This action removes all existing nodes and replaces them with those specified in the input.

<Endpoint path="/api/{version}/objects/binders/templates/{template_name}/bindernodes" method="PUT"></Endpoint>

## Headers {#headers}

<FieldTable>
| Name | Description |
| --- | --- |
| `Content-Type` | `application/json` or `text/csv` |
| `Accept` | `application/json` (default) or `application/xml` |
</FieldTable>

## URI Path Parameters {#uri-path-parameters}

<FieldTable>
| Name | Description |
| --- | --- |
| `{template_name}` | The binder template `name__v` field value. |
</FieldTable>

## Example CSV Input {#example-csv-input}

See the **Create Binder Template Node** [above](/vault-api/api-reference/24.1/binders/binder-templates/create-binder-template-node) for example inputs, which are the same as those used in this request.

## Request {#request}

<CodeExample title="">
```
curl -X PUT -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v15.0/objects/binders/templates/binder_template_1__c

```
</CodeExample>

---

**Previous:** [Bulk Update Binder Templates](/medical/vault-api/api-reference/24.1/binders/binder-templates/bulk-update-binder-templates)  
**Next:** [Delete Binder Template](/medical/vault-api/api-reference/24.1/binders/binder-templates/delete-binder-template)