# Migrate Evidence

## Migrate evidence items to a different case

<mark style="color:blue;">`POST`</mark> `/api/v1/evidence/migrate`

Use this API endpoint to migrated chosen evidence items from one case to another.

**Request Body**

| Name                                          | Type   | Description                                                                                                                        |
| --------------------------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `uuid`<mark style="color:red;">\*</mark>      | array  | Array of evidence item UUIDs that are to be migrated. <mark style="color:red;">`REQUIRED`</mark>                                   |
| `case_uuid`<mark style="color:red;">\*</mark> | string | <p>The UUID of the case that the evidence items will be migrated to. <br><mark style="color:red;"><code>REQUIRED</code></mark></p> |
