create publication version
/members/{member}/groups/{group}/publications/{publicationid}/version [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9600 |
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.