Update protogen/proto/ocis/messages/settings/v0/settings.proto

This commit is contained in:
Jörn Friedrich Dreyer
2023-02-16 13:41:33 +01:00
committed by GitHub
parent 0986a4b501
commit b85387f707

View File

@@ -149,7 +149,7 @@ message Value {
string id = 1; // @gotags: yaml:"id"
string bundle_id = 2; // @gotags: yaml:"bundle_id"
// setting_id is the id of the setting from within its bundle.
string setting_id = 3; // @gotags: yaml:"settings_id"
string setting_id = 3; // @gotags: yaml:"setting_id"
string account_uuid = 4; // @gotags: yaml:"account_uuid"
Resource resource = 5; // @gotags: yaml:"resource"
oneof value {