SOAP API method WebSite_update
Parameters
| Name | Type | Description | 
|---|---|---|
| id * | string | The identifier (id) of the object that is updated | 
| name * | string | The name of the website. | 
| description * | string | The description of the website. | 
| * required parameters | ||
Return values
| Name | Type | Description | 
|---|---|---|
| website | Structure of type 'website' | All properties of the now updated website | 
Structure 'website'
| Name | Type | Description | 
|---|---|---|
| id | int | The ID of the website. | 
| name | string | The name of the website. | 
| created | timestamp | The date and time when the website was created. | 
| description | string | The description of the website. | 
| sessionTimeout | int | Get the session timeout, in minutes. | 
| forceHttps | boolean | Get whether this website can use only https |