Test the configured file storage backend
POST/api/v4/file/test
Send a test to validate that the server can connect to the configured file storage backend (local, Amazon S3, or Azure Blob Storage). Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.
Permissions
Must have manage_system permission.
Minimum server version: 11.10
Request
Responses
- 200
- 400
- 403
- 500
File storage test successful
Invalid or missing parameters in URL or request body
Do not have appropriate permissions
Something went wrong with the server