SoftNAS API Guide
Menu
Index

3.12. ackagreement

 
Description
 
This method acknowledges the license agreement to enable use of the product.
POST
ackagreement
 
 
 
Request
 
 
Response
 
 
Example
{
    "result": {
        "msg": "Agreement accepted.",
        "records": {
            "msg": "Agreement accepted."
        },
        "success": true,
        "total": 1
    },
    "session_id": 20012,
    "success": true
}
 
 
 
Made with help of Dr.Explain