Skip to main content
POST
/
news
/
commands
/
create
cURL
curl --request POST \
  --url https://api.example.com/news/commands/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "description": "<string>",
  "date": "<string>",
  "demoUrl": "<string>"
}
'
{
  "id": "<string>",
  "title": "<string>",
  "description": "<string>",
  "date": "<string>",
  "demoUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
title
string
required
description
string
required
date
string
required
demoUrl
string | null

Response

200 - application/json

addNews 200 response

id
string
required
title
string
required
description
string
required
date
string
required
demoUrl
string | null