Internal Secret Incident Notes
Create a secret incident note
Add a note on a secret incident.
post/v1/incidents/secrets/{incident_id}/notes
Path parameters
incident_idinteger required
The id of the incident to retrieve
Request body
Example request
{
"comment": "I revoked this secret"
}Response
The note was created successfully.
Example response
{
"id": 17,
"incident_id": 42,
"member_id": 38,
"api_token_id": "3220d951-00ce-446c-ac90-9822f0f9b71e",
"created_at": "2019-08-22T14:15:22Z",
"comment": "I revoked this secret",
"issue_id": 42,
"user_id": 38
}