Security Timeline API
Favorite a Timeline or Timeline template
Spaces method and path for this operation:
<div><span class="operation-verb patch">patch</span> <span class="operation-path">/s/{space_id}/api/timeline/_favorite</span></div>Refer to Spaces for more information.
Favorite a Timeline or Timeline template for the current user.
patch/api/timeline/_favorite
Request body
Response
Indicates a successful call.
Example response
{
"favorite": [
{
"favoriteDate": 1741337636741,
"userName": "elastic"
}
]
}