Skip to main content

 Version 5

Legacy documentation for PageSeeder v5

uri fragment

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

Description

Fragment’s Content

Parameters

NameDescriptionRequiredTypeDefault
contentContent of edityesstring
draftA flag to save edit as a draftnobooleanfalse
htmlFlag to specify content is HTMLnobooleanfalse
labelsComma- separated list of edit labelsnostring
lastmodifiedThe last modified date/time (ISO 8601) of the fragment (prevents edit clashes)nostring
noteContent for edit notes (if exists creates a note)nostring
note-labelsComma-separated list of labels for the note (if exists creates a note)nostring
note-titleTitle for edit notenostringEdit Note
tidyFlag to perform Tidy on HTML contentnobooleantrue
transcludeA flag to resolve transclusions when outputting resultnobooleantrue

Permission

Response

When successful, the new fragment is returned as a <document-fragment> 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:


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

Created on , last edited on