Skip to main content

 Version 5

Legacy documentation for PageSeeder v5

create publication version

/members/{member}/groups/{group}/publications/{publicationid}/version [POST]

Description

This service is deprecated as of PageSeeder v5.9900 use Service: /members/{member}/groups/{group}/publications/{publicationid}/versions [POST] instead.

Versions all documents in a publication

Starting at publication root URI adds versions to all xref target URIs. If xref type="embed" with a PSML target URI it recursively processes the target URI’s xrefs as well (if target is a fragment it only follows xrefs for that fragment).

Parameters

Name Description Required Type Default value
description The version content no string
labels General labels for comment (e.g. Important, Typo) no string
name The version number or name yes string
notify Send notification flag, e.g. 'silent', 'normal', 'announce' no string silent
notify-async Whether to send emails asynchronously (for slow email servers) no boolean false

Permission

Response

<version-creation>
  <thread id="123"...>
     [thread XML]
  </thread>
</version-creation>

Error Handling

No specific errors expected for this generator.

Created on , last edited on