smplkit 3.0.24 → 3.0.25
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa5a6eee857a0f0792cc2a7c5442b752783355410e56df2b31c6a0c6a6cd0c77
|
|
4
|
+
data.tar.gz: 77c2fa4112a9ab8b61d017529bb1b135fff9407eac54bfb7928494e29832958c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0135c0d4ac37176fa5ea072bcaa0ca11cec186f76326ec21be63c2a019892ca565c6029f409f51067ea53439a7561a349baa397f25012e5c9729ab5a3ebdd2d
|
|
7
|
+
data.tar.gz: 1fae10527875c467d271dde21ba7c07595901005357cb459d3ca3953429073bbd6fdc2f74b18d4f9fcc1c1fde1620942a0ba755383d4e494771e633d31db6947
|
|
@@ -19,7 +19,7 @@ module SmplkitGeneratedClient::Audit
|
|
|
19
19
|
# HTTP method used when delivering an event.
|
|
20
20
|
attr_accessor :method
|
|
21
21
|
|
|
22
|
-
# Destination URL.
|
|
22
|
+
# Destination URL. Must be an absolute `http://` or `https://` URL with a hostname (e.g. `https://siem.example.com/in`).
|
|
23
23
|
attr_accessor :url
|
|
24
24
|
|
|
25
25
|
# HTTP headers attached to each delivery request.
|
|
@@ -19,7 +19,7 @@ module SmplkitGeneratedClient::Audit
|
|
|
19
19
|
# HTTP method used for the test request.
|
|
20
20
|
attr_accessor :method
|
|
21
21
|
|
|
22
|
-
# Destination URL.
|
|
22
|
+
# Destination URL. Must be an absolute `http://` or `https://` URL with a hostname (e.g. `https://siem.example.com/in`).
|
|
23
23
|
attr_accessor :url
|
|
24
24
|
|
|
25
25
|
# HTTP headers attached to the test request.
|