Set Feed Event Visibility
Hide or restore an immutable Timeline event for the current viewer. This changes personal presentation only; it does not delete the event or its evidence.
Path Parameters
event_id*string
Timeline event id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/agent/feed/events/string/visibility" \ -H "Content-Type: application/json" \ -d '{ "hidden": true }'{ "event_id": "string", "hidden": true, "success": true}