cURL
curl --request POST \ --url https://api.ipulse.one/incidents/{id}/comments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "content": "Investigating the database connection issue" } '
JWT Bearer token authentication
"Investigating the database connection issue"
Comment added successfully
Was this page helpful?