Pin/unpin an event
Spaces method and path for this operation:
patch /s/{space_id}/api/pinned_event
Refer to Spaces for more information.
Pin/unpin an event to/from an existing Timeline.
PATCH
/api/pinned_event
curl \
--request PATCH 'https://localhost:5601/api/pinned_event' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"eventId":"d3a1d35a3e84a81b2f8f3859e064c224cdee1b4bc","pinnedEventId":"10r1929b-0af7-42bd-85a8-56e234f98h2f3","timelineId":"15c1929b-0af7-42bd-85a8-56e234cc7c4e"}'