Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titlePath Parameter

All path parameters are required to be specified.

Section
titleid

The unique identifier of the requested projectdoc document is mandatory and specified as a path parameter.

Section
titlename

The name of the requested property is mandatory and specified as a path parameter.

Section
titleresource-mode

Controls how properties are rendered. Valid values are html, value, and storage (default). This parameter refers to the representation returned on the request.

 

Info Box

The resource modes html and value are read-only. These modes are provided for use cases where the client needs to render the result in a HTML page or as text.

If the user wants to manipulate the content, the storage format is required to be fetched, modified, and pushed back to the server.

 The parameter is available since version 1.1.

...