diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ebd057..b20905f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
## 0.28.0
* Add support for CEL filtering when listing resources.
+* Add support for service users
+* Add support for `vault_name` on Secrets
+* Make `pooling_enabled` on Endpoints optional
## 0.27.0
* Change endpoint filtering query parameters to `id` and `url`.
diff --git a/doc/NgrokAPI.html b/doc/NgrokAPI.html
index 1795d30..ea0b7fd 100644
--- a/doc/NgrokAPI.html
+++ b/doc/NgrokAPI.html
@@ -147,7 +147,7 @@
diff --git a/doc/NgrokAPI/Client.html b/doc/NgrokAPI/Client.html
index 97b133f..c482587 100644
--- a/doc/NgrokAPI/Client.html
+++ b/doc/NgrokAPI/Client.html
@@ -2340,7 +2340,7 @@
diff --git a/doc/NgrokAPI/Error.html b/doc/NgrokAPI/Error.html
index c320c4a..62cdfb8 100644
--- a/doc/NgrokAPI/Error.html
+++ b/doc/NgrokAPI/Error.html
@@ -295,7 +295,7 @@
diff --git a/doc/NgrokAPI/Errors.html b/doc/NgrokAPI/Errors.html
index d3e193b..30bfc87 100644
--- a/doc/NgrokAPI/Errors.html
+++ b/doc/NgrokAPI/Errors.html
@@ -105,7 +105,7 @@ Defined Under Namespace
diff --git a/doc/NgrokAPI/Errors/NotFoundError.html b/doc/NgrokAPI/Errors/NotFoundError.html
index 0462f31..2fd62a0 100644
--- a/doc/NgrokAPI/Errors/NotFoundError.html
+++ b/doc/NgrokAPI/Errors/NotFoundError.html
@@ -299,7 +299,7 @@
diff --git a/doc/NgrokAPI/HttpClient.html b/doc/NgrokAPI/HttpClient.html
index 864b092..b4f54d6 100644
--- a/doc/NgrokAPI/HttpClient.html
+++ b/doc/NgrokAPI/HttpClient.html
@@ -1267,7 +1267,7 @@
diff --git a/doc/NgrokAPI/Models.html b/doc/NgrokAPI/Models.html
index 4390a3b..c7068a6 100644
--- a/doc/NgrokAPI/Models.html
+++ b/doc/NgrokAPI/Models.html
@@ -107,7 +107,7 @@ Defined Under Namespace
diff --git a/doc/NgrokAPI/Models/APIKey.html b/doc/NgrokAPI/Models/APIKey.html
index ac4af09..f4311eb 100644
--- a/doc/NgrokAPI/Models/APIKey.html
+++ b/doc/NgrokAPI/Models/APIKey.html
@@ -1189,7 +1189,7 @@
diff --git a/doc/NgrokAPI/Models/AWSAuth.html b/doc/NgrokAPI/Models/AWSAuth.html
index 6b7c909..ddd09e4 100644
--- a/doc/NgrokAPI/Models/AWSAuth.html
+++ b/doc/NgrokAPI/Models/AWSAuth.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/AWSCredentials.html b/doc/NgrokAPI/Models/AWSCredentials.html
index e980426..414df03 100644
--- a/doc/NgrokAPI/Models/AWSCredentials.html
+++ b/doc/NgrokAPI/Models/AWSCredentials.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/AWSRole.html b/doc/NgrokAPI/Models/AWSRole.html
index 6902d02..0e3ff3a 100644
--- a/doc/NgrokAPI/Models/AWSRole.html
+++ b/doc/NgrokAPI/Models/AWSRole.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/AbuseReport.html b/doc/NgrokAPI/Models/AbuseReport.html
index 8396bcf..428a232 100644
--- a/doc/NgrokAPI/Models/AbuseReport.html
+++ b/doc/NgrokAPI/Models/AbuseReport.html
@@ -1033,7 +1033,7 @@
diff --git a/doc/NgrokAPI/Models/AbuseReportHostname.html b/doc/NgrokAPI/Models/AbuseReportHostname.html
index 569c6b9..876f797 100644
--- a/doc/NgrokAPI/Models/AbuseReportHostname.html
+++ b/doc/NgrokAPI/Models/AbuseReportHostname.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/AgentIngress.html b/doc/NgrokAPI/Models/AgentIngress.html
index de4908f..6eeb51a 100644
--- a/doc/NgrokAPI/Models/AgentIngress.html
+++ b/doc/NgrokAPI/Models/AgentIngress.html
@@ -1417,7 +1417,7 @@
diff --git a/doc/NgrokAPI/Models/AgentIngressCertJob.html b/doc/NgrokAPI/Models/AgentIngressCertJob.html
index 397219b..ad621c5 100644
--- a/doc/NgrokAPI/Models/AgentIngressCertJob.html
+++ b/doc/NgrokAPI/Models/AgentIngressCertJob.html
@@ -807,7 +807,7 @@
diff --git a/doc/NgrokAPI/Models/AgentIngressCertPolicy.html b/doc/NgrokAPI/Models/AgentIngressCertPolicy.html
index 7f53449..c9dfb25 100644
--- a/doc/NgrokAPI/Models/AgentIngressCertPolicy.html
+++ b/doc/NgrokAPI/Models/AgentIngressCertPolicy.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/AgentIngressCertStatus.html b/doc/NgrokAPI/Models/AgentIngressCertStatus.html
index b2198be..3fc6166 100644
--- a/doc/NgrokAPI/Models/AgentIngressCertStatus.html
+++ b/doc/NgrokAPI/Models/AgentIngressCertStatus.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/ApplicationSession.html b/doc/NgrokAPI/Models/ApplicationSession.html
index 05441a1..084aa4e 100644
--- a/doc/NgrokAPI/Models/ApplicationSession.html
+++ b/doc/NgrokAPI/Models/ApplicationSession.html
@@ -1404,7 +1404,7 @@
diff --git a/doc/NgrokAPI/Models/ApplicationUser.html b/doc/NgrokAPI/Models/ApplicationUser.html
index 298aeb3..f1c36cb 100644
--- a/doc/NgrokAPI/Models/ApplicationUser.html
+++ b/doc/NgrokAPI/Models/ApplicationUser.html
@@ -1326,7 +1326,7 @@
diff --git a/doc/NgrokAPI/Models/BotUser.html b/doc/NgrokAPI/Models/BotUser.html
index 3c90db5..209aea2 100644
--- a/doc/NgrokAPI/Models/BotUser.html
+++ b/doc/NgrokAPI/Models/BotUser.html
@@ -1041,7 +1041,7 @@
diff --git a/doc/NgrokAPI/Models/BrowserSession.html b/doc/NgrokAPI/Models/BrowserSession.html
index e23a32a..96292bc 100644
--- a/doc/NgrokAPI/Models/BrowserSession.html
+++ b/doc/NgrokAPI/Models/BrowserSession.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/CertificateAuthority.html b/doc/NgrokAPI/Models/CertificateAuthority.html
index 140b056..aeb2d42 100644
--- a/doc/NgrokAPI/Models/CertificateAuthority.html
+++ b/doc/NgrokAPI/Models/CertificateAuthority.html
@@ -1485,7 +1485,7 @@
diff --git a/doc/NgrokAPI/Models/Credential.html b/doc/NgrokAPI/Models/Credential.html
index 293f0bf..3951292 100644
--- a/doc/NgrokAPI/Models/Credential.html
+++ b/doc/NgrokAPI/Models/Credential.html
@@ -1269,7 +1269,7 @@
diff --git a/doc/NgrokAPI/Models/Endpoint.html b/doc/NgrokAPI/Models/Endpoint.html
index 87df168..92ecb2c 100644
--- a/doc/NgrokAPI/Models/Endpoint.html
+++ b/doc/NgrokAPI/Models/Endpoint.html
@@ -2697,7 +2697,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointBackend.html b/doc/NgrokAPI/Models/EndpointBackend.html
index aa1d489..7684aec 100644
--- a/doc/NgrokAPI/Models/EndpointBackend.html
+++ b/doc/NgrokAPI/Models/EndpointBackend.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointBackendMutate.html b/doc/NgrokAPI/Models/EndpointBackendMutate.html
index 9af612c..c65caab 100644
--- a/doc/NgrokAPI/Models/EndpointBackendMutate.html
+++ b/doc/NgrokAPI/Models/EndpointBackendMutate.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointCircuitBreaker.html b/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
index 58993b7..7f0d643 100644
--- a/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
+++ b/doc/NgrokAPI/Models/EndpointCircuitBreaker.html
@@ -955,7 +955,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointCompression.html b/doc/NgrokAPI/Models/EndpointCompression.html
index c960852..7df0fc8 100644
--- a/doc/NgrokAPI/Models/EndpointCompression.html
+++ b/doc/NgrokAPI/Models/EndpointCompression.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointIPPolicy.html b/doc/NgrokAPI/Models/EndpointIPPolicy.html
index cd0833b..c3fcbc8 100644
--- a/doc/NgrokAPI/Models/EndpointIPPolicy.html
+++ b/doc/NgrokAPI/Models/EndpointIPPolicy.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html b/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
index 8c3df76..26ef8d9 100644
--- a/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
+++ b/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointMutualTLS.html b/doc/NgrokAPI/Models/EndpointMutualTLS.html
index bc68fc1..730bb1a 100644
--- a/doc/NgrokAPI/Models/EndpointMutualTLS.html
+++ b/doc/NgrokAPI/Models/EndpointMutualTLS.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html b/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
index 0c94ddb..de7d0e9 100644
--- a/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
+++ b/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuth.html b/doc/NgrokAPI/Models/EndpointOAuth.html
index a6d0a8e..22da0e0 100644
--- a/doc/NgrokAPI/Models/EndpointOAuth.html
+++ b/doc/NgrokAPI/Models/EndpointOAuth.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthAmazon.html b/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
index f4176f2..d3c3490 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthAmazon.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthFacebook.html b/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
index d3de957..7b0c3fc 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthFacebook.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGitHub.html b/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
index 89c4810..1bba2cb 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGitHub.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGitLab.html b/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
index 1375c4e..d7f5ef0 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGitLab.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthGoogle.html b/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
index f4bb831..5441bc9 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthGoogle.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html b/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
index f525dfb..51b6079 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html b/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
index 25e79ac..a7df85d 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthProvider.html b/doc/NgrokAPI/Models/EndpointOAuthProvider.html
index fbd7d15..ce21eb0 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthProvider.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthProvider.html
@@ -1103,7 +1103,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOAuthTwitch.html b/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
index 3422643..09d3c45 100644
--- a/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
+++ b/doc/NgrokAPI/Models/EndpointOAuthTwitch.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointOIDC.html b/doc/NgrokAPI/Models/EndpointOIDC.html
index c6e9a41..4365533 100644
--- a/doc/NgrokAPI/Models/EndpointOIDC.html
+++ b/doc/NgrokAPI/Models/EndpointOIDC.html
@@ -1177,7 +1177,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointRequestHeaders.html b/doc/NgrokAPI/Models/EndpointRequestHeaders.html
index 7f9b784..2ed5cd1 100644
--- a/doc/NgrokAPI/Models/EndpointRequestHeaders.html
+++ b/doc/NgrokAPI/Models/EndpointRequestHeaders.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointResponseHeaders.html b/doc/NgrokAPI/Models/EndpointResponseHeaders.html
index b092bab..f807548 100644
--- a/doc/NgrokAPI/Models/EndpointResponseHeaders.html
+++ b/doc/NgrokAPI/Models/EndpointResponseHeaders.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointSAML.html b/doc/NgrokAPI/Models/EndpointSAML.html
index 37b8ad2..9a61c15 100644
--- a/doc/NgrokAPI/Models/EndpointSAML.html
+++ b/doc/NgrokAPI/Models/EndpointSAML.html
@@ -1633,7 +1633,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointSAMLMutate.html b/doc/NgrokAPI/Models/EndpointSAMLMutate.html
index 02a3997..a6a2e32 100644
--- a/doc/NgrokAPI/Models/EndpointSAMLMutate.html
+++ b/doc/NgrokAPI/Models/EndpointSAMLMutate.html
@@ -1251,7 +1251,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointTLSTermination.html b/doc/NgrokAPI/Models/EndpointTLSTermination.html
index 2057134..0e2787e 100644
--- a/doc/NgrokAPI/Models/EndpointTLSTermination.html
+++ b/doc/NgrokAPI/Models/EndpointTLSTermination.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html b/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
index 260d718..3bb02bb 100644
--- a/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
+++ b/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointTrafficPolicy.html b/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
index c63398d..3fbb747 100644
--- a/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
+++ b/doc/NgrokAPI/Models/EndpointTrafficPolicy.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointUserAgentFilter.html b/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
index fb27dd3..af9356f 100644
--- a/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
+++ b/doc/NgrokAPI/Models/EndpointUserAgentFilter.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointWebhookValidation.html b/doc/NgrokAPI/Models/EndpointWebhookValidation.html
index ce69526..3bebd54 100644
--- a/doc/NgrokAPI/Models/EndpointWebhookValidation.html
+++ b/doc/NgrokAPI/Models/EndpointWebhookValidation.html
@@ -733,7 +733,7 @@
diff --git a/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html b/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
index 69f67f4..d6932b9 100644
--- a/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
+++ b/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/EventDestination.html b/doc/NgrokAPI/Models/EventDestination.html
index 46e3d54..e4bdd85 100644
--- a/doc/NgrokAPI/Models/EventDestination.html
+++ b/doc/NgrokAPI/Models/EventDestination.html
@@ -1104,7 +1104,7 @@
diff --git a/doc/NgrokAPI/Models/EventSource.html b/doc/NgrokAPI/Models/EventSource.html
index 6de5430..820c4ea 100644
--- a/doc/NgrokAPI/Models/EventSource.html
+++ b/doc/NgrokAPI/Models/EventSource.html
@@ -663,7 +663,7 @@
diff --git a/doc/NgrokAPI/Models/EventSourceList.html b/doc/NgrokAPI/Models/EventSourceList.html
index 95f837e..25a192d 100644
--- a/doc/NgrokAPI/Models/EventSourceList.html
+++ b/doc/NgrokAPI/Models/EventSourceList.html
@@ -663,7 +663,7 @@
diff --git a/doc/NgrokAPI/Models/EventSourceReplace.html b/doc/NgrokAPI/Models/EventSourceReplace.html
index efefe99..85ddd1b 100644
--- a/doc/NgrokAPI/Models/EventSourceReplace.html
+++ b/doc/NgrokAPI/Models/EventSourceReplace.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/EventSubscription.html b/doc/NgrokAPI/Models/EventSubscription.html
index 92807da..bfedef5 100644
--- a/doc/NgrokAPI/Models/EventSubscription.html
+++ b/doc/NgrokAPI/Models/EventSubscription.html
@@ -1104,7 +1104,7 @@
diff --git a/doc/NgrokAPI/Models/EventTarget.html b/doc/NgrokAPI/Models/EventTarget.html
index b6de182..3365b25 100644
--- a/doc/NgrokAPI/Models/EventTarget.html
+++ b/doc/NgrokAPI/Models/EventTarget.html
@@ -881,7 +881,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html b/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
index 0e92250..a948a35 100644
--- a/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
+++ b/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
@@ -955,7 +955,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html b/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
index 741cabd..2ed040f 100644
--- a/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
+++ b/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetDatadog.html b/doc/NgrokAPI/Models/EventTargetDatadog.html
index 031db7c..3df2ea6 100644
--- a/doc/NgrokAPI/Models/EventTargetDatadog.html
+++ b/doc/NgrokAPI/Models/EventTargetDatadog.html
@@ -807,7 +807,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetFirehose.html b/doc/NgrokAPI/Models/EventTargetFirehose.html
index 30bc7f9..e918c4d 100644
--- a/doc/NgrokAPI/Models/EventTargetFirehose.html
+++ b/doc/NgrokAPI/Models/EventTargetFirehose.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/EventTargetKinesis.html b/doc/NgrokAPI/Models/EventTargetKinesis.html
index b972747..8b77e51 100644
--- a/doc/NgrokAPI/Models/EventTargetKinesis.html
+++ b/doc/NgrokAPI/Models/EventTargetKinesis.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/FailoverBackend.html b/doc/NgrokAPI/Models/FailoverBackend.html
index dedf799..cb31aea 100644
--- a/doc/NgrokAPI/Models/FailoverBackend.html
+++ b/doc/NgrokAPI/Models/FailoverBackend.html
@@ -1121,7 +1121,7 @@
diff --git a/doc/NgrokAPI/Models/HTTPResponseBackend.html b/doc/NgrokAPI/Models/HTTPResponseBackend.html
index b34c80a..be22676 100644
--- a/doc/NgrokAPI/Models/HTTPResponseBackend.html
+++ b/doc/NgrokAPI/Models/HTTPResponseBackend.html
@@ -1277,7 +1277,7 @@
diff --git a/doc/NgrokAPI/Models/HTTPSEdge.html b/doc/NgrokAPI/Models/HTTPSEdge.html
index 6a16bd6..6d8b816 100644
--- a/doc/NgrokAPI/Models/HTTPSEdge.html
+++ b/doc/NgrokAPI/Models/HTTPSEdge.html
@@ -1355,7 +1355,7 @@
diff --git a/doc/NgrokAPI/Models/HTTPSEdgeRoute.html b/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
index cdfe895..8179bfa 100644
--- a/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
+++ b/doc/NgrokAPI/Models/HTTPSEdgeRoute.html
@@ -2321,7 +2321,7 @@
diff --git a/doc/NgrokAPI/Models/IPPolicy.html b/doc/NgrokAPI/Models/IPPolicy.html
index 54c2a9a..426f58f 100644
--- a/doc/NgrokAPI/Models/IPPolicy.html
+++ b/doc/NgrokAPI/Models/IPPolicy.html
@@ -1041,7 +1041,7 @@
diff --git a/doc/NgrokAPI/Models/IPPolicyRule.html b/doc/NgrokAPI/Models/IPPolicyRule.html
index f170299..68ada1a 100644
--- a/doc/NgrokAPI/Models/IPPolicyRule.html
+++ b/doc/NgrokAPI/Models/IPPolicyRule.html
@@ -1269,7 +1269,7 @@
diff --git a/doc/NgrokAPI/Models/IPRestriction.html b/doc/NgrokAPI/Models/IPRestriction.html
index 55db001..6f9e59e 100644
--- a/doc/NgrokAPI/Models/IPRestriction.html
+++ b/doc/NgrokAPI/Models/IPRestriction.html
@@ -1178,7 +1178,7 @@
diff --git a/doc/NgrokAPI/Models/IdentityProvider.html b/doc/NgrokAPI/Models/IdentityProvider.html
index 6d1e3dc..bb00f8d 100644
--- a/doc/NgrokAPI/Models/IdentityProvider.html
+++ b/doc/NgrokAPI/Models/IdentityProvider.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/Listable.html b/doc/NgrokAPI/Models/Listable.html
index 0d6fb1e..9ff4361 100644
--- a/doc/NgrokAPI/Models/Listable.html
+++ b/doc/NgrokAPI/Models/Listable.html
@@ -992,7 +992,7 @@
diff --git a/doc/NgrokAPI/Models/Location.html b/doc/NgrokAPI/Models/Location.html
index 99e7efb..680bca7 100644
--- a/doc/NgrokAPI/Models/Location.html
+++ b/doc/NgrokAPI/Models/Location.html
@@ -807,7 +807,7 @@
diff --git a/doc/NgrokAPI/Models/Ref.html b/doc/NgrokAPI/Models/Ref.html
index f0e2691..bd5b29d 100644
--- a/doc/NgrokAPI/Models/Ref.html
+++ b/doc/NgrokAPI/Models/Ref.html
@@ -663,7 +663,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedAddr.html b/doc/NgrokAPI/Models/ReservedAddr.html
index a4ccb64..1426bc6 100644
--- a/doc/NgrokAPI/Models/ReservedAddr.html
+++ b/doc/NgrokAPI/Models/ReservedAddr.html
@@ -1104,7 +1104,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomain.html b/doc/NgrokAPI/Models/ReservedDomain.html
index a19a3ba..56f5c3e 100644
--- a/doc/NgrokAPI/Models/ReservedDomain.html
+++ b/doc/NgrokAPI/Models/ReservedDomain.html
@@ -1474,7 +1474,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertJob.html b/doc/NgrokAPI/Models/ReservedDomainCertJob.html
index 35898ad..a3d9a1e 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertJob.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertJob.html
@@ -807,7 +807,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html b/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
index d14346e..ceee5bc 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/ReservedDomainCertStatus.html b/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
index 98fe51e..264fe6e 100644
--- a/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
+++ b/doc/NgrokAPI/Models/ReservedDomainCertStatus.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/SSHCertificateAuthority.html b/doc/NgrokAPI/Models/SSHCertificateAuthority.html
index b9fb2ce..e92b058 100644
--- a/doc/NgrokAPI/Models/SSHCertificateAuthority.html
+++ b/doc/NgrokAPI/Models/SSHCertificateAuthority.html
@@ -1189,7 +1189,7 @@
diff --git a/doc/NgrokAPI/Models/SSHCredential.html b/doc/NgrokAPI/Models/SSHCredential.html
index 6dc72b3..e873850 100644
--- a/doc/NgrokAPI/Models/SSHCredential.html
+++ b/doc/NgrokAPI/Models/SSHCredential.html
@@ -1269,7 +1269,7 @@
diff --git a/doc/NgrokAPI/Models/SSHHostCertificate.html b/doc/NgrokAPI/Models/SSHHostCertificate.html
index 105515b..3ab0333 100644
--- a/doc/NgrokAPI/Models/SSHHostCertificate.html
+++ b/doc/NgrokAPI/Models/SSHHostCertificate.html
@@ -1559,7 +1559,7 @@
diff --git a/doc/NgrokAPI/Models/SSHUserCertificate.html b/doc/NgrokAPI/Models/SSHUserCertificate.html
index 078c3ee..bda7e34 100644
--- a/doc/NgrokAPI/Models/SSHUserCertificate.html
+++ b/doc/NgrokAPI/Models/SSHUserCertificate.html
@@ -1707,7 +1707,7 @@
diff --git a/doc/NgrokAPI/Models/Secret.html b/doc/NgrokAPI/Models/Secret.html
index 22c509c..cdaeaed 100644
--- a/doc/NgrokAPI/Models/Secret.html
+++ b/doc/NgrokAPI/Models/Secret.html
@@ -1400,7 +1400,7 @@
diff --git a/doc/NgrokAPI/Models/ServiceUser.html b/doc/NgrokAPI/Models/ServiceUser.html
index 676550b..aff0b8a 100644
--- a/doc/NgrokAPI/Models/ServiceUser.html
+++ b/doc/NgrokAPI/Models/ServiceUser.html
@@ -1041,7 +1041,7 @@
diff --git a/doc/NgrokAPI/Models/StaticBackend.html b/doc/NgrokAPI/Models/StaticBackend.html
index 6ca7b28..93acfb2 100644
--- a/doc/NgrokAPI/Models/StaticBackend.html
+++ b/doc/NgrokAPI/Models/StaticBackend.html
@@ -1201,7 +1201,7 @@
diff --git a/doc/NgrokAPI/Models/StaticBackendTLS.html b/doc/NgrokAPI/Models/StaticBackendTLS.html
index b5329ce..6ff0366 100644
--- a/doc/NgrokAPI/Models/StaticBackendTLS.html
+++ b/doc/NgrokAPI/Models/StaticBackendTLS.html
@@ -585,7 +585,7 @@
diff --git a/doc/NgrokAPI/Models/TCPEdge.html b/doc/NgrokAPI/Models/TCPEdge.html
index 9673476..dfc68ca 100644
--- a/doc/NgrokAPI/Models/TCPEdge.html
+++ b/doc/NgrokAPI/Models/TCPEdge.html
@@ -1361,7 +1361,7 @@
diff --git a/doc/NgrokAPI/Models/TLSCertificate.html b/doc/NgrokAPI/Models/TLSCertificate.html
index 9ed5a55..044bec2 100644
--- a/doc/NgrokAPI/Models/TLSCertificate.html
+++ b/doc/NgrokAPI/Models/TLSCertificate.html
@@ -2225,7 +2225,7 @@
diff --git a/doc/NgrokAPI/Models/TLSCertificateSANs.html b/doc/NgrokAPI/Models/TLSCertificateSANs.html
index f328235..79ec627 100644
--- a/doc/NgrokAPI/Models/TLSCertificateSANs.html
+++ b/doc/NgrokAPI/Models/TLSCertificateSANs.html
@@ -659,7 +659,7 @@
diff --git a/doc/NgrokAPI/Models/TLSEdge.html b/doc/NgrokAPI/Models/TLSEdge.html
index 1daa423..9d7c8d5 100644
--- a/doc/NgrokAPI/Models/TLSEdge.html
+++ b/doc/NgrokAPI/Models/TLSEdge.html
@@ -1521,7 +1521,7 @@
diff --git a/doc/NgrokAPI/Models/Tunnel.html b/doc/NgrokAPI/Models/Tunnel.html
index affa003..c250965 100644
--- a/doc/NgrokAPI/Models/Tunnel.html
+++ b/doc/NgrokAPI/Models/Tunnel.html
@@ -1329,7 +1329,7 @@
diff --git a/doc/NgrokAPI/Models/TunnelGroupBackend.html b/doc/NgrokAPI/Models/TunnelGroupBackend.html
index 1054ce6..3c4ca08 100644
--- a/doc/NgrokAPI/Models/TunnelGroupBackend.html
+++ b/doc/NgrokAPI/Models/TunnelGroupBackend.html
@@ -1195,7 +1195,7 @@
diff --git a/doc/NgrokAPI/Models/TunnelSession.html b/doc/NgrokAPI/Models/TunnelSession.html
index 27f786f..81a5812 100644
--- a/doc/NgrokAPI/Models/TunnelSession.html
+++ b/doc/NgrokAPI/Models/TunnelSession.html
@@ -1255,7 +1255,7 @@
diff --git a/doc/NgrokAPI/Models/UserAgent.html b/doc/NgrokAPI/Models/UserAgent.html
index dafde3e..8f38504 100644
--- a/doc/NgrokAPI/Models/UserAgent.html
+++ b/doc/NgrokAPI/Models/UserAgent.html
@@ -955,7 +955,7 @@
diff --git a/doc/NgrokAPI/Models/Vault.html b/doc/NgrokAPI/Models/Vault.html
index 0643dbe..5ea42cf 100644
--- a/doc/NgrokAPI/Models/Vault.html
+++ b/doc/NgrokAPI/Models/Vault.html
@@ -1343,7 +1343,7 @@
diff --git a/doc/NgrokAPI/Models/WeightedBackend.html b/doc/NgrokAPI/Models/WeightedBackend.html
index 7aa43c4..68d6fc7 100644
--- a/doc/NgrokAPI/Models/WeightedBackend.html
+++ b/doc/NgrokAPI/Models/WeightedBackend.html
@@ -1121,7 +1121,7 @@
diff --git a/doc/NgrokAPI/PagedIterator.html b/doc/NgrokAPI/PagedIterator.html
index 7444309..1e9f5ac 100644
--- a/doc/NgrokAPI/PagedIterator.html
+++ b/doc/NgrokAPI/PagedIterator.html
@@ -625,7 +625,7 @@
diff --git a/doc/NgrokAPI/Services.html b/doc/NgrokAPI/Services.html
index 35b790f..3db6ab9 100644
--- a/doc/NgrokAPI/Services.html
+++ b/doc/NgrokAPI/Services.html
@@ -107,7 +107,7 @@ Defined Under Namespace
diff --git a/doc/NgrokAPI/Services/APIKeysClient.html b/doc/NgrokAPI/Services/APIKeysClient.html
index 8df6585..ae4ff78 100644
--- a/doc/NgrokAPI/Services/APIKeysClient.html
+++ b/doc/NgrokAPI/Services/APIKeysClient.html
@@ -1799,7 +1799,7 @@
diff --git a/doc/NgrokAPI/Services/AbuseReportsClient.html b/doc/NgrokAPI/Services/AbuseReportsClient.html
index b9e25a2..1539cb7 100644
--- a/doc/NgrokAPI/Services/AbuseReportsClient.html
+++ b/doc/NgrokAPI/Services/AbuseReportsClient.html
@@ -833,7 +833,7 @@
diff --git a/doc/NgrokAPI/Services/AgentIngressesClient.html b/doc/NgrokAPI/Services/AgentIngressesClient.html
index 0146891..47042ed 100644
--- a/doc/NgrokAPI/Services/AgentIngressesClient.html
+++ b/doc/NgrokAPI/Services/AgentIngressesClient.html
@@ -1873,7 +1873,7 @@
diff --git a/doc/NgrokAPI/Services/ApplicationSessionsClient.html b/doc/NgrokAPI/Services/ApplicationSessionsClient.html
index 8fe4efa..421bd8b 100644
--- a/doc/NgrokAPI/Services/ApplicationSessionsClient.html
+++ b/doc/NgrokAPI/Services/ApplicationSessionsClient.html
@@ -1137,7 +1137,7 @@
diff --git a/doc/NgrokAPI/Services/ApplicationUsersClient.html b/doc/NgrokAPI/Services/ApplicationUsersClient.html
index 86dad6a..caa1bec 100644
--- a/doc/NgrokAPI/Services/ApplicationUsersClient.html
+++ b/doc/NgrokAPI/Services/ApplicationUsersClient.html
@@ -1137,7 +1137,7 @@
diff --git a/doc/NgrokAPI/Services/BotUsersClient.html b/doc/NgrokAPI/Services/BotUsersClient.html
index 03527d8..2a6253d 100644
--- a/doc/NgrokAPI/Services/BotUsersClient.html
+++ b/doc/NgrokAPI/Services/BotUsersClient.html
@@ -1723,7 +1723,7 @@
diff --git a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
index f1d5646..02617d7 100644
--- a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
+++ b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
@@ -1795,7 +1795,7 @@
diff --git a/doc/NgrokAPI/Services/CredentialsClient.html b/doc/NgrokAPI/Services/CredentialsClient.html
index 8ad9fde..669861a 100644
--- a/doc/NgrokAPI/Services/CredentialsClient.html
+++ b/doc/NgrokAPI/Services/CredentialsClient.html
@@ -1879,7 +1879,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
index 8442eee..eb80f4d 100644
--- a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
index b206c20..1dafaca 100644
--- a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
index 911cac1..e091ee5 100644
--- a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
index e9c11a0..4bbbcd8 100644
--- a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
index 6e3fa94..31a8f60 100644
--- a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
index 9999990..2cbc4b5 100644
--- a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
index fc0e3d3..505ce67 100644
--- a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
index 5ede393..f50ed57 100644
--- a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
index 7cbae9d..8dd0932 100644
--- a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
index d5e434c..50b185b 100644
--- a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
index 067bd32..95a77eb 100644
--- a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
index 9356589..0653a07 100644
--- a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
index 4f0688c..15dea10 100644
--- a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
@@ -1139,7 +1139,7 @@
diff --git a/doc/NgrokAPI/Services/EdgesHTTPSClient.html b/doc/NgrokAPI/Services/EdgesHTTPSClient.html
index 417307a..f531102 100644
--- a/doc/NgrokAPI/Services/EdgesHTTPSClient.html
+++ b/doc/NgrokAPI/Services/EdgesHTTPSClient.html
@@ -1953,7 +1953,7 @@
diff --git a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
index e2d03ca..d13cfd4 100644
--- a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
+++ b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
@@ -2715,7 +2715,7 @@
diff --git a/doc/NgrokAPI/Services/EdgesTCPClient.html b/doc/NgrokAPI/Services/EdgesTCPClient.html
index 4b7e372..42ed7b6 100644
--- a/doc/NgrokAPI/Services/EdgesTCPClient.html
+++ b/doc/NgrokAPI/Services/EdgesTCPClient.html
@@ -2033,7 +2033,7 @@
diff --git a/doc/NgrokAPI/Services/EdgesTLSClient.html b/doc/NgrokAPI/Services/EdgesTLSClient.html
index dba1dd2..0d5b9fd 100644
--- a/doc/NgrokAPI/Services/EdgesTLSClient.html
+++ b/doc/NgrokAPI/Services/EdgesTLSClient.html
@@ -2153,7 +2153,7 @@
diff --git a/doc/NgrokAPI/Services/EndpointsClient.html b/doc/NgrokAPI/Services/EndpointsClient.html
index e7d0a3e..bf176fc 100644
--- a/doc/NgrokAPI/Services/EndpointsClient.html
+++ b/doc/NgrokAPI/Services/EndpointsClient.html
@@ -2157,7 +2157,7 @@
diff --git a/doc/NgrokAPI/Services/EventDestinationsClient.html b/doc/NgrokAPI/Services/EventDestinationsClient.html
index f9a5d44..84b2b40 100644
--- a/doc/NgrokAPI/Services/EventDestinationsClient.html
+++ b/doc/NgrokAPI/Services/EventDestinationsClient.html
@@ -1927,7 +1927,7 @@
diff --git a/doc/NgrokAPI/Services/EventSourcesClient.html b/doc/NgrokAPI/Services/EventSourcesClient.html
index f5f76f0..e7d539b 100644
--- a/doc/NgrokAPI/Services/EventSourcesClient.html
+++ b/doc/NgrokAPI/Services/EventSourcesClient.html
@@ -1661,7 +1661,7 @@
diff --git a/doc/NgrokAPI/Services/EventSubscriptionsClient.html b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
index b61fd3c..80d1ec3 100644
--- a/doc/NgrokAPI/Services/EventSubscriptionsClient.html
+++ b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
@@ -1927,7 +1927,7 @@
diff --git a/doc/NgrokAPI/Services/FailoverBackendsClient.html b/doc/NgrokAPI/Services/FailoverBackendsClient.html
index 250dd50..7848bde 100644
--- a/doc/NgrokAPI/Services/FailoverBackendsClient.html
+++ b/doc/NgrokAPI/Services/FailoverBackendsClient.html
@@ -1805,7 +1805,7 @@
diff --git a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
index 85dc4a0..36ded3b 100644
--- a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
+++ b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
@@ -1943,7 +1943,7 @@
diff --git a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
index b127b47..e20eb58 100644
--- a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
index b63e562..69616f0 100644
--- a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/IPPoliciesClient.html b/doc/NgrokAPI/Services/IPPoliciesClient.html
index 4c1d11b..627b1b7 100644
--- a/doc/NgrokAPI/Services/IPPoliciesClient.html
+++ b/doc/NgrokAPI/Services/IPPoliciesClient.html
@@ -1759,7 +1759,7 @@
diff --git a/doc/NgrokAPI/Services/IPPolicyRulesClient.html b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
index 6c1d6ac..805c165 100644
--- a/doc/NgrokAPI/Services/IPPolicyRulesClient.html
+++ b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
@@ -1907,7 +1907,7 @@
diff --git a/doc/NgrokAPI/Services/IPRestrictionsClient.html b/doc/NgrokAPI/Services/IPRestrictionsClient.html
index 87bd9a2..bfc442d 100644
--- a/doc/NgrokAPI/Services/IPRestrictionsClient.html
+++ b/doc/NgrokAPI/Services/IPRestrictionsClient.html
@@ -1951,7 +1951,7 @@
diff --git a/doc/NgrokAPI/Services/ReservedAddrsClient.html b/doc/NgrokAPI/Services/ReservedAddrsClient.html
index 5a10bf1..06fb803 100644
--- a/doc/NgrokAPI/Services/ReservedAddrsClient.html
+++ b/doc/NgrokAPI/Services/ReservedAddrsClient.html
@@ -1799,7 +1799,7 @@
diff --git a/doc/NgrokAPI/Services/ReservedDomainsClient.html b/doc/NgrokAPI/Services/ReservedDomainsClient.html
index 89f2188..d8a0fc2 100644
--- a/doc/NgrokAPI/Services/ReservedDomainsClient.html
+++ b/doc/NgrokAPI/Services/ReservedDomainsClient.html
@@ -2459,7 +2459,7 @@
diff --git a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
index 3203c53..54375a6 100644
--- a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
+++ b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
@@ -1879,7 +1879,7 @@
diff --git a/doc/NgrokAPI/Services/SSHCredentialsClient.html b/doc/NgrokAPI/Services/SSHCredentialsClient.html
index c5a7934..cb8b8f4 100644
--- a/doc/NgrokAPI/Services/SSHCredentialsClient.html
+++ b/doc/NgrokAPI/Services/SSHCredentialsClient.html
@@ -1915,7 +1915,7 @@
diff --git a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
index 0b5839e..aadee5c 100644
--- a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
+++ b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
@@ -1917,7 +1917,7 @@
diff --git a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
index 4ae35b9..8b87832 100644
--- a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
+++ b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
@@ -1997,7 +1997,7 @@
diff --git a/doc/NgrokAPI/Services/SecretsClient.html b/doc/NgrokAPI/Services/SecretsClient.html
index 0bd7a8b..71e184f 100644
--- a/doc/NgrokAPI/Services/SecretsClient.html
+++ b/doc/NgrokAPI/Services/SecretsClient.html
@@ -2009,7 +2009,7 @@
diff --git a/doc/NgrokAPI/Services/ServiceUsersClient.html b/doc/NgrokAPI/Services/ServiceUsersClient.html
index 7a67393..22116b0 100644
--- a/doc/NgrokAPI/Services/ServiceUsersClient.html
+++ b/doc/NgrokAPI/Services/ServiceUsersClient.html
@@ -1757,7 +1757,7 @@
diff --git a/doc/NgrokAPI/Services/StaticBackendsClient.html b/doc/NgrokAPI/Services/StaticBackendsClient.html
index af0dc69..f70c609 100644
--- a/doc/NgrokAPI/Services/StaticBackendsClient.html
+++ b/doc/NgrokAPI/Services/StaticBackendsClient.html
@@ -1885,7 +1885,7 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
index 5265eda..aa592a0 100644
--- a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
index 40bcae9..c8bdce9 100644
--- a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
index b524aa2..06d08cb 100644
--- a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSCertificatesClient.html b/doc/NgrokAPI/Services/TLSCertificatesClient.html
index 49b08d1..d4e4779 100644
--- a/doc/NgrokAPI/Services/TLSCertificatesClient.html
+++ b/doc/NgrokAPI/Services/TLSCertificatesClient.html
@@ -1831,7 +1831,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
index db10beb..17cb91e 100644
--- a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
index 2518ec5..f257191 100644
--- a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
index 55ebb02..950f19f 100644
--- a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
index 84f1704..e1cef8d 100644
--- a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
index 283ef4a..816d204 100644
--- a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
@@ -1029,7 +1029,7 @@
diff --git a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
index 2ca47d7..4c2a2ef 100644
--- a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
+++ b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
@@ -1805,7 +1805,7 @@
diff --git a/doc/NgrokAPI/Services/TunnelSessionsClient.html b/doc/NgrokAPI/Services/TunnelSessionsClient.html
index f196e47..0c9d8cb 100644
--- a/doc/NgrokAPI/Services/TunnelSessionsClient.html
+++ b/doc/NgrokAPI/Services/TunnelSessionsClient.html
@@ -1623,7 +1623,7 @@
diff --git a/doc/NgrokAPI/Services/TunnelsClient.html b/doc/NgrokAPI/Services/TunnelsClient.html
index ca14a48..2b7e74e 100644
--- a/doc/NgrokAPI/Services/TunnelsClient.html
+++ b/doc/NgrokAPI/Services/TunnelsClient.html
@@ -909,7 +909,7 @@
diff --git a/doc/NgrokAPI/Services/VaultsClient.html b/doc/NgrokAPI/Services/VaultsClient.html
index ee184e5..ea88995 100644
--- a/doc/NgrokAPI/Services/VaultsClient.html
+++ b/doc/NgrokAPI/Services/VaultsClient.html
@@ -2243,7 +2243,7 @@
diff --git a/doc/NgrokAPI/Services/WeightedBackendsClient.html b/doc/NgrokAPI/Services/WeightedBackendsClient.html
index a39143a..c67603b 100644
--- a/doc/NgrokAPI/Services/WeightedBackendsClient.html
+++ b/doc/NgrokAPI/Services/WeightedBackendsClient.html
@@ -1805,7 +1805,7 @@
diff --git a/doc/_index.html b/doc/_index.html
index d7734b1..cdfe7df 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -1337,7 +1337,7 @@ Namespace Listing A-Z
diff --git a/doc/file.README.html b/doc/file.README.html
index b7d25d0..f97591b 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -166,7 +166,7 @@ Building (internal)
diff --git a/doc/index.html b/doc/index.html
index a232226..c03eaf8 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -166,7 +166,7 @@ Building (internal)
diff --git a/doc/top-level-namespace.html b/doc/top-level-namespace.html
index 2adc369..d987523 100644
--- a/doc/top-level-namespace.html
+++ b/doc/top-level-namespace.html
@@ -100,7 +100,7 @@ Defined Under Namespace
diff --git a/docs/NgrokAPI.html b/docs/NgrokAPI.html
index 1795d30..ea0b7fd 100644
--- a/docs/NgrokAPI.html
+++ b/docs/NgrokAPI.html
@@ -147,7 +147,7 @@
diff --git a/docs/NgrokAPI/Client.html b/docs/NgrokAPI/Client.html
index 97b133f..c482587 100644
--- a/docs/NgrokAPI/Client.html
+++ b/docs/NgrokAPI/Client.html
@@ -2340,7 +2340,7 @@
diff --git a/docs/NgrokAPI/Error.html b/docs/NgrokAPI/Error.html
index c320c4a..62cdfb8 100644
--- a/docs/NgrokAPI/Error.html
+++ b/docs/NgrokAPI/Error.html
@@ -295,7 +295,7 @@
diff --git a/docs/NgrokAPI/Errors.html b/docs/NgrokAPI/Errors.html
index d3e193b..30bfc87 100644
--- a/docs/NgrokAPI/Errors.html
+++ b/docs/NgrokAPI/Errors.html
@@ -105,7 +105,7 @@ Defined Under Namespace
diff --git a/docs/NgrokAPI/Errors/NotFoundError.html b/docs/NgrokAPI/Errors/NotFoundError.html
index 0462f31..2fd62a0 100644
--- a/docs/NgrokAPI/Errors/NotFoundError.html
+++ b/docs/NgrokAPI/Errors/NotFoundError.html
@@ -299,7 +299,7 @@
diff --git a/docs/NgrokAPI/HttpClient.html b/docs/NgrokAPI/HttpClient.html
index 864b092..b4f54d6 100644
--- a/docs/NgrokAPI/HttpClient.html
+++ b/docs/NgrokAPI/HttpClient.html
@@ -1267,7 +1267,7 @@
diff --git a/docs/NgrokAPI/Models.html b/docs/NgrokAPI/Models.html
index 4390a3b..c7068a6 100644
--- a/docs/NgrokAPI/Models.html
+++ b/docs/NgrokAPI/Models.html
@@ -107,7 +107,7 @@ Defined Under Namespace
diff --git a/docs/NgrokAPI/Models/APIKey.html b/docs/NgrokAPI/Models/APIKey.html
index ac4af09..f4311eb 100644
--- a/docs/NgrokAPI/Models/APIKey.html
+++ b/docs/NgrokAPI/Models/APIKey.html
@@ -1189,7 +1189,7 @@
diff --git a/docs/NgrokAPI/Models/AWSAuth.html b/docs/NgrokAPI/Models/AWSAuth.html
index 6b7c909..ddd09e4 100644
--- a/docs/NgrokAPI/Models/AWSAuth.html
+++ b/docs/NgrokAPI/Models/AWSAuth.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/AWSCredentials.html b/docs/NgrokAPI/Models/AWSCredentials.html
index e980426..414df03 100644
--- a/docs/NgrokAPI/Models/AWSCredentials.html
+++ b/docs/NgrokAPI/Models/AWSCredentials.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/AWSRole.html b/docs/NgrokAPI/Models/AWSRole.html
index 6902d02..0e3ff3a 100644
--- a/docs/NgrokAPI/Models/AWSRole.html
+++ b/docs/NgrokAPI/Models/AWSRole.html
@@ -585,7 +585,7 @@
diff --git a/docs/NgrokAPI/Models/AbuseReport.html b/docs/NgrokAPI/Models/AbuseReport.html
index 8396bcf..428a232 100644
--- a/docs/NgrokAPI/Models/AbuseReport.html
+++ b/docs/NgrokAPI/Models/AbuseReport.html
@@ -1033,7 +1033,7 @@
diff --git a/docs/NgrokAPI/Models/AbuseReportHostname.html b/docs/NgrokAPI/Models/AbuseReportHostname.html
index 569c6b9..876f797 100644
--- a/docs/NgrokAPI/Models/AbuseReportHostname.html
+++ b/docs/NgrokAPI/Models/AbuseReportHostname.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/AgentIngress.html b/docs/NgrokAPI/Models/AgentIngress.html
index de4908f..6eeb51a 100644
--- a/docs/NgrokAPI/Models/AgentIngress.html
+++ b/docs/NgrokAPI/Models/AgentIngress.html
@@ -1417,7 +1417,7 @@
diff --git a/docs/NgrokAPI/Models/AgentIngressCertJob.html b/docs/NgrokAPI/Models/AgentIngressCertJob.html
index 397219b..ad621c5 100644
--- a/docs/NgrokAPI/Models/AgentIngressCertJob.html
+++ b/docs/NgrokAPI/Models/AgentIngressCertJob.html
@@ -807,7 +807,7 @@
diff --git a/docs/NgrokAPI/Models/AgentIngressCertPolicy.html b/docs/NgrokAPI/Models/AgentIngressCertPolicy.html
index 7f53449..c9dfb25 100644
--- a/docs/NgrokAPI/Models/AgentIngressCertPolicy.html
+++ b/docs/NgrokAPI/Models/AgentIngressCertPolicy.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/AgentIngressCertStatus.html b/docs/NgrokAPI/Models/AgentIngressCertStatus.html
index b2198be..3fc6166 100644
--- a/docs/NgrokAPI/Models/AgentIngressCertStatus.html
+++ b/docs/NgrokAPI/Models/AgentIngressCertStatus.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/ApplicationSession.html b/docs/NgrokAPI/Models/ApplicationSession.html
index 05441a1..084aa4e 100644
--- a/docs/NgrokAPI/Models/ApplicationSession.html
+++ b/docs/NgrokAPI/Models/ApplicationSession.html
@@ -1404,7 +1404,7 @@
diff --git a/docs/NgrokAPI/Models/ApplicationUser.html b/docs/NgrokAPI/Models/ApplicationUser.html
index 298aeb3..f1c36cb 100644
--- a/docs/NgrokAPI/Models/ApplicationUser.html
+++ b/docs/NgrokAPI/Models/ApplicationUser.html
@@ -1326,7 +1326,7 @@
diff --git a/docs/NgrokAPI/Models/BotUser.html b/docs/NgrokAPI/Models/BotUser.html
index 3c90db5..209aea2 100644
--- a/docs/NgrokAPI/Models/BotUser.html
+++ b/docs/NgrokAPI/Models/BotUser.html
@@ -1041,7 +1041,7 @@
diff --git a/docs/NgrokAPI/Models/BrowserSession.html b/docs/NgrokAPI/Models/BrowserSession.html
index e23a32a..96292bc 100644
--- a/docs/NgrokAPI/Models/BrowserSession.html
+++ b/docs/NgrokAPI/Models/BrowserSession.html
@@ -733,7 +733,7 @@
diff --git a/docs/NgrokAPI/Models/CertificateAuthority.html b/docs/NgrokAPI/Models/CertificateAuthority.html
index 140b056..aeb2d42 100644
--- a/docs/NgrokAPI/Models/CertificateAuthority.html
+++ b/docs/NgrokAPI/Models/CertificateAuthority.html
@@ -1485,7 +1485,7 @@
diff --git a/docs/NgrokAPI/Models/Credential.html b/docs/NgrokAPI/Models/Credential.html
index 293f0bf..3951292 100644
--- a/docs/NgrokAPI/Models/Credential.html
+++ b/docs/NgrokAPI/Models/Credential.html
@@ -1269,7 +1269,7 @@
diff --git a/docs/NgrokAPI/Models/Endpoint.html b/docs/NgrokAPI/Models/Endpoint.html
index 87df168..92ecb2c 100644
--- a/docs/NgrokAPI/Models/Endpoint.html
+++ b/docs/NgrokAPI/Models/Endpoint.html
@@ -2697,7 +2697,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointBackend.html b/docs/NgrokAPI/Models/EndpointBackend.html
index aa1d489..7684aec 100644
--- a/docs/NgrokAPI/Models/EndpointBackend.html
+++ b/docs/NgrokAPI/Models/EndpointBackend.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointBackendMutate.html b/docs/NgrokAPI/Models/EndpointBackendMutate.html
index 9af612c..c65caab 100644
--- a/docs/NgrokAPI/Models/EndpointBackendMutate.html
+++ b/docs/NgrokAPI/Models/EndpointBackendMutate.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointCircuitBreaker.html b/docs/NgrokAPI/Models/EndpointCircuitBreaker.html
index 58993b7..7f0d643 100644
--- a/docs/NgrokAPI/Models/EndpointCircuitBreaker.html
+++ b/docs/NgrokAPI/Models/EndpointCircuitBreaker.html
@@ -955,7 +955,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointCompression.html b/docs/NgrokAPI/Models/EndpointCompression.html
index c960852..7df0fc8 100644
--- a/docs/NgrokAPI/Models/EndpointCompression.html
+++ b/docs/NgrokAPI/Models/EndpointCompression.html
@@ -585,7 +585,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointIPPolicy.html b/docs/NgrokAPI/Models/EndpointIPPolicy.html
index cd0833b..c3fcbc8 100644
--- a/docs/NgrokAPI/Models/EndpointIPPolicy.html
+++ b/docs/NgrokAPI/Models/EndpointIPPolicy.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html b/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html
index 8c3df76..26ef8d9 100644
--- a/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html
+++ b/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointMutualTLS.html b/docs/NgrokAPI/Models/EndpointMutualTLS.html
index bc68fc1..730bb1a 100644
--- a/docs/NgrokAPI/Models/EndpointMutualTLS.html
+++ b/docs/NgrokAPI/Models/EndpointMutualTLS.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html b/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html
index 0c94ddb..de7d0e9 100644
--- a/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html
+++ b/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuth.html b/docs/NgrokAPI/Models/EndpointOAuth.html
index a6d0a8e..22da0e0 100644
--- a/docs/NgrokAPI/Models/EndpointOAuth.html
+++ b/docs/NgrokAPI/Models/EndpointOAuth.html
@@ -1029,7 +1029,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthAmazon.html b/docs/NgrokAPI/Models/EndpointOAuthAmazon.html
index f4176f2..d3c3490 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthAmazon.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthAmazon.html
@@ -881,7 +881,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthFacebook.html b/docs/NgrokAPI/Models/EndpointOAuthFacebook.html
index d3de957..7b0c3fc 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthFacebook.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthFacebook.html
@@ -881,7 +881,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthGitHub.html b/docs/NgrokAPI/Models/EndpointOAuthGitHub.html
index 89c4810..1bba2cb 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthGitHub.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthGitHub.html
@@ -1029,7 +1029,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthGitLab.html b/docs/NgrokAPI/Models/EndpointOAuthGitLab.html
index 1375c4e..d7f5ef0 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthGitLab.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthGitLab.html
@@ -881,7 +881,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthGoogle.html b/docs/NgrokAPI/Models/EndpointOAuthGoogle.html
index f4bb831..5441bc9 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthGoogle.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthGoogle.html
@@ -881,7 +881,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html b/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html
index f525dfb..51b6079 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html
@@ -881,7 +881,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html b/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html
index 25e79ac..a7df85d 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html
@@ -881,7 +881,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthProvider.html b/docs/NgrokAPI/Models/EndpointOAuthProvider.html
index fbd7d15..ce21eb0 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthProvider.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthProvider.html
@@ -1103,7 +1103,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthTwitch.html b/docs/NgrokAPI/Models/EndpointOAuthTwitch.html
index 3422643..09d3c45 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthTwitch.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthTwitch.html
@@ -881,7 +881,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointOIDC.html b/docs/NgrokAPI/Models/EndpointOIDC.html
index c6e9a41..4365533 100644
--- a/docs/NgrokAPI/Models/EndpointOIDC.html
+++ b/docs/NgrokAPI/Models/EndpointOIDC.html
@@ -1177,7 +1177,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointRequestHeaders.html b/docs/NgrokAPI/Models/EndpointRequestHeaders.html
index 7f9b784..2ed5cd1 100644
--- a/docs/NgrokAPI/Models/EndpointRequestHeaders.html
+++ b/docs/NgrokAPI/Models/EndpointRequestHeaders.html
@@ -733,7 +733,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointResponseHeaders.html b/docs/NgrokAPI/Models/EndpointResponseHeaders.html
index b092bab..f807548 100644
--- a/docs/NgrokAPI/Models/EndpointResponseHeaders.html
+++ b/docs/NgrokAPI/Models/EndpointResponseHeaders.html
@@ -733,7 +733,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointSAML.html b/docs/NgrokAPI/Models/EndpointSAML.html
index 37b8ad2..9a61c15 100644
--- a/docs/NgrokAPI/Models/EndpointSAML.html
+++ b/docs/NgrokAPI/Models/EndpointSAML.html
@@ -1633,7 +1633,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointSAMLMutate.html b/docs/NgrokAPI/Models/EndpointSAMLMutate.html
index 02a3997..a6a2e32 100644
--- a/docs/NgrokAPI/Models/EndpointSAMLMutate.html
+++ b/docs/NgrokAPI/Models/EndpointSAMLMutate.html
@@ -1251,7 +1251,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointTLSTermination.html b/docs/NgrokAPI/Models/EndpointTLSTermination.html
index 2057134..0e2787e 100644
--- a/docs/NgrokAPI/Models/EndpointTLSTermination.html
+++ b/docs/NgrokAPI/Models/EndpointTLSTermination.html
@@ -733,7 +733,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html b/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
index 260d718..3bb02bb 100644
--- a/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
+++ b/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointTrafficPolicy.html b/docs/NgrokAPI/Models/EndpointTrafficPolicy.html
index c63398d..3fbb747 100644
--- a/docs/NgrokAPI/Models/EndpointTrafficPolicy.html
+++ b/docs/NgrokAPI/Models/EndpointTrafficPolicy.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointUserAgentFilter.html b/docs/NgrokAPI/Models/EndpointUserAgentFilter.html
index fb27dd3..af9356f 100644
--- a/docs/NgrokAPI/Models/EndpointUserAgentFilter.html
+++ b/docs/NgrokAPI/Models/EndpointUserAgentFilter.html
@@ -733,7 +733,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointWebhookValidation.html b/docs/NgrokAPI/Models/EndpointWebhookValidation.html
index ce69526..3bebd54 100644
--- a/docs/NgrokAPI/Models/EndpointWebhookValidation.html
+++ b/docs/NgrokAPI/Models/EndpointWebhookValidation.html
@@ -733,7 +733,7 @@
diff --git a/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html b/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
index 69f67f4..d6932b9 100644
--- a/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
+++ b/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html
@@ -585,7 +585,7 @@
diff --git a/docs/NgrokAPI/Models/EventDestination.html b/docs/NgrokAPI/Models/EventDestination.html
index 46e3d54..e4bdd85 100644
--- a/docs/NgrokAPI/Models/EventDestination.html
+++ b/docs/NgrokAPI/Models/EventDestination.html
@@ -1104,7 +1104,7 @@
diff --git a/docs/NgrokAPI/Models/EventSource.html b/docs/NgrokAPI/Models/EventSource.html
index 6de5430..820c4ea 100644
--- a/docs/NgrokAPI/Models/EventSource.html
+++ b/docs/NgrokAPI/Models/EventSource.html
@@ -663,7 +663,7 @@
diff --git a/docs/NgrokAPI/Models/EventSourceList.html b/docs/NgrokAPI/Models/EventSourceList.html
index 95f837e..25a192d 100644
--- a/docs/NgrokAPI/Models/EventSourceList.html
+++ b/docs/NgrokAPI/Models/EventSourceList.html
@@ -663,7 +663,7 @@
diff --git a/docs/NgrokAPI/Models/EventSourceReplace.html b/docs/NgrokAPI/Models/EventSourceReplace.html
index efefe99..85ddd1b 100644
--- a/docs/NgrokAPI/Models/EventSourceReplace.html
+++ b/docs/NgrokAPI/Models/EventSourceReplace.html
@@ -585,7 +585,7 @@
diff --git a/docs/NgrokAPI/Models/EventSubscription.html b/docs/NgrokAPI/Models/EventSubscription.html
index 92807da..bfedef5 100644
--- a/docs/NgrokAPI/Models/EventSubscription.html
+++ b/docs/NgrokAPI/Models/EventSubscription.html
@@ -1104,7 +1104,7 @@
diff --git a/docs/NgrokAPI/Models/EventTarget.html b/docs/NgrokAPI/Models/EventTarget.html
index b6de182..3365b25 100644
--- a/docs/NgrokAPI/Models/EventTarget.html
+++ b/docs/NgrokAPI/Models/EventTarget.html
@@ -881,7 +881,7 @@
diff --git a/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html b/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
index 0e92250..a948a35 100644
--- a/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
+++ b/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html
@@ -955,7 +955,7 @@
diff --git a/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html b/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html
index 741cabd..2ed040f 100644
--- a/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html
+++ b/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EventTargetDatadog.html b/docs/NgrokAPI/Models/EventTargetDatadog.html
index 031db7c..3df2ea6 100644
--- a/docs/NgrokAPI/Models/EventTargetDatadog.html
+++ b/docs/NgrokAPI/Models/EventTargetDatadog.html
@@ -807,7 +807,7 @@
diff --git a/docs/NgrokAPI/Models/EventTargetFirehose.html b/docs/NgrokAPI/Models/EventTargetFirehose.html
index 30bc7f9..e918c4d 100644
--- a/docs/NgrokAPI/Models/EventTargetFirehose.html
+++ b/docs/NgrokAPI/Models/EventTargetFirehose.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/EventTargetKinesis.html b/docs/NgrokAPI/Models/EventTargetKinesis.html
index b972747..8b77e51 100644
--- a/docs/NgrokAPI/Models/EventTargetKinesis.html
+++ b/docs/NgrokAPI/Models/EventTargetKinesis.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/FailoverBackend.html b/docs/NgrokAPI/Models/FailoverBackend.html
index dedf799..cb31aea 100644
--- a/docs/NgrokAPI/Models/FailoverBackend.html
+++ b/docs/NgrokAPI/Models/FailoverBackend.html
@@ -1121,7 +1121,7 @@
diff --git a/docs/NgrokAPI/Models/HTTPResponseBackend.html b/docs/NgrokAPI/Models/HTTPResponseBackend.html
index b34c80a..be22676 100644
--- a/docs/NgrokAPI/Models/HTTPResponseBackend.html
+++ b/docs/NgrokAPI/Models/HTTPResponseBackend.html
@@ -1277,7 +1277,7 @@
diff --git a/docs/NgrokAPI/Models/HTTPSEdge.html b/docs/NgrokAPI/Models/HTTPSEdge.html
index 6a16bd6..6d8b816 100644
--- a/docs/NgrokAPI/Models/HTTPSEdge.html
+++ b/docs/NgrokAPI/Models/HTTPSEdge.html
@@ -1355,7 +1355,7 @@
diff --git a/docs/NgrokAPI/Models/HTTPSEdgeRoute.html b/docs/NgrokAPI/Models/HTTPSEdgeRoute.html
index cdfe895..8179bfa 100644
--- a/docs/NgrokAPI/Models/HTTPSEdgeRoute.html
+++ b/docs/NgrokAPI/Models/HTTPSEdgeRoute.html
@@ -2321,7 +2321,7 @@
diff --git a/docs/NgrokAPI/Models/IPPolicy.html b/docs/NgrokAPI/Models/IPPolicy.html
index 54c2a9a..426f58f 100644
--- a/docs/NgrokAPI/Models/IPPolicy.html
+++ b/docs/NgrokAPI/Models/IPPolicy.html
@@ -1041,7 +1041,7 @@
diff --git a/docs/NgrokAPI/Models/IPPolicyRule.html b/docs/NgrokAPI/Models/IPPolicyRule.html
index f170299..68ada1a 100644
--- a/docs/NgrokAPI/Models/IPPolicyRule.html
+++ b/docs/NgrokAPI/Models/IPPolicyRule.html
@@ -1269,7 +1269,7 @@
diff --git a/docs/NgrokAPI/Models/IPRestriction.html b/docs/NgrokAPI/Models/IPRestriction.html
index 55db001..6f9e59e 100644
--- a/docs/NgrokAPI/Models/IPRestriction.html
+++ b/docs/NgrokAPI/Models/IPRestriction.html
@@ -1178,7 +1178,7 @@
diff --git a/docs/NgrokAPI/Models/IdentityProvider.html b/docs/NgrokAPI/Models/IdentityProvider.html
index 6d1e3dc..bb00f8d 100644
--- a/docs/NgrokAPI/Models/IdentityProvider.html
+++ b/docs/NgrokAPI/Models/IdentityProvider.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/Listable.html b/docs/NgrokAPI/Models/Listable.html
index 0d6fb1e..9ff4361 100644
--- a/docs/NgrokAPI/Models/Listable.html
+++ b/docs/NgrokAPI/Models/Listable.html
@@ -992,7 +992,7 @@
diff --git a/docs/NgrokAPI/Models/Location.html b/docs/NgrokAPI/Models/Location.html
index 99e7efb..680bca7 100644
--- a/docs/NgrokAPI/Models/Location.html
+++ b/docs/NgrokAPI/Models/Location.html
@@ -807,7 +807,7 @@
diff --git a/docs/NgrokAPI/Models/Ref.html b/docs/NgrokAPI/Models/Ref.html
index f0e2691..bd5b29d 100644
--- a/docs/NgrokAPI/Models/Ref.html
+++ b/docs/NgrokAPI/Models/Ref.html
@@ -663,7 +663,7 @@
diff --git a/docs/NgrokAPI/Models/ReservedAddr.html b/docs/NgrokAPI/Models/ReservedAddr.html
index a4ccb64..1426bc6 100644
--- a/docs/NgrokAPI/Models/ReservedAddr.html
+++ b/docs/NgrokAPI/Models/ReservedAddr.html
@@ -1104,7 +1104,7 @@
diff --git a/docs/NgrokAPI/Models/ReservedDomain.html b/docs/NgrokAPI/Models/ReservedDomain.html
index a19a3ba..56f5c3e 100644
--- a/docs/NgrokAPI/Models/ReservedDomain.html
+++ b/docs/NgrokAPI/Models/ReservedDomain.html
@@ -1474,7 +1474,7 @@
diff --git a/docs/NgrokAPI/Models/ReservedDomainCertJob.html b/docs/NgrokAPI/Models/ReservedDomainCertJob.html
index 35898ad..a3d9a1e 100644
--- a/docs/NgrokAPI/Models/ReservedDomainCertJob.html
+++ b/docs/NgrokAPI/Models/ReservedDomainCertJob.html
@@ -807,7 +807,7 @@
diff --git a/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html b/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html
index d14346e..ceee5bc 100644
--- a/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html
+++ b/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/ReservedDomainCertStatus.html b/docs/NgrokAPI/Models/ReservedDomainCertStatus.html
index 98fe51e..264fe6e 100644
--- a/docs/NgrokAPI/Models/ReservedDomainCertStatus.html
+++ b/docs/NgrokAPI/Models/ReservedDomainCertStatus.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/SSHCertificateAuthority.html b/docs/NgrokAPI/Models/SSHCertificateAuthority.html
index b9fb2ce..e92b058 100644
--- a/docs/NgrokAPI/Models/SSHCertificateAuthority.html
+++ b/docs/NgrokAPI/Models/SSHCertificateAuthority.html
@@ -1189,7 +1189,7 @@
diff --git a/docs/NgrokAPI/Models/SSHCredential.html b/docs/NgrokAPI/Models/SSHCredential.html
index 6dc72b3..e873850 100644
--- a/docs/NgrokAPI/Models/SSHCredential.html
+++ b/docs/NgrokAPI/Models/SSHCredential.html
@@ -1269,7 +1269,7 @@
diff --git a/docs/NgrokAPI/Models/SSHHostCertificate.html b/docs/NgrokAPI/Models/SSHHostCertificate.html
index 105515b..3ab0333 100644
--- a/docs/NgrokAPI/Models/SSHHostCertificate.html
+++ b/docs/NgrokAPI/Models/SSHHostCertificate.html
@@ -1559,7 +1559,7 @@
diff --git a/docs/NgrokAPI/Models/SSHUserCertificate.html b/docs/NgrokAPI/Models/SSHUserCertificate.html
index 078c3ee..bda7e34 100644
--- a/docs/NgrokAPI/Models/SSHUserCertificate.html
+++ b/docs/NgrokAPI/Models/SSHUserCertificate.html
@@ -1707,7 +1707,7 @@
diff --git a/docs/NgrokAPI/Models/Secret.html b/docs/NgrokAPI/Models/Secret.html
index 22c509c..cdaeaed 100644
--- a/docs/NgrokAPI/Models/Secret.html
+++ b/docs/NgrokAPI/Models/Secret.html
@@ -1400,7 +1400,7 @@
diff --git a/docs/NgrokAPI/Models/ServiceUser.html b/docs/NgrokAPI/Models/ServiceUser.html
index 676550b..aff0b8a 100644
--- a/docs/NgrokAPI/Models/ServiceUser.html
+++ b/docs/NgrokAPI/Models/ServiceUser.html
@@ -1041,7 +1041,7 @@
diff --git a/docs/NgrokAPI/Models/StaticBackend.html b/docs/NgrokAPI/Models/StaticBackend.html
index 6ca7b28..93acfb2 100644
--- a/docs/NgrokAPI/Models/StaticBackend.html
+++ b/docs/NgrokAPI/Models/StaticBackend.html
@@ -1201,7 +1201,7 @@
diff --git a/docs/NgrokAPI/Models/StaticBackendTLS.html b/docs/NgrokAPI/Models/StaticBackendTLS.html
index b5329ce..6ff0366 100644
--- a/docs/NgrokAPI/Models/StaticBackendTLS.html
+++ b/docs/NgrokAPI/Models/StaticBackendTLS.html
@@ -585,7 +585,7 @@
diff --git a/docs/NgrokAPI/Models/TCPEdge.html b/docs/NgrokAPI/Models/TCPEdge.html
index 9673476..dfc68ca 100644
--- a/docs/NgrokAPI/Models/TCPEdge.html
+++ b/docs/NgrokAPI/Models/TCPEdge.html
@@ -1361,7 +1361,7 @@
diff --git a/docs/NgrokAPI/Models/TLSCertificate.html b/docs/NgrokAPI/Models/TLSCertificate.html
index 9ed5a55..044bec2 100644
--- a/docs/NgrokAPI/Models/TLSCertificate.html
+++ b/docs/NgrokAPI/Models/TLSCertificate.html
@@ -2225,7 +2225,7 @@
diff --git a/docs/NgrokAPI/Models/TLSCertificateSANs.html b/docs/NgrokAPI/Models/TLSCertificateSANs.html
index f328235..79ec627 100644
--- a/docs/NgrokAPI/Models/TLSCertificateSANs.html
+++ b/docs/NgrokAPI/Models/TLSCertificateSANs.html
@@ -659,7 +659,7 @@
diff --git a/docs/NgrokAPI/Models/TLSEdge.html b/docs/NgrokAPI/Models/TLSEdge.html
index 1daa423..9d7c8d5 100644
--- a/docs/NgrokAPI/Models/TLSEdge.html
+++ b/docs/NgrokAPI/Models/TLSEdge.html
@@ -1521,7 +1521,7 @@
diff --git a/docs/NgrokAPI/Models/Tunnel.html b/docs/NgrokAPI/Models/Tunnel.html
index affa003..c250965 100644
--- a/docs/NgrokAPI/Models/Tunnel.html
+++ b/docs/NgrokAPI/Models/Tunnel.html
@@ -1329,7 +1329,7 @@
diff --git a/docs/NgrokAPI/Models/TunnelGroupBackend.html b/docs/NgrokAPI/Models/TunnelGroupBackend.html
index 1054ce6..3c4ca08 100644
--- a/docs/NgrokAPI/Models/TunnelGroupBackend.html
+++ b/docs/NgrokAPI/Models/TunnelGroupBackend.html
@@ -1195,7 +1195,7 @@
diff --git a/docs/NgrokAPI/Models/TunnelSession.html b/docs/NgrokAPI/Models/TunnelSession.html
index 27f786f..81a5812 100644
--- a/docs/NgrokAPI/Models/TunnelSession.html
+++ b/docs/NgrokAPI/Models/TunnelSession.html
@@ -1255,7 +1255,7 @@
diff --git a/docs/NgrokAPI/Models/UserAgent.html b/docs/NgrokAPI/Models/UserAgent.html
index dafde3e..8f38504 100644
--- a/docs/NgrokAPI/Models/UserAgent.html
+++ b/docs/NgrokAPI/Models/UserAgent.html
@@ -955,7 +955,7 @@
diff --git a/docs/NgrokAPI/Models/Vault.html b/docs/NgrokAPI/Models/Vault.html
index 0643dbe..5ea42cf 100644
--- a/docs/NgrokAPI/Models/Vault.html
+++ b/docs/NgrokAPI/Models/Vault.html
@@ -1343,7 +1343,7 @@
diff --git a/docs/NgrokAPI/Models/WeightedBackend.html b/docs/NgrokAPI/Models/WeightedBackend.html
index 7aa43c4..68d6fc7 100644
--- a/docs/NgrokAPI/Models/WeightedBackend.html
+++ b/docs/NgrokAPI/Models/WeightedBackend.html
@@ -1121,7 +1121,7 @@
diff --git a/docs/NgrokAPI/PagedIterator.html b/docs/NgrokAPI/PagedIterator.html
index 7444309..1e9f5ac 100644
--- a/docs/NgrokAPI/PagedIterator.html
+++ b/docs/NgrokAPI/PagedIterator.html
@@ -625,7 +625,7 @@
diff --git a/docs/NgrokAPI/Services.html b/docs/NgrokAPI/Services.html
index 35b790f..3db6ab9 100644
--- a/docs/NgrokAPI/Services.html
+++ b/docs/NgrokAPI/Services.html
@@ -107,7 +107,7 @@