Configuration REST Endpoints
Configuration
Configure resources and services.
- Get all configuration properties.
- Method: getPath:
/social/api/v1/configuration - Get the specified configuration property.
- Method: getPath:
/social/api/v1/configuration/{configurationID} - Remove the specified configuration property.
- Method: deletePath:
/social/api/v1/configuration/{configurationID} - Set a configuration property.
- Method: postPath:
/social/api/v1/configuration - Set the specified configuration property.
- Method: postPath:
/social/api/v1/configuration/{configurationID}