---
title: "Service: /members/{member}/groups/{group}/uris/{uri}/fragments/{+fragment}/notes [POST]"
source: https://dev.pageseeder.com/api/services/create-fragment-edit-note_post.html
description: "POST endpoint to create an edit note on a fragment's last edit. Requires contributor permissions. Accepts optional title, content, labels, and lastmodified parameters. Returns XML with created note details including ID and metadata."
last_updated: 2026-09-08T12:22:42+10:00
document_type: api_endpoint
operation_id: psml-POST
resource_id: psml
path_template: /members/{member}/groups/{group}/uris/{uri}/fragments/{+fragment}/notes
http_method: POST
api_category: psml
implementation_version: 6.2005
api_since: 5.9903
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: N/A
generated_at: 2026-09-02
tokens: ~238
---

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

## Description

Create an [edit note](../../reference/glossary/edit_note.md) 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

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

## Error Handling

| 0x1215 | Edit ID not found |
| --- | --- |

