Internal site. Jolli authentication required to view.
Skip to Content
Multi-Line-SummarydefaultPOST /reports

Create a report Returns the new report ID synchronously

POST/reports

Try it

POST/reports
Request body (application/json)

This summary is the canary — a multi-line summary that historically broke YAML frontmatter generation.

Authentication

No authentication required.

Request body

Content type: application/json

  • object
    • titlestring
    • bodystring

Response

201Report created
Request
curl -X POST 'https://api.example.com/v1/reports' \ -H 'Content-Type: application/json' \ -d '{ "title": "string", "body": "string" }'