update Audit Logs Retention Suspend
suspend fun updateAuditLogsRetentionSuspend(id: String, retentionPeriodInDays: Long, requestOptions: RequestOptions? = null): AuditLogsRetentionJson
Coroutine-aware variant of updateAuditLogsRetention. Use this from a suspend function or coroutine scope.
Delegates to the blocking updateAuditLogsRetention under withContext(Dispatchers.IO), so this is safe to call from any coroutine dispatcher (including Dispatchers.Main).