Application - File Manager
Create/Modify File
Create files in your application.
PUT
Create/Modify File
The API key for your account. You can find this in your account settings.
Parameters
The ID of the application. You can find this in the URL of your application’s dashboard.
The path where the file should be created. Example: /test.txt
The content of the file to be created.
Response
Indicates whether the call was successful..
success if successful, error if not.Create/Modify File

