Generates a URL to upload a file to.
Generates a URL that can be used to upload a file. Use the returned upload id to create a file entry. See <see cref="T:Awork.Files.Service.Feature.FileUpload.Endpoints.PostUploadByUploadId" /> for more information.
<Check title="Required Permissions">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
OK
uploadId
The id of the temporary container that the file will be uploaded to.
uploadURL
The URL that the client should upload the file to.