Store Files REST Endpoints
Storage/Store Files
Create, replace, get, and delete public and private files to and from Oracle Public Cloud Storage using the Tenant scope. Files are limited to a contentType set of text/csv or application/directory.
- Create a File
- Method: postPath:
/storage/v1/Files - Delete an Uploaded File
- Method: deletePath:
/storage/v1/Files - HTTP Options
- Method:Path:
/storage/v1/Files - Retrieve an Existing File
- Method: getPath:
/storage/v1/Files - Update a File
- Method: putPath:
/storage/v1/Files