Configuration REST Endpoints

Configuration
Configure resources and services.
Get all configuration properties.
Method: get
Path: /social/api/v1/configuration
Get the specified configuration property.
Method: get
Path: /social/api/v1/configuration/{configurationID}
Remove the specified configuration property.
Method: delete
Path: /social/api/v1/configuration/{configurationID}
Set a configuration property.
Method: post
Path: /social/api/v1/configuration
Set the specified configuration property.
Method: post
Path: /social/api/v1/configuration/{configurationID}