Update the Attachment Flag of the Record rpa.timeline.updateIsFixed
Scope:
rpaWho can execute the method: any user
This method updates the attachment flag of the record.
Method Parameters
|
Name |
Description |
|
id |
Identifier of the record |
|
isFixed |
Attachment flag of the record. Possible values:
|
Response Handling
HTTP status: 200
{
"timeline": {
"id": 322,
...
}
}
Continue Your Exploration
- Timeline Records: Overview of Methods
- Add a New Timeline Entry rpa.timeline.add
- Update Timeline Record rpa.timeline.update
- Get the list of timeline records for the item rpa.timeline.listForItem
- Delete Timeline Record rpa.timeline.delete
Copied