Configuration Settings REST Endpoints
Common/Configuration Settings
- Create Configuration Data Type
- Method: postPath:
/services/{version}/config/types/{type}
- Create Configuration File
- Method: postPath:
/services/{version}/config/files/{file}
- Create Configuration Value
- Method: postPath:
/services/{version}/config/types/{type}/values/{value}
- Delete Configuration Data Type
- Method: deletePath:
/services/{version}/config/types/{type}
- Delete Configuration File
- Method: deletePath:
/services/{version}/config/files/{file}
- Delete Configuration Value
- Method: deletePath:
/services/{version}/config/types/{type}/values/{value}
- List Configuration Data Types
- Method: getPath:
/services/{version}/config/types
- List Configuration Files
- Method: getPath:
/services/{version}/config/files
- List Configuration Values
- Method: getPath:
/services/{version}/config/types/{type}/values
- Replace Configuration File
- Method: putPath:
/services/{version}/config/files/{file}
- Replace Configuration Value
- Method: putPath:
/services/{version}/config/types/{type}/values/{value}
- Retrieve Configuration Data Type
- Method: getPath:
/services/{version}/config/types/{type}
- Retrieve Configuration File
- Method: getPath:
/services/{version}/config/files/{file}
- Retrieve Configuration Value
- Method: getPath:
/services/{version}/config/types/{type}/values/{value}