Update Note by ID
PUT {{baseUrl}}/api/v3/notes/:uniqueId?fields=<string>&fields=<string>&createActivityLog=
Allows the updating of an existing note
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Note subentity fields to include in response (See OPTIONS endpoint for valid values) | |
fields | string | Note subentity fields to include in response (See OPTIONS endpoint for valid values) | |
createActivityLog | null | Boolean to signal whether or not to create an alert for this action |
Request Body
{"caseId"=>"<long>", "caseXid"=>"<string>", "text"=>"<string>", "artifactId"=>"<long>", "author"=>"<string>", "dateAdded"=>"<dateTime>", "edited"=>"<boolean>", "id"=>"<long>", "lastModified"=>"<dateTime>", "summary"=>"<string>", "taskId"=>"<long>", "taskXid"=>"<string>", "workflowEventId"=>"<long>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"caseId":"\u003clong\u003e","caseXid":"\u003cstring\u003e","text":"\u003cstring\u003e","artifactId":"\u003clong\u003e","author":"\u003cstring\u003e","dateAdded":"\u003cdateTime\u003e","edited":"\u003cboolean\u003e","id":"\u003clong\u003e","lastModified":"\u003cdateTime\u003e","summary":"\u003cstring\u003e","taskId":"\u003clong\u003e","taskXid":"\u003cstring\u003e","workflowEventId":"\u003clong\u003e"}