updateAPIAppConfig method

ResponseFuture<UpdateAPIAppConfigResponse> updateAPIAppConfig(
  1. UpdateAPIAppConfigRequest request, {
  2. CallOptions? options,
})

Update API Application Config

Deprecated: Use PatchApplication instead to update the config of an API app.

Update the OIDC-specific configuration of an application.

Implementation

$grpc.ResponseFuture<$0.UpdateAPIAppConfigResponse> updateAPIAppConfig(
  $0.UpdateAPIAppConfigRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateAPIAppConfig, request, options: options);
}