---
title: "Update file request template"
method: PUT
path: "/api/1/file-request-templates/{fileRequestTemplate}"
tags: ["File request templates"]
---

# Update file request template

`PUT /api/1/file-request-templates/{fileRequestTemplate}`

## Request body

- object
  - `label` string, nullable
  - `folder_path` string, nullable
  - `items` object[]
    - `label` string
  - `reminders` integer[]
  - `due_at` string, nullable — Must be a valid date.
  - `allow_more_files` boolean, nullable
  - `notify_for_every_file` boolean, nullable

---

[API](https://skmtc.net/convoflo/apis/convoflo-rest-api.md) · [All operations](https://skmtc.net/convoflo/apis/convoflo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convoflo/convoflo-rest-api/versions/fed4481f0476/schema)
