> For the complete documentation index, see [llms.txt](https://docs.autentique.com.br/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autentique.com.br/api/1/pastas/move-documentos-para-pasta.md).

# Move documentos para pasta

{% hint style="danger" %}
Esta versão da API foi deprecada e somente receberá correções de bugs e falhas de segurança.
{% endhint %}

<mark style="color:green;">`POST`</mark> `https://api.autentique.com.br/pastas/:uuid/mover.json`

#### Path Parameters

| Name | Type   | Description   |
| ---- | ------ | ------------- |
| uuid | string | UUID da pasta |

#### Headers

| Name          | Type   | Description  |
| ------------- | ------ | ------------ |
| X-Autntiq-Api | string | Token de API |

#### Request Body

| Name | Type  | Description                                                                                  |
| ---- | ----- | -------------------------------------------------------------------------------------------- |
|      | array | Array com o parâmetro "assinatura" dos documentos. Ex: \["e5b62017be1b46768e47e43e7a6fb233"] |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}

{% tab title="401 " %}

```javascript
{
  "errors": {
    "message": "Você deve estar logado para acessar esta página."
  }
}
```

{% endtab %}

{% tab title="404 " %}

```
```

{% endtab %}
{% endtabs %}
