Controller: Link Management: EditLink
EditLink
Authentication Methods
- With a username and password
| Input Parameter | Type | Description |
|---|---|---|
| Token* | String | Security token |
| LinkId[]* | String[] | Id or array of linkids |
| WebsiteUrl | String | |
| Access | AccessType | Possible access types: PreviewOnly, ReadWrite, ReadOnly |
| DefaultView | View | |
| LastModifiedColumn | Boolean | |
| SizeColumn | Boolean | |
| SlideShow | Boolean | |
| Subject | String | |
| Width | Integer | |
| Height | Integer | |
| ShowSubDirs | Boolean | |
| Message | String | |
| ExpiryDays | Integer | |
| Notify | Boolean | |
| ExpiryDownloads | Integer | |
| AccessPassword | Password | |
| Output Parameter | Type | Description |
| Success | Boolean |
EXAMPLES
curl -g 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=EditLink&LinkId=49fe57c9-f467-0995-78eb-20444c8c6931&WebsiteUrl=http://nomadesk.com&DefaultView=Icon&LastModifiedColumn=true&SizeColumn=false&SlideShow=true&Access=ReadWrite&Width=250&Height=350&Subject=My&20Widget%20Title'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>