User reset conditions
Successful user reset conditions.
Request address
https://a.papaya.ninja/api/clear/rotation/curl -X POST -H "Content-Type: application/json" \
-d '{"site_id": 21, "site_login": "551d0ad9072b30f3b71b989e", "signature": "50a29ef99a552115c4d8c6502a56be75384d77ff"}' https://a.papaya.ninja/api/clear/rotation/{
"error": null,
"success": true
}
{
"error": "Particular error.",
"success": false
}import requests
url = 'https://a.papaya.ninja/api/clear/rotation/'
json = dict(
site_id=21,
site_login="551d0ad9072b30f3b71b989e",
signature="50a29ef99a552115c4d8c6502a56be75384d77ff"
)
response = requests.post(url, json=json)
data = response.json(){
"error": null,
"success": true
}
{
"error": "Particular error.",
"success": false
}Reset parameters
Parameter
Mandatory
Format
Description
Example
Last updated
