Properties REST Endpoints
Properties
The operations from the Properties category.
- Create Server Property
- Method: postPath:
/properties - Delete Server Property
- Method: deletePath:
/properties/{propertyName} - Get Server Properties
- Method: getPath:
/properties - Get Server Property
- Method: getPath:
/properties/{propertyName} - Update Property Values
- Method: putPath:
/properties - Update Server Property
- Method: putPath:
/properties/{propertyName}