event manager
Update event action
Updates an existing event action
put/eventactions/{name}
Request body
Example request
{
"options": {
"http_config": {
"endpoint": "https://example.com"
},
"retention_config": {
"folders": [
{
"path": "/",
"retention": 24
}
]
}
}
}Response
successful operation