POST/api/v2/announcements
Body Parameters
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/announcements \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "isDismissible": true,
> "title": "System Maintenance Notice",
> "message": "**Important Update:**\n\nPlease be aware of the upcoming maintenance scheduled for *October 31st, 2024*. The system will be unavailable from **12:00 AM** to **4:00 AM**.",
> "startTime": 1731439812,
> "severity": "warning",
> "endTime": 1731439880
>}'
Response