Change File
Intent
Applies the supplied changes to the file.
When to call it
Call this when the file already exists and its stored values need to change.
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.
PATCH
Change File
Authorizations
Path Parameters
Identifier of the file.
Response
Response: File updated.
- DownloadableFileRead
- ProductMediaFileRead
- SupportCaseAttachmentFileRead
File to be associated with the downloadables benefit.
The stable identifier for this record.
Allowed value:
"downloadable"Previous
Delete File### Intent
Removes the file.
### When to call it
Call this only after your application has identified the file that should be removed.
### Access boundary
Authorize the request with a token that carries `files:write`.
### Successful result
A successful request returns `204` without a response document.
Next
Change File