create fragment edit note
/members/{member}/groups/{group}/uris/{uri}/fragments/{+fragment}/notes [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9903 | 5.9903 | xml |
Description
Create an edit note on the last edit of a fragment or otherwise on the original content.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
content | content for edit notes | no | string | |
labels | Comma-separated list of labels for the note | no | string | |
lastmodified | The last modified date/time (ISO 8601) of the fragment (prevents edit clashes) | no | date | |
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
0x1215 | Edit ID not found |
---|