Edit An Existing File
GET
https://keyauth.win/api/seller/Edit an existing file on an application.
Request
Query Params
sellerkey
string
required
Obtain a seller key by visiting https://keyauth.cc/app/?page=seller-settings (Must have the Seller Subscription)
type
string
required
The type of the request. (fetchfile)
Example:
editfile
url
string
required
The new URL you'd like the file to have
Example:
https://yourfile.extension
authed
boolean
required
0 = false | 1 = true - authenicated requires the user to be logged in to be able to use the function
Example:
0|1
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 days ago