v1
latestOpenAPI 3.1.02026-08-066984441.1 MBfileUpload
Creates a file from an upload id.
After a file has been uploaded to an upload URL generated from the <see cref="T:Awork.Files.Service.Feature.FileUpload.Endpoints.PostGenerateUploadURL" /> endpoint, this endpoint can be used to create a file tasktemplate from the uploaded file by providing the upload id.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
post/tasktemplates/{tasktemplateId}/files/byuploadid
Path parameters
tasktemplateIdstring uuid required
The id of the tasktemplate to attach the file to.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK