Hi, I got a problem with backup apply through API. I need help with syntax (at least I think that it is syntax, still new to this).
Here is the code I need help with:
Next here is the error message I get:
{‘success’: False, ‘errors’: [{‘source’: ‘Validation’, ‘code’: 102, ‘error’: ‘No arguments provided for action’, ‘section’: ‘apply’}]}
When I look at documentation to /backup/actions/apply there is only encryption and password (which I don’t use). Here is only part of documentation I found:
{
“data”: {
“encrypt”: “string”,
“password”: “string”
}
}