...
Each function returns a JSON of Project Property objects. The Project Property object has these attributes:
Attributes | Type | Description |
---|
propertyName | String | This is the name of the definition of a Project Property |
propertyValue | String | The 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 |
---|
|
http://host:port/flexdeploy/rest/project/{projectid} |
...