Skip to main content
POST
Add Calendar Event

Authorizations

Authorization
string
header
required

API key authentication. Use 'Authorization: Bearer YOUR_API_KEY' where YOUR_API_KEY is obtained from the Migma dashboard under Settings → Developers → API Keys.

Path Parameters

projectId
string
required

Project ID (MongoDB ObjectId)

Pattern: ^[0-9a-fA-F]{24}$

Body

application/json
title
string
required
Required string length: 1 - 200
suggestedDate
string
required

YYYY-MM-DD.

Pattern: ^\d{4}-\d{2}-\d{2}$

Response

The calendar after the change

success
boolean
required
data
object
error
string | null
Last modified on September 1, 2026