Application - File Manager
Create/Modify Application File
Create files in your application.
PUT
The API key for your account. You can find this in your account settings.
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.
Was this page helpful?