ngrok-api 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (373) hide show
  1. checksums.yaml +4 -4
  2. data/doc/NgrokAPI/Client.html +270 -180
  3. data/doc/NgrokAPI/Error.html +2 -2
  4. data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
  5. data/doc/NgrokAPI/Errors.html +2 -2
  6. data/doc/NgrokAPI/HttpClient.html +2 -2
  7. data/doc/NgrokAPI/Models/APIKey.html +2 -2
  8. data/doc/NgrokAPI/Models/AWSAuth.html +2 -2
  9. data/doc/NgrokAPI/Models/AWSCredentials.html +2 -2
  10. data/doc/NgrokAPI/Models/AWSRole.html +2 -2
  11. data/doc/NgrokAPI/Models/AbuseReport.html +2 -2
  12. data/doc/NgrokAPI/Models/AbuseReportHostname.html +2 -2
  13. data/doc/NgrokAPI/Models/AgentIngress.html +2 -2
  14. data/doc/NgrokAPI/Models/CertificateAuthority.html +2 -2
  15. data/doc/NgrokAPI/Models/Credential.html +2 -2
  16. data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
  17. data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointBackend.html} +41 -41
  18. data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackendMutate.html} +41 -41
  19. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
  20. data/doc/NgrokAPI/Models/EndpointCompression.html +2 -2
  21. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
  22. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
  23. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
  24. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
  25. data/doc/NgrokAPI/Models/EndpointOAuth.html +2 -2
  26. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
  27. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
  28. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
  29. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
  30. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
  31. data/doc/NgrokAPI/Models/EndpointOIDC.html +2 -2
  32. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
  33. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
  34. data/doc/NgrokAPI/Models/EndpointSAML.html +2 -2
  35. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
  36. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
  37. data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
  38. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
  39. data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
  40. data/doc/NgrokAPI/Models/EventDestination.html +6 -6
  41. data/doc/NgrokAPI/Models/EventSource.html +2 -2
  42. data/doc/NgrokAPI/Models/EventSourceList.html +2 -2
  43. data/doc/NgrokAPI/Models/EventSourceReplace.html +2 -2
  44. data/doc/NgrokAPI/Models/EventSubscription.html +2 -2
  45. data/doc/NgrokAPI/Models/EventTarget.html +2 -2
  46. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
  47. data/doc/NgrokAPI/Models/EventTargetFirehose.html +2 -2
  48. data/doc/NgrokAPI/Models/EventTargetKinesis.html +2 -2
  49. data/doc/NgrokAPI/Models/FailoverBackend.html +1075 -0
  50. data/doc/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
  51. data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPSEdge.html} +118 -118
  52. data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +202 -264
  53. data/doc/NgrokAPI/Models/IPPolicy.html +2 -2
  54. data/doc/NgrokAPI/Models/IPPolicyRule.html +96 -22
  55. data/doc/NgrokAPI/Models/IPRestriction.html +2 -2
  56. data/doc/NgrokAPI/Models/Listable.html +2 -2
  57. data/doc/NgrokAPI/Models/Ref.html +2 -2
  58. data/doc/NgrokAPI/Models/ReservedAddr.html +2 -2
  59. data/doc/NgrokAPI/Models/ReservedDomain.html +2 -2
  60. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
  61. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
  62. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
  63. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
  64. data/doc/NgrokAPI/Models/SSHCredential.html +2 -2
  65. data/doc/NgrokAPI/Models/SSHHostCertificate.html +2 -2
  66. data/doc/NgrokAPI/Models/SSHUserCertificate.html +2 -2
  67. data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
  68. data/doc/NgrokAPI/Models/TLSCertificate.html +2 -2
  69. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
  70. data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
  71. data/doc/NgrokAPI/Models/Tunnel.html +313 -17
  72. data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
  73. data/doc/NgrokAPI/Models/TunnelSession.html +2 -2
  74. data/doc/NgrokAPI/Models/WeightedBackend.html +1075 -0
  75. data/doc/NgrokAPI/Models.html +4 -4
  76. data/doc/NgrokAPI/PagedIterator.html +2 -2
  77. data/doc/NgrokAPI/Services/APIKeysClient.html +2 -2
  78. data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -2
  79. data/doc/NgrokAPI/Services/AgentIngressesClient.html +2 -2
  80. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
  81. data/doc/NgrokAPI/Services/CredentialsClient.html +2 -2
  82. data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
  83. data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +206 -96
  84. data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +206 -96
  85. data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
  86. data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
  87. data/{docs/NgrokAPI/Services/EndpointOIDCModuleClient.html → doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html} +206 -96
  88. data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
  89. data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +206 -96
  90. data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +206 -96
  91. data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +206 -96
  92. data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
  93. data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +236 -271
  94. data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +456 -620
  95. data/doc/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
  96. data/doc/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
  97. data/doc/NgrokAPI/Services/EndpointsClient.html +907 -0
  98. data/doc/NgrokAPI/Services/EventDestinationsClient.html +35 -35
  99. data/doc/NgrokAPI/Services/EventSourcesClient.html +2 -2
  100. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +5 -5
  101. data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
  102. data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
  103. data/doc/NgrokAPI/Services/{EndpointOIDCModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +59 -59
  104. data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +59 -59
  105. data/doc/NgrokAPI/Services/IPPoliciesClient.html +40 -58
  106. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +60 -40
  107. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +3 -3
  108. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +41 -331
  109. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +94 -674
  110. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
  111. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
  112. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
  113. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
  114. data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +59 -59
  115. data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +41 -41
  116. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
  117. data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +59 -59
  118. data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +41 -41
  119. data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +41 -41
  120. data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +41 -41
  121. data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
  122. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
  123. data/doc/NgrokAPI/Services/TunnelsClient.html +241 -3
  124. data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
  125. data/doc/NgrokAPI/Services.html +4 -4
  126. data/doc/NgrokAPI.html +3 -3
  127. data/doc/_index.html +237 -60
  128. data/doc/class_list.html +1 -1
  129. data/doc/file.README.html +2 -2
  130. data/doc/index.html +2 -2
  131. data/doc/method_list.html +3393 -1433
  132. data/doc/top-level-namespace.html +2 -2
  133. data/docs/NgrokAPI/Client.html +270 -180
  134. data/docs/NgrokAPI/Error.html +2 -2
  135. data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
  136. data/docs/NgrokAPI/Errors.html +2 -2
  137. data/docs/NgrokAPI/HttpClient.html +2 -2
  138. data/docs/NgrokAPI/Models/APIKey.html +2 -2
  139. data/docs/NgrokAPI/Models/AWSAuth.html +2 -2
  140. data/docs/NgrokAPI/Models/AWSCredentials.html +2 -2
  141. data/docs/NgrokAPI/Models/AWSRole.html +2 -2
  142. data/docs/NgrokAPI/Models/AbuseReport.html +2 -2
  143. data/docs/NgrokAPI/Models/AbuseReportHostname.html +2 -2
  144. data/docs/NgrokAPI/Models/AgentIngress.html +2 -2
  145. data/docs/NgrokAPI/Models/CertificateAuthority.html +2 -2
  146. data/docs/NgrokAPI/Models/Credential.html +2 -2
  147. data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
  148. data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointBackend.html} +41 -41
  149. data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackendMutate.html} +41 -41
  150. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
  151. data/docs/NgrokAPI/Models/EndpointCompression.html +2 -2
  152. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
  153. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
  154. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
  155. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
  156. data/docs/NgrokAPI/Models/EndpointOAuth.html +2 -2
  157. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
  158. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
  159. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
  160. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
  161. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
  162. data/docs/NgrokAPI/Models/EndpointOIDC.html +2 -2
  163. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
  164. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
  165. data/docs/NgrokAPI/Models/EndpointSAML.html +2 -2
  166. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
  167. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
  168. data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
  169. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
  170. data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
  171. data/docs/NgrokAPI/Models/EventDestination.html +6 -6
  172. data/docs/NgrokAPI/Models/EventSource.html +2 -2
  173. data/docs/NgrokAPI/Models/EventSourceList.html +2 -2
  174. data/docs/NgrokAPI/Models/EventSourceReplace.html +2 -2
  175. data/docs/NgrokAPI/Models/EventSubscription.html +2 -2
  176. data/docs/NgrokAPI/Models/EventTarget.html +2 -2
  177. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
  178. data/docs/NgrokAPI/Models/EventTargetFirehose.html +2 -2
  179. data/docs/NgrokAPI/Models/EventTargetKinesis.html +2 -2
  180. data/docs/NgrokAPI/Models/FailoverBackend.html +1075 -0
  181. data/docs/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
  182. data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPSEdge.html} +118 -118
  183. data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +202 -264
  184. data/docs/NgrokAPI/Models/IPPolicy.html +2 -2
  185. data/docs/NgrokAPI/Models/IPPolicyRule.html +96 -22
  186. data/docs/NgrokAPI/Models/IPRestriction.html +2 -2
  187. data/docs/NgrokAPI/Models/Listable.html +2 -2
  188. data/docs/NgrokAPI/Models/Ref.html +2 -2
  189. data/docs/NgrokAPI/Models/ReservedAddr.html +2 -2
  190. data/docs/NgrokAPI/Models/ReservedDomain.html +2 -2
  191. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
  192. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
  193. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
  194. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
  195. data/docs/NgrokAPI/Models/SSHCredential.html +2 -2
  196. data/docs/NgrokAPI/Models/SSHHostCertificate.html +2 -2
  197. data/docs/NgrokAPI/Models/SSHUserCertificate.html +2 -2
  198. data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
  199. data/docs/NgrokAPI/Models/TLSCertificate.html +2 -2
  200. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
  201. data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
  202. data/docs/NgrokAPI/Models/Tunnel.html +313 -17
  203. data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
  204. data/docs/NgrokAPI/Models/TunnelSession.html +2 -2
  205. data/docs/NgrokAPI/Models/WeightedBackend.html +1075 -0
  206. data/docs/NgrokAPI/Models.html +4 -4
  207. data/docs/NgrokAPI/PagedIterator.html +2 -2
  208. data/docs/NgrokAPI/Services/APIKeysClient.html +2 -2
  209. data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -2
  210. data/docs/NgrokAPI/Services/AgentIngressesClient.html +2 -2
  211. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
  212. data/docs/NgrokAPI/Services/CredentialsClient.html +2 -2
  213. data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
  214. data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +206 -96
  215. data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +206 -96
  216. data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
  217. data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
  218. data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1153 -0
  219. data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
  220. data/{doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +206 -96
  221. data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
  222. data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +206 -96
  223. data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
  224. data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +236 -271
  225. data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +456 -620
  226. data/docs/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
  227. data/docs/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
  228. data/docs/NgrokAPI/Services/EndpointsClient.html +907 -0
  229. data/docs/NgrokAPI/Services/EventDestinationsClient.html +35 -35
  230. data/docs/NgrokAPI/Services/EventSourcesClient.html +2 -2
  231. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +5 -5
  232. data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
  233. data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
  234. data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +59 -59
  235. data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +59 -59
  236. data/docs/NgrokAPI/Services/IPPoliciesClient.html +40 -58
  237. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +60 -40
  238. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +3 -3
  239. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +41 -331
  240. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +94 -674
  241. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
  242. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
  243. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
  244. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
  245. data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TCPEdgeBackendModuleClient.html} +59 -59
  246. data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
  247. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
  248. data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +59 -59
  249. data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
  250. data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +41 -41
  251. data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +41 -41
  252. data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
  253. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
  254. data/docs/NgrokAPI/Services/TunnelsClient.html +241 -3
  255. data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
  256. data/docs/NgrokAPI/Services.html +4 -4
  257. data/docs/NgrokAPI.html +3 -3
  258. data/docs/_index.html +237 -60
  259. data/docs/class_list.html +1 -1
  260. data/docs/file.README.html +2 -2
  261. data/docs/index.html +2 -2
  262. data/docs/method_list.html +3393 -1433
  263. data/docs/top-level-namespace.html +2 -2
  264. data/lib/ngrokapi/client.rb +47 -24
  265. data/lib/ngrokapi/models/endpoint.rb +49 -0
  266. data/lib/ngrokapi/models/{endpoint_logging.rb → endpoint_backend.rb} +3 -3
  267. data/lib/ngrokapi/models/{endpoint_logging_mutate.rb → endpoint_backend_mutate.rb} +3 -3
  268. data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +27 -0
  269. data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +25 -0
  270. data/lib/ngrokapi/models/event_destination.rb +1 -2
  271. data/lib/ngrokapi/models/{event_stream.rb → failover_backend.rb} +15 -27
  272. data/lib/ngrokapi/models/http_response_backend.rb +71 -0
  273. data/lib/ngrokapi/models/https_edge.rb +80 -0
  274. data/lib/ngrokapi/models/{endpoint_configuration.rb → https_edge_route.rb} +56 -53
  275. data/lib/ngrokapi/models/ip_policy_rule.rb +3 -1
  276. data/lib/ngrokapi/models/tcp_edge.rb +78 -0
  277. data/lib/ngrokapi/models/tls_edge.rb +88 -0
  278. data/lib/ngrokapi/models/tunnel.rb +9 -1
  279. data/lib/ngrokapi/models/tunnel_group_backend.rb +67 -0
  280. data/lib/ngrokapi/models/weighted_backend.rb +65 -0
  281. data/lib/ngrokapi/services/edge_route_backend_module_client.rb +120 -0
  282. data/lib/ngrokapi/services/{endpoint_circuit_breaker_module_client.rb → edge_route_circuit_breaker_module_client.rb} +37 -25
  283. data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -25
  284. data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
  285. data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +120 -0
  286. data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +120 -0
  287. data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +120 -0
  288. data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -25
  289. data/lib/ngrokapi/services/edge_route_saml_module_client.rb +120 -0
  290. data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -25
  291. data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +120 -0
  292. data/lib/ngrokapi/services/edges_https_client.rb +227 -0
  293. data/lib/ngrokapi/services/edges_https_routes_client.rb +244 -0
  294. data/lib/ngrokapi/services/edges_tcp_client.rb +227 -0
  295. data/lib/ngrokapi/services/edges_tls_client.rb +239 -0
  296. data/lib/ngrokapi/services/endpoints_client.rb +114 -0
  297. data/lib/ngrokapi/services/event_destinations_client.rb +2 -4
  298. data/lib/ngrokapi/services/event_subscriptions_client.rb +3 -3
  299. data/lib/ngrokapi/services/failover_backends_client.rb +214 -0
  300. data/lib/ngrokapi/services/http_response_backends_client.rb +199 -0
  301. data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → https_edge_mutual_tls_module_client.rb} +25 -25
  302. data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → https_edge_tls_termination_module_client.rb} +25 -25
  303. data/lib/ngrokapi/services/ip_policies_client.rb +1 -3
  304. data/lib/ngrokapi/services/ip_policy_rules_client.rb +3 -1
  305. data/lib/ngrokapi/services/ip_restrictions_client.rb +1 -1
  306. data/lib/ngrokapi/services/reserved_addrs_client.rb +0 -37
  307. data/lib/ngrokapi/services/reserved_domains_client.rb +0 -74
  308. data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +25 -25
  309. data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +15 -15
  310. data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → tls_edge_backend_module_client.rb} +25 -25
  311. data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → tls_edge_ip_restriction_module_client.rb} +25 -25
  312. data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +15 -15
  313. data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +15 -15
  314. data/lib/ngrokapi/services/tunnel_group_backends_client.rb +212 -0
  315. data/lib/ngrokapi/services/tunnels_client.rb +35 -0
  316. data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
  317. data/lib/ngrokapi/version.rb +1 -1
  318. data/spec/ngrokapi/client_spec.rb +44 -23
  319. data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
  320. data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
  321. data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
  322. data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
  323. data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
  324. data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
  325. data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
  326. data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
  327. data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
  328. data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
  329. data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
  330. data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
  331. data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
  332. data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +139 -0
  333. data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +31 -17
  334. data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +31 -17
  335. data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +139 -0
  336. data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +31 -17
  337. data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +31 -17
  338. data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +31 -17
  339. data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +31 -17
  340. data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +31 -17
  341. data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +31 -17
  342. data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +139 -0
  343. data/spec/ngrokapi/services/{event_streams_client_spec.rb → edges_https_client_spec.rb} +106 -108
  344. data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +241 -0
  345. data/spec/ngrokapi/services/edges_tcp_client_spec.rb +175 -0
  346. data/spec/ngrokapi/services/edges_tls_client_spec.rb +187 -0
  347. data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
  348. data/spec/ngrokapi/services/failover_backends_client_spec.rb +163 -0
  349. data/spec/ngrokapi/services/http_response_backends_client_spec.rb +175 -0
  350. data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +17 -17
  351. data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +17 -17
  352. data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -1
  353. data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +3 -1
  354. data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -44
  355. data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -88
  356. data/spec/ngrokapi/services/{endpoint_logging_module_client_spec.rb → tcp_edge_backend_module_client_spec.rb} +40 -40
  357. data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +17 -17
  358. data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +125 -0
  359. data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +125 -0
  360. data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +125 -0
  361. data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +125 -0
  362. data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +163 -0
  363. data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
  364. data/spec/ngrokapi/services/weighted_backends_client_spec.rb +163 -0
  365. data/spec/spec_helper.rb +326 -33
  366. metadata +166 -74
  367. data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
  368. data/lib/ngrokapi/services/event_streams_client.rb +0 -224
  369. data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
  370. data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
  371. data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
  372. data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
  373. data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Class: NgrokAPI::Services::EndpointWebhookValidationModuleClient
7
+ Class: NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient
8
8
 
9
9
  &mdash; Documentation by YARD 0.9.27
10
10
 
@@ -15,7 +15,7 @@
15
15
  <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
17
  <script type="text/javascript">
18
- pathId = "NgrokAPI::Services::EndpointWebhookValidationModuleClient";
18
+ pathId = "NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient";
19
19
  relpath = '../../';
20
20
  </script>
21
21
 
@@ -39,7 +39,7 @@
39
39
  <a href="../../_index.html">Index (E)</a> &raquo;
40
40
  <span class='title'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Services.html" title="NgrokAPI::Services (module)">Services</a></span></span>
41
41
  &raquo;
42
- <span class="title">EndpointWebhookValidationModuleClient</span>
42
+ <span class="title">EdgeRouteWebhookVerificationModuleClient</span>
43
43
 
44
44
  </div>
45
45
 
@@ -59,7 +59,7 @@
59
59
  <div class="clear"></div>
60
60
  </div>
61
61
 
62
- <div id="content"><h1>Class: NgrokAPI::Services::EndpointWebhookValidationModuleClient
62
+ <div id="content"><h1>Class: NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient
63
63
 
64
64
 
65
65
 
@@ -74,7 +74,7 @@
74
74
  <ul class="fullTree">
75
75
  <li>Object</li>
76
76
 
77
- <li class="next">NgrokAPI::Services::EndpointWebhookValidationModuleClient</li>
77
+ <li class="next">NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient</li>
78
78
 
79
79
  </ul>
80
80
  <a href="#" class="inheritanceTree">show all</a>
@@ -94,7 +94,7 @@
94
94
 
95
95
  <dl>
96
96
  <dt>Defined in:</dt>
97
- <dd>lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb</dd>
97
+ <dd>lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb</dd>
98
98
  </dl>
99
99
 
100
100
  </div>
@@ -102,7 +102,7 @@
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
104
104
 
105
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module">ngrok.com/docs/api#api-endpoint-webhook-validation-module</a></p>
105
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module">ngrok.com/docs/api#api-edge-route-webhook-verification-module</a></p>
106
106
 
107
107
 
108
108
  </div>
@@ -133,7 +133,7 @@
133
133
 
134
134
  </div>
135
135
  </dt>
136
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/endpoint_configurations/%{id}/webhook_validation</span><span class='tstring_end'>&#39;</span></span></pre></dd>
136
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{edge_id}/routes/%{id}/webhook_verification</span><span class='tstring_end'>&#39;</span></span></pre></dd>
137
137
 
138
138
  </dl>
139
139
 
@@ -189,7 +189,7 @@
189
189
  <li class="public ">
190
190
  <span class="summary_signature">
191
191
 
192
- <a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong>(id: &quot;&quot;) &#x21d2; NgrokAPI::Models::Empty </a>
192
+ <a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong>(edge_id: &quot;&quot;, id: &quot;&quot;) &#x21d2; NgrokAPI::Models::Empty </a>
193
193
 
194
194
 
195
195
 
@@ -204,7 +204,7 @@
204
204
 
205
205
 
206
206
  <span class="summary_desc"><div class='inline'>
207
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-delete">ngrok.com/docs/api#api-endpoint-webhook-validation-module-delete</a>.</p>
207
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete">ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete</a>.</p>
208
208
  </div></span>
209
209
 
210
210
  </li>
@@ -213,7 +213,7 @@
213
213
  <li class="public ">
214
214
  <span class="summary_signature">
215
215
 
216
- <a href="#delete!-instance_method" title="#delete! (instance method)">#<strong>delete!</strong>(id: &quot;&quot;) &#x21d2; NgrokAPI::Models::Empty </a>
216
+ <a href="#delete!-instance_method" title="#delete! (instance method)">#<strong>delete!</strong>(edge_id: &quot;&quot;, id: &quot;&quot;) &#x21d2; NgrokAPI::Models::Empty </a>
217
217
 
218
218
 
219
219
 
@@ -228,7 +228,7 @@
228
228
 
229
229
 
230
230
  <span class="summary_desc"><div class='inline'>
231
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-delete">ngrok.com/docs/api#api-endpoint-webhook-validation-module-delete</a>.</p>
231
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete">ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete</a>.</p>
232
232
  </div></span>
233
233
 
234
234
  </li>
@@ -237,7 +237,7 @@
237
237
  <li class="public ">
238
238
  <span class="summary_signature">
239
239
 
240
- <a href="#get-instance_method" title="#get (instance method)">#<strong>get</strong>(id: &quot;&quot;) &#x21d2; NgrokAPI::Models::EndpointWebhookValidation </a>
240
+ <a href="#get-instance_method" title="#get (instance method)">#<strong>get</strong>(edge_id: &quot;&quot;, id: &quot;&quot;) &#x21d2; NgrokAPI::Models::EndpointWebhookValidation </a>
241
241
 
242
242
 
243
243
 
@@ -252,7 +252,7 @@
252
252
 
253
253
 
254
254
  <span class="summary_desc"><div class='inline'>
255
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-get">ngrok.com/docs/api#api-endpoint-webhook-validation-module-get</a>.</p>
255
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-get">ngrok.com/docs/api#api-edge-route-webhook-verification-module-get</a>.</p>
256
256
  </div></span>
257
257
 
258
258
  </li>
@@ -261,7 +261,7 @@
261
261
  <li class="public ">
262
262
  <span class="summary_signature">
263
263
 
264
- <a href="#get!-instance_method" title="#get! (instance method)">#<strong>get!</strong>(id: &quot;&quot;) &#x21d2; NgrokAPI::Models::EndpointWebhookValidation </a>
264
+ <a href="#get!-instance_method" title="#get! (instance method)">#<strong>get!</strong>(edge_id: &quot;&quot;, id: &quot;&quot;) &#x21d2; NgrokAPI::Models::EndpointWebhookValidation </a>
265
265
 
266
266
 
267
267
 
@@ -276,7 +276,7 @@
276
276
 
277
277
 
278
278
  <span class="summary_desc"><div class='inline'>
279
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-get">ngrok.com/docs/api#api-endpoint-webhook-validation-module-get</a>.</p>
279
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-get">ngrok.com/docs/api#api-edge-route-webhook-verification-module-get</a>.</p>
280
280
  </div></span>
281
281
 
282
282
  </li>
@@ -285,7 +285,7 @@
285
285
  <li class="public ">
286
286
  <span class="summary_signature">
287
287
 
288
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:) &#x21d2; EndpointWebhookValidationModuleClient </a>
288
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:) &#x21d2; EdgeRouteWebhookVerificationModuleClient </a>
289
289
 
290
290
 
291
291
 
@@ -302,7 +302,7 @@
302
302
 
303
303
 
304
304
  <span class="summary_desc"><div class='inline'>
305
- <p>A new instance of EndpointWebhookValidationModuleClient.</p>
305
+ <p>A new instance of EdgeRouteWebhookVerificationModuleClient.</p>
306
306
  </div></span>
307
307
 
308
308
  </li>
@@ -311,7 +311,7 @@
311
311
  <li class="public ">
312
312
  <span class="summary_signature">
313
313
 
314
- <a href="#replace-instance_method" title="#replace (instance method)">#<strong>replace</strong>(id: &quot;&quot;, a_module: nil) &#x21d2; NgrokAPI::Models::EndpointWebhookValidation </a>
314
+ <a href="#replace-instance_method" title="#replace (instance method)">#<strong>replace</strong>(edge_id: &quot;&quot;, id: &quot;&quot;, a_module: nil) &#x21d2; NgrokAPI::Models::EndpointWebhookValidation </a>
315
315
 
316
316
 
317
317
 
@@ -326,7 +326,7 @@
326
326
 
327
327
 
328
328
  <span class="summary_desc"><div class='inline'>
329
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-replace">ngrok.com/docs/api#api-endpoint-webhook-validation-module-replace</a>.</p>
329
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace">ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace</a>.</p>
330
330
  </div></span>
331
331
 
332
332
  </li>
@@ -335,7 +335,7 @@
335
335
  <li class="public ">
336
336
  <span class="summary_signature">
337
337
 
338
- <a href="#replace!-instance_method" title="#replace! (instance method)">#<strong>replace!</strong>(id: &quot;&quot;, a_module: nil) &#x21d2; NgrokAPI::Models::EndpointWebhookValidation </a>
338
+ <a href="#replace!-instance_method" title="#replace! (instance method)">#<strong>replace!</strong>(edge_id: &quot;&quot;, id: &quot;&quot;, a_module: nil) &#x21d2; NgrokAPI::Models::EndpointWebhookValidation </a>
339
339
 
340
340
 
341
341
 
@@ -350,7 +350,7 @@
350
350
 
351
351
 
352
352
  <span class="summary_desc"><div class='inline'>
353
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-replace">ngrok.com/docs/api#api-endpoint-webhook-validation-module-replace</a>.</p>
353
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace">ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace</a>.</p>
354
354
  </div></span>
355
355
 
356
356
  </li>
@@ -365,7 +365,7 @@
365
365
  <div class="method_details first">
366
366
  <h3 class="signature first" id="initialize-instance_method">
367
367
 
368
- #<strong>initialize</strong>(client:) &#x21d2; <tt><span class='object_link'><a href="" title="NgrokAPI::Services::EndpointWebhookValidationModuleClient (class)">EndpointWebhookValidationModuleClient</a></span></tt>
368
+ #<strong>initialize</strong>(client:) &#x21d2; <tt><span class='object_link'><a href="" title="NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient (class)">EdgeRouteWebhookVerificationModuleClient</a></span></tt>
369
369
 
370
370
 
371
371
 
@@ -374,7 +374,7 @@
374
374
  </h3><div class="docstring">
375
375
  <div class="discussion">
376
376
 
377
- <p>Returns a new instance of EndpointWebhookValidationModuleClient.</p>
377
+ <p>Returns a new instance of EdgeRouteWebhookVerificationModuleClient.</p>
378
378
 
379
379
 
380
380
  </div>
@@ -393,7 +393,7 @@
393
393
  15</pre>
394
394
  </td>
395
395
  <td>
396
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 13</span>
396
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb', line 13</span>
397
397
 
398
398
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span><span class='rparen'>)</span>
399
399
  <span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
@@ -441,7 +441,7 @@
441
441
  13</pre>
442
442
  </td>
443
443
  <td>
444
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 11</span>
444
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb', line 11</span>
445
445
 
446
446
  <span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
447
447
  <span class='ivar'>@client</span>
@@ -461,7 +461,7 @@
461
461
  <div class="method_details first">
462
462
  <h3 class="signature first" id="delete-instance_method">
463
463
 
464
- #<strong>delete</strong>(id: &quot;&quot;) &#x21d2; <tt>NgrokAPI::Models::Empty</tt>
464
+ #<strong>delete</strong>(edge_id: &quot;&quot;, id: &quot;&quot;) &#x21d2; <tt>NgrokAPI::Models::Empty</tt>
465
465
 
466
466
 
467
467
 
@@ -470,7 +470,7 @@
470
470
  </h3><div class="docstring">
471
471
  <div class="discussion">
472
472
 
473
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-delete">ngrok.com/docs/api#api-endpoint-webhook-validation-module-delete</a></p>
473
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete">ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete</a></p>
474
474
 
475
475
 
476
476
  </div>
@@ -479,6 +479,24 @@
479
479
  <p class="tag_title">Parameters:</p>
480
480
  <ul class="param">
481
481
 
482
+ <li>
483
+
484
+ <span class='name'>edge_id</span>
485
+
486
+
487
+ <span class='type'>(<tt>string</tt>)</span>
488
+
489
+
490
+ <em class="default">(defaults to: <tt>&quot;&quot;</tt>)</em>
491
+
492
+
493
+ &mdash;
494
+ <div class='inline'>
495
+ <p>unique identifier of this edge</p>
496
+ </div>
497
+
498
+ </li>
499
+
482
500
  <li>
483
501
 
484
502
  <span class='name'>id</span>
@@ -492,7 +510,7 @@
492
510
 
493
511
  &mdash;
494
512
  <div class='inline'>
495
- <p>a resource identifier</p>
513
+ <p>unique identifier of this edge route</p>
496
514
  </div>
497
515
 
498
516
  </li>
@@ -524,20 +542,22 @@
524
542
  <pre class="lines">
525
543
 
526
544
 
527
- 86
528
- 87
529
- 88
530
- 89
531
- 90
532
- 91
533
- 92</pre>
545
+ 95
546
+ 96
547
+ 97
548
+ 98
549
+ 99
550
+ 100
551
+ 101
552
+ 102</pre>
534
553
  </td>
535
554
  <td>
536
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 86</span>
555
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb', line 95</span>
537
556
 
538
- <span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
539
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/endpoint_configurations/%{id}/webhook_validation</span><span class='tstring_end'>&#39;</span></span>
557
+ <span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='label'>edge_id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
558
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{edge_id}/routes/%{id}/webhook_verification</span><span class='tstring_end'>&#39;</span></span>
540
559
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
560
+ <span class='label'>edge_id:</span> <span class='id identifier rubyid_edge_id'>edge_id</span><span class='comma'>,</span>
541
561
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
542
562
  <span class='rbrace'>}</span>
543
563
  <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='rparen'>)</span>
@@ -550,7 +570,7 @@
550
570
  <div class="method_details ">
551
571
  <h3 class="signature " id="delete!-instance_method">
552
572
 
553
- #<strong>delete!</strong>(id: &quot;&quot;) &#x21d2; <tt>NgrokAPI::Models::Empty</tt>
573
+ #<strong>delete!</strong>(edge_id: &quot;&quot;, id: &quot;&quot;) &#x21d2; <tt>NgrokAPI::Models::Empty</tt>
554
574
 
555
575
 
556
576
 
@@ -559,7 +579,7 @@
559
579
  </h3><div class="docstring">
560
580
  <div class="discussion">
561
581
 
562
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-delete">ngrok.com/docs/api#api-endpoint-webhook-validation-module-delete</a></p>
582
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete">ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete</a></p>
563
583
 
564
584
 
565
585
  </div>
@@ -568,6 +588,24 @@
568
588
  <p class="tag_title">Parameters:</p>
569
589
  <ul class="param">
570
590
 
591
+ <li>
592
+
593
+ <span class='name'>edge_id</span>
594
+
595
+
596
+ <span class='type'>(<tt>string</tt>)</span>
597
+
598
+
599
+ <em class="default">(defaults to: <tt>&quot;&quot;</tt>)</em>
600
+
601
+
602
+ &mdash;
603
+ <div class='inline'>
604
+ <p>unique identifier of this edge</p>
605
+ </div>
606
+
607
+ </li>
608
+
571
609
  <li>
572
610
 
573
611
  <span class='name'>id</span>
@@ -581,7 +619,7 @@
581
619
 
582
620
  &mdash;
583
621
  <div class='inline'>
584
- <p>a resource identifier</p>
622
+ <p>unique identifier of this edge route</p>
585
623
  </div>
586
624
 
587
625
  </li>
@@ -613,20 +651,22 @@
613
651
  <pre class="lines">
614
652
 
615
653
 
616
- 99
617
- 100
618
- 101
619
- 102
620
- 103
621
- 104
622
- 105</pre>
654
+ 110
655
+ 111
656
+ 112
657
+ 113
658
+ 114
659
+ 115
660
+ 116
661
+ 117</pre>
623
662
  </td>
624
663
  <td>
625
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 99</span>
664
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb', line 110</span>
626
665
 
627
- <span class='kw'>def</span> <span class='id identifier rubyid_delete!'>delete!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
628
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/endpoint_configurations/%{id}/webhook_validation</span><span class='tstring_end'>&#39;</span></span>
666
+ <span class='kw'>def</span> <span class='id identifier rubyid_delete!'>delete!</span><span class='lparen'>(</span><span class='label'>edge_id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
667
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{edge_id}/routes/%{id}/webhook_verification</span><span class='tstring_end'>&#39;</span></span>
629
668
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
669
+ <span class='label'>edge_id:</span> <span class='id identifier rubyid_edge_id'>edge_id</span><span class='comma'>,</span>
630
670
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
631
671
  <span class='rbrace'>}</span>
632
672
  <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>danger:</span> <span class='kw'>true</span><span class='rparen'>)</span>
@@ -639,7 +679,7 @@
639
679
  <div class="method_details ">
640
680
  <h3 class="signature " id="get-instance_method">
641
681
 
642
- #<strong>get</strong>(id: &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Models/EndpointWebhookValidation.html" title="NgrokAPI::Models::EndpointWebhookValidation (class)">NgrokAPI::Models::EndpointWebhookValidation</a></span></tt>
682
+ #<strong>get</strong>(edge_id: &quot;&quot;, id: &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Models/EndpointWebhookValidation.html" title="NgrokAPI::Models::EndpointWebhookValidation (class)">NgrokAPI::Models::EndpointWebhookValidation</a></span></tt>
643
683
 
644
684
 
645
685
 
@@ -648,7 +688,7 @@
648
688
  </h3><div class="docstring">
649
689
  <div class="discussion">
650
690
 
651
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-get">ngrok.com/docs/api#api-endpoint-webhook-validation-module-get</a></p>
691
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-get">ngrok.com/docs/api#api-edge-route-webhook-verification-module-get</a></p>
652
692
 
653
693
 
654
694
  </div>
@@ -657,6 +697,24 @@
657
697
  <p class="tag_title">Parameters:</p>
658
698
  <ul class="param">
659
699
 
700
+ <li>
701
+
702
+ <span class='name'>edge_id</span>
703
+
704
+
705
+ <span class='type'>(<tt>string</tt>)</span>
706
+
707
+
708
+ <em class="default">(defaults to: <tt>&quot;&quot;</tt>)</em>
709
+
710
+
711
+ &mdash;
712
+ <div class='inline'>
713
+ <p>unique identifier of this edge</p>
714
+ </div>
715
+
716
+ </li>
717
+
660
718
  <li>
661
719
 
662
720
  <span class='name'>id</span>
@@ -670,7 +728,7 @@
670
728
 
671
729
  &mdash;
672
730
  <div class='inline'>
673
- <p>a resource identifier</p>
731
+ <p>unique identifier of this edge route</p>
674
732
  </div>
675
733
 
676
734
  </li>
@@ -702,22 +760,24 @@
702
760
  <pre class="lines">
703
761
 
704
762
 
705
- 56
706
- 57
707
- 58
708
- 59
709
- 60
710
763
  61
711
764
  62
712
765
  63
713
- 64</pre>
766
+ 64
767
+ 65
768
+ 66
769
+ 67
770
+ 68
771
+ 69
772
+ 70</pre>
714
773
  </td>
715
774
  <td>
716
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 56</span>
775
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb', line 61</span>
717
776
 
718
- <span class='kw'>def</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
719
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/endpoint_configurations/%{id}/webhook_validation</span><span class='tstring_end'>&#39;</span></span>
777
+ <span class='kw'>def</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='label'>edge_id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
778
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{edge_id}/routes/%{id}/webhook_verification</span><span class='tstring_end'>&#39;</span></span>
720
779
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
780
+ <span class='label'>edge_id:</span> <span class='id identifier rubyid_edge_id'>edge_id</span><span class='comma'>,</span>
721
781
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
722
782
  <span class='rbrace'>}</span>
723
783
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
@@ -732,7 +792,7 @@
732
792
  <div class="method_details ">
733
793
  <h3 class="signature " id="get!-instance_method">
734
794
 
735
- #<strong>get!</strong>(id: &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Models/EndpointWebhookValidation.html" title="NgrokAPI::Models::EndpointWebhookValidation (class)">NgrokAPI::Models::EndpointWebhookValidation</a></span></tt>
795
+ #<strong>get!</strong>(edge_id: &quot;&quot;, id: &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Models/EndpointWebhookValidation.html" title="NgrokAPI::Models::EndpointWebhookValidation (class)">NgrokAPI::Models::EndpointWebhookValidation</a></span></tt>
736
796
 
737
797
 
738
798
 
@@ -741,7 +801,7 @@
741
801
  </h3><div class="docstring">
742
802
  <div class="discussion">
743
803
 
744
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-get">ngrok.com/docs/api#api-endpoint-webhook-validation-module-get</a></p>
804
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-get">ngrok.com/docs/api#api-edge-route-webhook-verification-module-get</a></p>
745
805
 
746
806
 
747
807
  </div>
@@ -750,6 +810,24 @@
750
810
  <p class="tag_title">Parameters:</p>
751
811
  <ul class="param">
752
812
 
813
+ <li>
814
+
815
+ <span class='name'>edge_id</span>
816
+
817
+
818
+ <span class='type'>(<tt>string</tt>)</span>
819
+
820
+
821
+ <em class="default">(defaults to: <tt>&quot;&quot;</tt>)</em>
822
+
823
+
824
+ &mdash;
825
+ <div class='inline'>
826
+ <p>unique identifier of this edge</p>
827
+ </div>
828
+
829
+ </li>
830
+
753
831
  <li>
754
832
 
755
833
  <span class='name'>id</span>
@@ -763,7 +841,7 @@
763
841
 
764
842
  &mdash;
765
843
  <div class='inline'>
766
- <p>a resource identifier</p>
844
+ <p>unique identifier of this edge route</p>
767
845
  </div>
768
846
 
769
847
  </li>
@@ -795,22 +873,24 @@
795
873
  <pre class="lines">
796
874
 
797
875
 
798
- 71
799
- 72
800
- 73
801
- 74
802
- 75
803
- 76
804
- 77
805
876
  78
806
- 79</pre>
877
+ 79
878
+ 80
879
+ 81
880
+ 82
881
+ 83
882
+ 84
883
+ 85
884
+ 86
885
+ 87</pre>
807
886
  </td>
808
887
  <td>
809
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 71</span>
888
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb', line 78</span>
810
889
 
811
- <span class='kw'>def</span> <span class='id identifier rubyid_get!'>get!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
812
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/endpoint_configurations/%{id}/webhook_validation</span><span class='tstring_end'>&#39;</span></span>
890
+ <span class='kw'>def</span> <span class='id identifier rubyid_get!'>get!</span><span class='lparen'>(</span><span class='label'>edge_id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
891
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{edge_id}/routes/%{id}/webhook_verification</span><span class='tstring_end'>&#39;</span></span>
813
892
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
893
+ <span class='label'>edge_id:</span> <span class='id identifier rubyid_edge_id'>edge_id</span><span class='comma'>,</span>
814
894
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
815
895
  <span class='rbrace'>}</span>
816
896
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
@@ -825,7 +905,7 @@
825
905
  <div class="method_details ">
826
906
  <h3 class="signature " id="replace-instance_method">
827
907
 
828
- #<strong>replace</strong>(id: &quot;&quot;, a_module: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/EndpointWebhookValidation.html" title="NgrokAPI::Models::EndpointWebhookValidation (class)">NgrokAPI::Models::EndpointWebhookValidation</a></span></tt>
908
+ #<strong>replace</strong>(edge_id: &quot;&quot;, id: &quot;&quot;, a_module: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/EndpointWebhookValidation.html" title="NgrokAPI::Models::EndpointWebhookValidation (class)">NgrokAPI::Models::EndpointWebhookValidation</a></span></tt>
829
909
 
830
910
 
831
911
 
@@ -834,7 +914,7 @@
834
914
  </h3><div class="docstring">
835
915
  <div class="discussion">
836
916
 
837
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-replace">ngrok.com/docs/api#api-endpoint-webhook-validation-module-replace</a></p>
917
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace">ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace</a></p>
838
918
 
839
919
 
840
920
  </div>
@@ -843,6 +923,19 @@
843
923
  <p class="tag_title">Parameters:</p>
844
924
  <ul class="param">
845
925
 
926
+ <li>
927
+
928
+ <span class='name'>edge_id</span>
929
+
930
+
931
+ <span class='type'>(<tt>string</tt>)</span>
932
+
933
+
934
+ <em class="default">(defaults to: <tt>&quot;&quot;</tt>)</em>
935
+
936
+
937
+ </li>
938
+
846
939
  <li>
847
940
 
848
941
  <span class='name'>id</span>
@@ -896,7 +989,6 @@
896
989
  <pre class="lines">
897
990
 
898
991
 
899
- 23
900
992
  24
901
993
  25
902
994
  26
@@ -905,14 +997,17 @@
905
997
  29
906
998
  30
907
999
  31
908
- 32</pre>
1000
+ 32
1001
+ 33
1002
+ 34</pre>
909
1003
  </td>
910
1004
  <td>
911
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 23</span>
1005
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb', line 24</span>
912
1006
 
913
- <span class='kw'>def</span> <span class='id identifier rubyid_replace'>replace</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>a_module:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
914
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/endpoint_configurations/%{id}/webhook_validation</span><span class='tstring_end'>&#39;</span></span>
1007
+ <span class='kw'>def</span> <span class='id identifier rubyid_replace'>replace</span><span class='lparen'>(</span><span class='label'>edge_id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>a_module:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1008
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{edge_id}/routes/%{id}/webhook_verification</span><span class='tstring_end'>&#39;</span></span>
915
1009
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
1010
+ <span class='label'>edge_id:</span> <span class='id identifier rubyid_edge_id'>edge_id</span><span class='comma'>,</span>
916
1011
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
917
1012
  <span class='rbrace'>}</span>
918
1013
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
@@ -928,7 +1023,7 @@
928
1023
  <div class="method_details ">
929
1024
  <h3 class="signature " id="replace!-instance_method">
930
1025
 
931
- #<strong>replace!</strong>(id: &quot;&quot;, a_module: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/EndpointWebhookValidation.html" title="NgrokAPI::Models::EndpointWebhookValidation (class)">NgrokAPI::Models::EndpointWebhookValidation</a></span></tt>
1026
+ #<strong>replace!</strong>(edge_id: &quot;&quot;, id: &quot;&quot;, a_module: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/EndpointWebhookValidation.html" title="NgrokAPI::Models::EndpointWebhookValidation (class)">NgrokAPI::Models::EndpointWebhookValidation</a></span></tt>
932
1027
 
933
1028
 
934
1029
 
@@ -937,7 +1032,7 @@
937
1032
  </h3><div class="docstring">
938
1033
  <div class="discussion">
939
1034
 
940
- <p><a href="https://ngrok.com/docs/api#api-endpoint-webhook-validation-module-replace">ngrok.com/docs/api#api-endpoint-webhook-validation-module-replace</a></p>
1035
+ <p><a href="https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace">ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace</a></p>
941
1036
 
942
1037
 
943
1038
  </div>
@@ -946,6 +1041,19 @@
946
1041
  <p class="tag_title">Parameters:</p>
947
1042
  <ul class="param">
948
1043
 
1044
+ <li>
1045
+
1046
+ <span class='name'>edge_id</span>
1047
+
1048
+
1049
+ <span class='type'>(<tt>string</tt>)</span>
1050
+
1051
+
1052
+ <em class="default">(defaults to: <tt>&quot;&quot;</tt>)</em>
1053
+
1054
+
1055
+ </li>
1056
+
949
1057
  <li>
950
1058
 
951
1059
  <span class='name'>id</span>
@@ -999,23 +1107,25 @@
999
1107
  <pre class="lines">
1000
1108
 
1001
1109
 
1002
- 40
1003
- 41
1004
- 42
1005
1110
  43
1006
1111
  44
1007
1112
  45
1008
1113
  46
1009
1114
  47
1010
1115
  48
1011
- 49</pre>
1116
+ 49
1117
+ 50
1118
+ 51
1119
+ 52
1120
+ 53</pre>
1012
1121
  </td>
1013
1122
  <td>
1014
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 40</span>
1123
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb', line 43</span>
1015
1124
 
1016
- <span class='kw'>def</span> <span class='id identifier rubyid_replace!'>replace!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>a_module:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1017
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/endpoint_configurations/%{id}/webhook_validation</span><span class='tstring_end'>&#39;</span></span>
1125
+ <span class='kw'>def</span> <span class='id identifier rubyid_replace!'>replace!</span><span class='lparen'>(</span><span class='label'>edge_id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>a_module:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1126
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{edge_id}/routes/%{id}/webhook_verification</span><span class='tstring_end'>&#39;</span></span>
1018
1127
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
1128
+ <span class='label'>edge_id:</span> <span class='id identifier rubyid_edge_id'>edge_id</span><span class='comma'>,</span>
1019
1129
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
1020
1130
  <span class='rbrace'>}</span>
1021
1131
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
@@ -1033,9 +1143,9 @@
1033
1143
  </div>
1034
1144
 
1035
1145
  <div id="footer">
1036
- Generated on Thu Dec 2 18:48:58 2021 by
1146
+ Generated on Thu Mar 10 04:54:57 2022 by
1037
1147
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1038
- 0.9.27 (ruby-3.0.1).
1148
+ 0.9.27 (ruby-2.7.5).
1039
1149
  </div>
1040
1150
 
1041
1151
  </div>