curl -k -H "Authorization: Bearer testuser:9MKjw55we7TIq0CdpaHaiYHacB5hQOqp" "https://1.1.1.1:3031/API/manageServer/?_id=5b30da08d5ac5e06897b47e2&action=modify&name=JBServer1"
For more information about jetapi basic usage click on Jetapi Parameters
{
   "success":1,
   "message":"Logged In Successfully",
   "system":
   {
      "version":"1.0.0",
      "licenseIssue":false
   }
   "data":{},
}
| Parameter name | Type | Description | Possible values | Example | 
|---|---|---|---|---|
| success | Boolean | Whether the API call was successful. | ||
| message | String | Success/failure message. | You already have a download for this backup. | |
| data | Object | The returned data. | ||
| system | Object | System information. | To view the possible values click on System Object. |