PUT 1.0/{InstanceId}/Documents/{DocumentId}/Notes/{NoteId}
Updates a specific Document Note. The information for creating the new note is sent via the body of the request
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
DocumentId |
The ID of the document containing the note |
integer |
Required |
NoteId |
The ID of the document note to be updated |
integer |
Required |
Body Parameters
Contains all the information required to create a Document Note
CreateEditDocumentNoteRequestName | Description | Type | Additional information |
---|---|---|---|
NoteType |
The type of note |
NoteType |
None. |
Content |
The text of the note |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "NoteType": "Public", "Content": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Appropriate HTTP headers with no content are returned only