social / pragma.account / AccountService / updatePluginConfigOperatorV1 /

updatePluginConfigOperatorV1 #

suspend fun updatePluginConfigOperatorV1(operatorSession: OperatorSession, request: AccountRpc.UpdatePluginConfigOperatorV1Request): AccountRpc.UpdatePluginConfigOperatorV1Response

Validates and updates an account plugin config using the dynamic config service. This RPC relies on reflecting out accountPlugins to do the work of figuring out what config belongs wholly to the plugin and what belongs in the shared location.

Plugins

  • IdentityProviderPlugin.sortConfigs - Called to take the raw config input from the request and transform it for the correct dynamic storage values.

PragmaResultErrors

  • pragma.PragmaError.AccountService_Error when a service to service rpc call fails.