---
title: "Service: /members/{member}/groups/{group}/uris/{uri}/edits/{editid}/notes [POST]"
source: https://dev.pageseeder.com/api/services/create-edit-note_post.html
description: "This POST endpoint creates an edit note on a specified edit within a PageSeeder document. It accepts optional parameters for content, title, and labels, requires contributor-level permissions, and returns the created note with its metadata in XML format."
last_updated: 2026-09-08T12:19:26+10:00
document_type: api_endpoint
operation_id: psml-POST
resource_id: psml
path_template: /members/{member}/groups/{group}/uris/{uri}/edits/{editid}/notes
http_method: POST
api_category: psml
implementation_version: 6.2005
api_since: 5.7909
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: N/A
generated_at: 2026-09-02
tokens: ~208
---

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

## Description

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

```xml

<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 |

