From b85387f707ec0a3285178688795fa5e036659cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 16 Feb 2023 13:41:33 +0100 Subject: [PATCH] Update protogen/proto/ocis/messages/settings/v0/settings.proto --- protogen/proto/ocis/messages/settings/v0/settings.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protogen/proto/ocis/messages/settings/v0/settings.proto b/protogen/proto/ocis/messages/settings/v0/settings.proto index d73ad61f22..af3cd0fd82 100644 --- a/protogen/proto/ocis/messages/settings/v0/settings.proto +++ b/protogen/proto/ocis/messages/settings/v0/settings.proto @@ -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 {