Events
Add an event
post/api/v1/events
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"notify_members": "[0]",
"repeat_frame": "Never",
"eventable_type": "System::Instrument"
}
}Response
event created
{
"token": "YOUR TOKEN IS HERE",
"item": {
"notify_members": "[0]",
"repeat_frame": "Never",
"eventable_type": "System::Instrument"
}
}event created