Hello,
What is the formatting for the parameters that need to be sent to create, edit, and delete a scheduled task using the API?
Thanks!
Hello,
What is the formatting for the parameters that need to be sent to create, edit, and delete a scheduled task using the API?
Thanks!
The parameters are listed on this help page and there's an example at the top of how to make a request: https://help.pythonanywhere.com/pages/API/
Right, but what would my API request look like with me including the parameters?
The parameters are passed in the argument "data" with a dictionary of the names to values that you want to send.