Event
Send a log to Minilog
POST
https://api.minilog.dev/v1/events/<project-name>
Headers
Name
Type
Description
Authorization *
string
Bearer <project-token>
Content-Type *
string
application/json
Request Body
Name
Type
Description
channel *
string
A short keyword to group related events together
title *
string
Event title
description
string
Event description
icon
string
Emoji character
notify
boolean
Send push notification
tags
object
key/value
Last updated