social / pragma.order / OrderService / updatePluginConfigOperatorV1 /
updatePluginConfigOperatorV1 #
suspend fun updatePluginConfigOperatorV1(operatorSession: OperatorSession, request: OrderRpc.UpdatePluginConfigOperatorV1Request): OrderRpc.UpdatePluginConfigOperatorV1Response
Validates and updates an order plugin config using the dynamic config service. This RPC relies on reflecting out orderPlugins to do the work of figuring out what config belongs wholly to the plugin and what belongs in the shared location.
Plugins
- OrderProviderPlugin.sortConfigs - Called to take the raw config input from the request and transform it for the correct dynamic storage values.
PragmaResultErrors
- pragma.PragmaError.OrderService_InternalError when a service to service rpc call fails.