API → Meta → Creates an internal telemetry eventhidden
hidden
Parameters
Name
Type
Req.
bodymultipart/form-data
oneOfoptionalOne of
modeling_app_event
objectoptionalObject Properties
Possible values
successful_compile_before_close
: This event is sent before the modeling app or project is closed. The attachment should contain the contents of the most recent successful compile.
Possible values
modeling_app_event
Returns
204 No Content
resource updated
post
/events$ curl -X POST "https://api.zoo.dev/events" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: multipart/form-data" \
--data '"{}"'