v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
File request templates

Update file request template

put/api/1/file-request-templates/{fileRequestTemplate}

Request body

labelstring nullable
folder_pathstring nullable
remindersinteger[]
due_atstring nullable

Must be a valid date.

allow_more_filesboolean nullable
notify_for_every_fileboolean nullable

Example request

{
  "label": "architecto",
  "folder_path": "architecto",
  "items": [
    {
      "label": "architecto"
    }
  ],
  "reminders": [
    16
  ],
  "due_at": "2026-06-29T18:54:48",
  "notify_for_every_file": true
}