Finish File Upload
Intent
Runs the finish file upload action.
When to call it
Call this when your workflow reaches the point where it must finish file upload.
Access boundary
Authorize the request with a token that carries files:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Complete a file upload.
POST
Finish File Upload
Authorizations
Path Parameters
Identifier of the file.
Body
application/json
Response
Response: File upload completed.
- DownloadableFileRead
- ProductMediaFileRead
- SupportCaseAttachmentFileRead
File to be associated with the downloadables benefit.
The stable identifier for this record.
Allowed value:
"downloadable"Previous
Create File### Intent
Creates a file from the values supplied in the request.
### When to call it
Call this when your application has collected the required values and is ready to create a file.
### Access boundary
Authorize the request with a token that carries `files:write`.
### Successful result
A successful request returns `201`. The response schema below defines the body your integration receives.
Next
Finish File Upload