Creates a new projectdoc document based on a doctype, name, and short description.
- Parent
- Type
- Extension
- Since
- 4.0
- Note
- The service has bean available version 1.1, but has been replaces by an alternative service and therefore move to this new URL.
- Path
rest/projectdoc/1/service
/document-create-facade- HTTP Method
- POST
Creates a new projectdoc document based on a doctype, a name, and a short description.
There is no undo!
It is strongly recommended to run commands only on backed-up instances!
Make a backup of your data before starting to work with this API! Consider to run your experiments on a copy of the production data!
Parameters
The following parameters allow to control the creation of a projectdoc document.
doctype
The name of the doctype.
name
The name of the new projectdoc document.
The title of the page is set to the name of the document.
short-description
The short description for the new projectdoc document.
location
The location within the space that defines the parent page.
Either provide
- the title of the page (not the name of the document),
- the page identifier surrounded by curly braces (e.g.
{123456}
, the value ofspace-key
is not taken into account in this case), or - the keyword
{homepage}
(to store the document to the doctype's homepage).
If the page title starts with a curly brace ({
) and ends with one (}
), you need to escape it with a backslash ( \
) as in \{My Page Title}
.
expand
Define if properties and/or sections should be expanded. Select from property
and section
. If both a specified, separate the two values by a single comma (no spaces).
This parameter refers to the representation returned on the request.
resource-mode
Controls how properties are rendered. Valid values are html
, value
, and storage
(default).
This parameter refers to the representation returned on the request.
navigation
Control the response information according to links to properties and section. Per default no links are rendered. Use none
to suppress all links, all
to render all links. Use property
and section
to identify the links you want to have rendered. Use the comma as separator.
The amount of links may provide much header data. So much so that it exceeds the standard 8k Bytes that is allowed by standard installations.
The parameter is available since version 1.3.1.