create edit note
/members/{member}/groups/{group}/uris/{uri}/edits/{editid}/notes [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.7909 | 5.9903 | xml |
Description
Create an edit note on the specified edit.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
content | Content for edit notes | no | string | |
labels | Comma-separated list of label values for the note | no | string | |
title | Title for edit note | no | string | Edit 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
Code | Cause / Description |
---|---|
0x1215 | Edit ID not found |