Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.8 KB

File metadata and controls

61 lines (32 loc) · 1.8 KB

ConfigurationApi

Method HTTP request Description
list GET /system/configuration Get the current system configuration.
get GET /system/configuration/{key} Get the value of a configuration item.
delete DELETE /system/configuration/{key} Delete a configuration item.

list

list()

Get the current system configuration.

Parameters

Name Type Description Notes

Return type

[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]

get

get(String key)

Get the value of a configuration item.

Parameters

Name Type Description Notes
key String The key of the configuration item.. [required]

Return type

[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]

delete

delete(String key)

Delete a configuration item.

Parameters

Name Type Description Notes
key String The key of the configuration item to remove.. [required]

Return type

[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]