Skip to main content
Version: Next

RuntimeConfigDto

colorstringrequired
Example: #3B8BF6
darkThemeUrlstring
Example: https://example.com/darktheme.png
lightThemeUrlstring
Example: https://example.com/lighttheme.png
requireProjectAgreementboolean

Whether a project agreement is required when creating an algorithm instance

Example: false
RuntimeConfigDto
{
"color": "#3B8BF6",
"darkThemeUrl": "https://example.com/darktheme.png",
"lightThemeUrl": "https://example.com/lighttheme.png",
"requireProjectAgreement": false
}