updateRecord
Last updated
Last updated
This method is to update a record. You can update its title, description and its tags.
Your application cannot update a record that was created by another application.
Name
Type
Required
Description
cortexToken
string
yes
record
string
yes
title
string
no
The new title of the record.
This parameter was added in Cortex 2.5.0
description
string
no
The new description of the record. Omit this parameter if you don't want to update the description.
tags
array of strings
no
The new tags of the record.Omit this parameter if you don't want to update the tags.
The result is a .
Update the tags and the description.
A token returned by .
A record id returned by .