Versions Compared

Key

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

Anchor
Top
Top

...

Table of Contents
maxLevel12

Each function returns a JSON of Project Property objects. The Project Property object has these attributes:

AttributesTypeDescription
propertyNameStringThis is the name of the definition of a Project Property
propertyValueStringThe value associated with the property name


Back to Top

...

PATCH

This PATCH service will update an existing Project's Properties with the information passed through a JSON object. If a property is not listed it will not be updated in the Project.


Info
titleAPI URL

http://host:port/flexdeploy/rest/project/{projectid}

...