updateAPIAppConfig method
ResponseFuture<UpdateAPIAppConfigResponse>
updateAPIAppConfig(
- UpdateAPIAppConfigRequest request, {
- 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);
}