Skip to main content

 Services

Web services from /about to /webhooks

create fragment edit note

/members/{member}/groups/{group}/uris/{uri}/fragments/{+fragment}/notes [POST]

Description

Create an edit note on the last edit of a fragment or otherwise on the original content.

Parameters

NameDescriptionRequiredTypeDefault value
contentcontent for edit notesnostring
labelsComma-separated list of labels for the notenostring
lastmodifiedThe last modified date/time (ISO 8601) of the fragment (prevents edit clashes)nodate
titletitle for edit notenostringEdit note

Permission

Requires contributor or higher in the group.

Response

<note-creation>
  <note id="456" modified="[date/time]" title="[title]">
    <content>...</content>
    <labels>...</labels>
  </note>
</note-creation>
 

Error Handling

0x1215 Edit ID not found
Created on , last edited on