Hi @kkoechley,
If you want to create a note, the url is
{{host}}/api/v1/entity/notes
Body is
{
"subject": "new comment from API!!!!!",
"sg_status_list":"opn",
"project":{ "type": "Project", "id":142 },
"note_links": [{"type": "Version", "id":11620}]
}
Hope it is helpful
Loney