Configuration Settings REST Endpoints

Administrative Server/Configuration Settings
The operations from the Administrative Server/Configuration Settings category.
Create Configuration Data Type
Method: post
Path: /services/{version}/config/types/{type}
Create Configuration File
Method: post
Path: /services/{version}/config/files/{file}
Create Configuration Value
Method: post
Path: /services/{version}/config/types/{type}/values/{value}
Delete Configuration Data Type
Method: delete
Path: /services/{version}/config/types/{type}
Delete Configuration File
Method: delete
Path: /services/{version}/config/files/{file}
Delete Configuration Value
Method: delete
Path: /services/{version}/config/types/{type}/values/{value}
List Configuration Data Types
Method: get
Path: /services/{version}/config/types
List Configuration Files
Method: get
Path: /services/{version}/config/files
List Configuration Values
Method: get
Path: /services/{version}/config/types/{type}/values
Replace Configuration File
Method: put
Path: /services/{version}/config/files/{file}
Replace Configuration Value
Method: put
Path: /services/{version}/config/types/{type}/values/{value}
Retrieve Configuration Data Type
Method: get
Path: /services/{version}/config/types/{type}
Retrieve Configuration File
Method: get
Path: /services/{version}/config/files/{file}
Retrieve Configuration Value
Method: get
Path: /services/{version}/config/types/{type}/values/{value}