Skip to main content
POST
/
news
/
{newsId}
/
feedback
/
commands
/
create
cURL
curl --request POST \
  --url https://api.example.com/news/{newsId}/feedback/commands/create \
  --header 'Content-Type: application/json' \
  --data '{
  "rating": 123
}'

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.

Path Parameters

newsId
string
required

Body

application/json
rating
integer<int32>
required

Response

200

createFeedback 200 response