IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Note

edit

Note

Properties

edit
id (string)
note id
message (string, required)
Note message
timestamp (string as date-time)
Note last modification timestamp
user_id (string)
Note author
version (integer as int32)
Note version

Example

edit
{
   "id" : "string",
   "message" : "string",
   "timestamp" : "2019-01-01T00:00:00Z",
   "user_id" : "string",
   "version" : 0
}