---
title: "Service: /members/{member}/groups/{group}/uris/{uri}/fragments/{fragment} [POST] (obsolete)"
source: https://dev.pageseeder.com/reference/version_5/services/uri-fragment-POST.html
description: "Fragment's Content"
last_updated: 2026-08-11T14:04:13+10:00
tokens: ~569
---

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

| Property | Value |
| --- | --- |
| Path: | /members/{member}/groups/{group}/uris/{uri}/fragments/{+fragment} |
| Method: | POST |
| Generator: | obsolete |
| Version: |  |
| Since: |  |
| Deprecated: | 5.7900 |
| Obsolete: | 6.0000 |
| Cache control: | N/A |
| API Support: | OBSOLETE |
| Generated: | 2022-07-01 |

## Description

Fragment’s Content

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| content | Content of edit | yes | string |  |
| draft | A flag to save edit as a draft | no | boolean | `false` |
| html | Flag to specify content is HTML | no | boolean | `false` |
| labels | Comma- separated list of edit labels | no | string |  |
| lastmodified | The last modified date/time (ISO 8601) of the fragment (prevents edit clashes) | no | string |  |
| note | Content for edit notes (if exists creates a note) | no | string |  |
| note-labels | Comma-separated list of labels for the note (if exists creates a note) | no | string |  |
| note-title | Title for edit note | no | string | `Edit Note` |
| tidy | Flag to perform Tidy on HTML content | no | boolean | `true` |
| transclude | A flag to resolve transclusions when outputting result | no | boolean | `true` |

## Permission

## Response

When successful, the new fragment is returned as a [\<document-fragment\>](/api/elements/element_document-fragment.md) wrapped in a `<fragment-creation>` element with the following optional attributes:

- `notification-email-delayed="true"`: if the edit note notification has been queued due to large number of recipients.
- `notification-email-failed="true"`: if the edit note notification could not be sent.

Example:

```xml


<fragment-creation notification-email-failed="true"> <document-fragment> <locator id="325"
fragment="example"
editid="6340"
modified="2015-03-24T13:21:57"> <notes> <note id="6342"
modified="2015-03-24T13:21:57"
title="Typography"> <content>Fixed typographical error.</content> </note> </notes> </locator> <fragment id="example"> <para>This is the fragment content</para> </fragment> </document-fragment>
</fragment-creation>
```

## Error Handling

No specific errors expected for this service.

