added
6.13.2024 - File Upload
5 months ago by Darrell Malone
Files can now be uploaded to the archive storage. This can be accomplished by using the POST
method added to the /files
endpoint. In the request body, you'll need to include the name of the file with the file extension included. Optionally, you can include the directory
parameter to specify the folder where the file will be uploaded or the mimeType
parameter to explicitly specify the file type.
- POST method has been added to
/files