POST/projects/{id}/files.jsonAdd a File to a ProjectThis call adds a file to the project. Please note The file must have been uploaded already and you must have the pendingFileRef handle, take a look here: File Uploading - Preferred. Path ParamsNameidTypestringrequiredDescriptionBody ParamsNamefileTypeobjectfileobjectRequest ExamplesExpand request settingsExample RequestShellJavaScriptGoJavaPOST/projects/{id}/files.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.jsonCopyCopied!ResponsesCode201TypeobjectSchemaSchemaDescription201 ResponseExamples201 Response201 Responseapplication/json{ "id": "10001", "STATUS": "OK" }CopyCopied!Download Swagger