Projects
Append files to project
Append files to a project still in draft status
PATCH
Only works while the project is in
"draft" status. Files in the body are
appended to the existing files array; nothing is replaced.
Path parameters
Headers
Body
Non-empty array. Same shape as in Create project.
text files are uploaded to S3 and stored as document.Response
The files that were appended (with resolved S3 URLs for text types).
Errors
| Status | Reason |
|---|---|
400 | Project is not in draft status |
404 | Project not found for this user |