updateRecord
Provides updates of records for the following fields:
- Title (if not provided)
- Comments (if not provided)
- Tags (if not provided)
- Record Scope (if not provided)
- PIN (if not provided)
1 – New
2 – Private
3 – Organizational
4 – Public
Empty String - PIN removed from the record based on record id. If the record value is not provided, the same value will be retained.
|
Note Only records that the user has view access to are shown. |
This method can use the following parameters.
Request parameters
|
Name |
Type |
Description |
Required |
|---|---|---|---|
|
id |
Integer |
ID number |
Yes |
|
title |
String |
Title |
No |
|
comments |
String |
Comments |
No |
|
tags |
String |
Tags |
No |
|
recordScope |
recordScopeUpdate |
Record Scope |
No |
|
pin |
String |
Pin |
No |
Faults
|
Name |
Description |
|---|---|
|
AccessViolationFault |
Access Violation Fault |
|
GeneralFault |
An unspecified error occurred |