Skip to main content

 Services

Web services from /about to /webhooks

create edit note

/members/{member}/groups/{group}/uris/{uri}/edits/{editid}/notes [POST]

Description

Create an edit note on the specified edit.

Parameters

NameDescriptionRequiredTypeDefault
contentContent for edit notesnostring
labelsComma-separated list of label values for the notenostring
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

CodeCause / Description
0x1215Edit ID not found
Created on , last edited on