v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Add note to issue group

Add note to issue group

post/issues/groups/{issue_group_id}/notes

Path parameters

issue_group_idinteger required

The id of the issue group

Request body

notestring required

The content of the note

cve_idstring

Optional parameter to limit the scope of the note to a CVE. 'null' by default

Example request

{
  "note": "Note added via public API",
  "cve_id": "CVE-2025-12345"
}

Response

The note has been successfully created

note_idinteger

the ID of the newly created note

Example response

{
  "note_id": 1
}