@opusdns/api 0.191.0 → 0.193.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.
- package/package.json +1 -1
- package/src/helpers/requests.d.ts +18 -0
- package/src/helpers/responses.d.ts +27 -0
- package/src/openapi.yaml +83 -2
- package/src/schema.d.ts +19 -1
package/package.json
CHANGED
|
@@ -1951,6 +1951,7 @@ export type PUT_DomainForwardsHostnameProtocol_Request_Body = PUT_DomainForwards
|
|
|
1951
1951
|
* @path /v1/domain-forwards/metrics
|
|
1952
1952
|
* @param protocol (query) - Filter by protocol: http or https
|
|
1953
1953
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
1954
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
1954
1955
|
*
|
|
1955
1956
|
* @see {@link GET_DomainForwardsMetrics_Request_Query} - Query parameters type
|
|
1956
1957
|
* @see {@link GET_DomainForwardsMetrics_Request_Path} - Path parameters type
|
|
@@ -1974,6 +1975,7 @@ export type GET_DomainForwardsMetrics_Request = {
|
|
|
1974
1975
|
* @path /v1/domain-forwards/metrics
|
|
1975
1976
|
* @param protocol (query) - Filter by protocol: http or https
|
|
1976
1977
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
1978
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
1977
1979
|
*/
|
|
1978
1980
|
export type GET_DomainForwardsMetrics_Request_Query = GET_DomainForwardsMetrics_Request['parameters']['query'];
|
|
1979
1981
|
|
|
@@ -1993,6 +1995,7 @@ export type GET_DomainForwardsMetrics_Request_Query = GET_DomainForwardsMetrics_
|
|
|
1993
1995
|
* @path /v1/domain-forwards/metrics/browser
|
|
1994
1996
|
* @param protocol (query) - Filter by protocol: http or https
|
|
1995
1997
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
1998
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
1996
1999
|
*
|
|
1997
2000
|
* @see {@link GET_DomainForwardsMetricsBrowser_Request_Query} - Query parameters type
|
|
1998
2001
|
* @see {@link GET_DomainForwardsMetricsBrowser_Request_Path} - Path parameters type
|
|
@@ -2016,6 +2019,7 @@ export type GET_DomainForwardsMetricsBrowser_Request = {
|
|
|
2016
2019
|
* @path /v1/domain-forwards/metrics/browser
|
|
2017
2020
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2018
2021
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2022
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2019
2023
|
*/
|
|
2020
2024
|
export type GET_DomainForwardsMetricsBrowser_Request_Query = GET_DomainForwardsMetricsBrowser_Request['parameters']['query'];
|
|
2021
2025
|
|
|
@@ -2035,6 +2039,7 @@ export type GET_DomainForwardsMetricsBrowser_Request_Query = GET_DomainForwardsM
|
|
|
2035
2039
|
* @path /v1/domain-forwards/metrics/geo
|
|
2036
2040
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2037
2041
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2042
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2038
2043
|
*
|
|
2039
2044
|
* @see {@link GET_DomainForwardsMetricsGeo_Request_Query} - Query parameters type
|
|
2040
2045
|
* @see {@link GET_DomainForwardsMetricsGeo_Request_Path} - Path parameters type
|
|
@@ -2058,6 +2063,7 @@ export type GET_DomainForwardsMetricsGeo_Request = {
|
|
|
2058
2063
|
* @path /v1/domain-forwards/metrics/geo
|
|
2059
2064
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2060
2065
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2066
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2061
2067
|
*/
|
|
2062
2068
|
export type GET_DomainForwardsMetricsGeo_Request_Query = GET_DomainForwardsMetricsGeo_Request['parameters']['query'];
|
|
2063
2069
|
|
|
@@ -2077,6 +2083,7 @@ export type GET_DomainForwardsMetricsGeo_Request_Query = GET_DomainForwardsMetri
|
|
|
2077
2083
|
* @path /v1/domain-forwards/metrics/platform
|
|
2078
2084
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2079
2085
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2086
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2080
2087
|
*
|
|
2081
2088
|
* @see {@link GET_DomainForwardsMetricsPlatform_Request_Query} - Query parameters type
|
|
2082
2089
|
* @see {@link GET_DomainForwardsMetricsPlatform_Request_Path} - Path parameters type
|
|
@@ -2100,6 +2107,7 @@ export type GET_DomainForwardsMetricsPlatform_Request = {
|
|
|
2100
2107
|
* @path /v1/domain-forwards/metrics/platform
|
|
2101
2108
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2102
2109
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2110
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2103
2111
|
*/
|
|
2104
2112
|
export type GET_DomainForwardsMetricsPlatform_Request_Query = GET_DomainForwardsMetricsPlatform_Request['parameters']['query'];
|
|
2105
2113
|
|
|
@@ -2119,6 +2127,7 @@ export type GET_DomainForwardsMetricsPlatform_Request_Query = GET_DomainForwards
|
|
|
2119
2127
|
* @path /v1/domain-forwards/metrics/referrer
|
|
2120
2128
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2121
2129
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2130
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2122
2131
|
*
|
|
2123
2132
|
* @see {@link GET_DomainForwardsMetricsReferrer_Request_Query} - Query parameters type
|
|
2124
2133
|
* @see {@link GET_DomainForwardsMetricsReferrer_Request_Path} - Path parameters type
|
|
@@ -2142,6 +2151,7 @@ export type GET_DomainForwardsMetricsReferrer_Request = {
|
|
|
2142
2151
|
* @path /v1/domain-forwards/metrics/referrer
|
|
2143
2152
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2144
2153
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2154
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2145
2155
|
*/
|
|
2146
2156
|
export type GET_DomainForwardsMetricsReferrer_Request_Query = GET_DomainForwardsMetricsReferrer_Request['parameters']['query'];
|
|
2147
2157
|
|
|
@@ -2161,6 +2171,7 @@ export type GET_DomainForwardsMetricsReferrer_Request_Query = GET_DomainForwards
|
|
|
2161
2171
|
* @path /v1/domain-forwards/metrics/status-code
|
|
2162
2172
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2163
2173
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2174
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2164
2175
|
*
|
|
2165
2176
|
* @see {@link GET_DomainForwardsMetricsStatusCode_Request_Query} - Query parameters type
|
|
2166
2177
|
* @see {@link GET_DomainForwardsMetricsStatusCode_Request_Path} - Path parameters type
|
|
@@ -2184,6 +2195,7 @@ export type GET_DomainForwardsMetricsStatusCode_Request = {
|
|
|
2184
2195
|
* @path /v1/domain-forwards/metrics/status-code
|
|
2185
2196
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2186
2197
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2198
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2187
2199
|
*/
|
|
2188
2200
|
export type GET_DomainForwardsMetricsStatusCode_Request_Query = GET_DomainForwardsMetricsStatusCode_Request['parameters']['query'];
|
|
2189
2201
|
|
|
@@ -2203,6 +2215,7 @@ export type GET_DomainForwardsMetricsStatusCode_Request_Query = GET_DomainForwar
|
|
|
2203
2215
|
* @path /v1/domain-forwards/metrics/time-series
|
|
2204
2216
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2205
2217
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2218
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2206
2219
|
*
|
|
2207
2220
|
* @see {@link GET_DomainForwardsMetricsTimeSeries_Request_Query} - Query parameters type
|
|
2208
2221
|
* @see {@link GET_DomainForwardsMetricsTimeSeries_Request_Path} - Path parameters type
|
|
@@ -2226,6 +2239,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Request = {
|
|
|
2226
2239
|
* @path /v1/domain-forwards/metrics/time-series
|
|
2227
2240
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2228
2241
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2242
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2229
2243
|
*/
|
|
2230
2244
|
export type GET_DomainForwardsMetricsTimeSeries_Request_Query = GET_DomainForwardsMetricsTimeSeries_Request['parameters']['query'];
|
|
2231
2245
|
|
|
@@ -2245,6 +2259,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Request_Query = GET_DomainForwar
|
|
|
2245
2259
|
* @path /v1/domain-forwards/metrics/user-agent
|
|
2246
2260
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2247
2261
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2262
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2248
2263
|
*
|
|
2249
2264
|
* @see {@link GET_DomainForwardsMetricsUserAgent_Request_Query} - Query parameters type
|
|
2250
2265
|
* @see {@link GET_DomainForwardsMetricsUserAgent_Request_Path} - Path parameters type
|
|
@@ -2268,6 +2283,7 @@ export type GET_DomainForwardsMetricsUserAgent_Request = {
|
|
|
2268
2283
|
* @path /v1/domain-forwards/metrics/user-agent
|
|
2269
2284
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2270
2285
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2286
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2271
2287
|
*/
|
|
2272
2288
|
export type GET_DomainForwardsMetricsUserAgent_Request_Query = GET_DomainForwardsMetricsUserAgent_Request['parameters']['query'];
|
|
2273
2289
|
|
|
@@ -2288,6 +2304,7 @@ export type GET_DomainForwardsMetricsUserAgent_Request_Query = GET_DomainForward
|
|
|
2288
2304
|
* @param grouping (query) - Grouping key: url, fqdn, domain, or forward
|
|
2289
2305
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2290
2306
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2307
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2291
2308
|
*
|
|
2292
2309
|
* @see {@link GET_DomainForwardsMetricsVisitsByKey_Request_Query} - Query parameters type
|
|
2293
2310
|
* @see {@link GET_DomainForwardsMetricsVisitsByKey_Request_Path} - Path parameters type
|
|
@@ -2312,6 +2329,7 @@ export type GET_DomainForwardsMetricsVisitsByKey_Request = {
|
|
|
2312
2329
|
* @param grouping (query) - Grouping key: url, fqdn, domain, or forward
|
|
2313
2330
|
* @param protocol (query) - Filter by protocol: http or https
|
|
2314
2331
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
2332
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
2315
2333
|
*/
|
|
2316
2334
|
export type GET_DomainForwardsMetricsVisitsByKey_Request_Query = GET_DomainForwardsMetricsVisitsByKey_Request['parameters']['query'];
|
|
2317
2335
|
|
|
@@ -3670,6 +3670,7 @@ export type PATCH_DomainForwardsByHostnameEnable_Response_422 = HTTPValidationEr
|
|
|
3670
3670
|
* @path /v1/domain-forwards/metrics
|
|
3671
3671
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3672
3672
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3673
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3673
3674
|
*
|
|
3674
3675
|
* @see {@link GET_DomainForwardsMetrics_Response_200} - 200 response type
|
|
3675
3676
|
* @see {@link GET_DomainForwardsMetrics_Response_422} - 422 response type
|
|
@@ -3691,6 +3692,7 @@ export type GET_DomainForwardsMetrics_Response = GET_DomainForwardsMetrics_Respo
|
|
|
3691
3692
|
* @path /v1/domain-forwards/metrics
|
|
3692
3693
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3693
3694
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3695
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3694
3696
|
*
|
|
3695
3697
|
* @see {@link GET_DomainForwardsMetrics_Response} - The main response type definition
|
|
3696
3698
|
* @see {@link DomainForwardMetrics} - The actual schema type definition
|
|
@@ -3710,6 +3712,7 @@ export type GET_DomainForwardsMetrics_Response_200 = DomainForwardMetrics
|
|
|
3710
3712
|
* @path /v1/domain-forwards/metrics
|
|
3711
3713
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3712
3714
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3715
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3713
3716
|
*
|
|
3714
3717
|
* @see {@link GET_DomainForwardsMetrics_Response} - The main response type definition
|
|
3715
3718
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
@@ -3731,6 +3734,7 @@ export type GET_DomainForwardsMetrics_Response_422 = HTTPValidationError
|
|
|
3731
3734
|
* @path /v1/domain-forwards/metrics/browser
|
|
3732
3735
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3733
3736
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3737
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3734
3738
|
*
|
|
3735
3739
|
* @see {@link GET_DomainForwardsMetricsBrowser_Response_200} - 200 response type
|
|
3736
3740
|
* @see {@link GET_DomainForwardsMetricsBrowser_Response_422} - 422 response type
|
|
@@ -3752,6 +3756,7 @@ export type GET_DomainForwardsMetricsBrowser_Response = GET_DomainForwardsMetric
|
|
|
3752
3756
|
* @path /v1/domain-forwards/metrics/browser
|
|
3753
3757
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3754
3758
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3759
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3755
3760
|
*
|
|
3756
3761
|
* @see {@link GET_DomainForwardsMetricsBrowser_Response} - The main response type definition
|
|
3757
3762
|
* @see {@link DomainForwardBrowserStats} - The actual schema type definition
|
|
@@ -3771,6 +3776,7 @@ export type GET_DomainForwardsMetricsBrowser_Response_200 = DomainForwardBrowser
|
|
|
3771
3776
|
* @path /v1/domain-forwards/metrics/browser
|
|
3772
3777
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3773
3778
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3779
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3774
3780
|
*
|
|
3775
3781
|
* @see {@link GET_DomainForwardsMetricsBrowser_Response} - The main response type definition
|
|
3776
3782
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
@@ -3792,6 +3798,7 @@ export type GET_DomainForwardsMetricsBrowser_Response_422 = HTTPValidationError
|
|
|
3792
3798
|
* @path /v1/domain-forwards/metrics/geo
|
|
3793
3799
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3794
3800
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3801
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3795
3802
|
*
|
|
3796
3803
|
* @see {@link GET_DomainForwardsMetricsGeo_Response_200} - 200 response type
|
|
3797
3804
|
* @see {@link GET_DomainForwardsMetricsGeo_Response_422} - 422 response type
|
|
@@ -3813,6 +3820,7 @@ export type GET_DomainForwardsMetricsGeo_Response = GET_DomainForwardsMetricsGeo
|
|
|
3813
3820
|
* @path /v1/domain-forwards/metrics/geo
|
|
3814
3821
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3815
3822
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3823
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3816
3824
|
*
|
|
3817
3825
|
* @see {@link GET_DomainForwardsMetricsGeo_Response} - The main response type definition
|
|
3818
3826
|
* @see {@link DomainForwardGeoStats} - The actual schema type definition
|
|
@@ -3832,6 +3840,7 @@ export type GET_DomainForwardsMetricsGeo_Response_200 = DomainForwardGeoStats
|
|
|
3832
3840
|
* @path /v1/domain-forwards/metrics/geo
|
|
3833
3841
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3834
3842
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3843
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3835
3844
|
*
|
|
3836
3845
|
* @see {@link GET_DomainForwardsMetricsGeo_Response} - The main response type definition
|
|
3837
3846
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
@@ -3853,6 +3862,7 @@ export type GET_DomainForwardsMetricsGeo_Response_422 = HTTPValidationError
|
|
|
3853
3862
|
* @path /v1/domain-forwards/metrics/platform
|
|
3854
3863
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3855
3864
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3865
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3856
3866
|
*
|
|
3857
3867
|
* @see {@link GET_DomainForwardsMetricsPlatform_Response_200} - 200 response type
|
|
3858
3868
|
* @see {@link GET_DomainForwardsMetricsPlatform_Response_422} - 422 response type
|
|
@@ -3874,6 +3884,7 @@ export type GET_DomainForwardsMetricsPlatform_Response = GET_DomainForwardsMetri
|
|
|
3874
3884
|
* @path /v1/domain-forwards/metrics/platform
|
|
3875
3885
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3876
3886
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3887
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3877
3888
|
*
|
|
3878
3889
|
* @see {@link GET_DomainForwardsMetricsPlatform_Response} - The main response type definition
|
|
3879
3890
|
* @see {@link DomainForwardPlatformStats} - The actual schema type definition
|
|
@@ -3893,6 +3904,7 @@ export type GET_DomainForwardsMetricsPlatform_Response_200 = DomainForwardPlatfo
|
|
|
3893
3904
|
* @path /v1/domain-forwards/metrics/platform
|
|
3894
3905
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3895
3906
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3907
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3896
3908
|
*
|
|
3897
3909
|
* @see {@link GET_DomainForwardsMetricsPlatform_Response} - The main response type definition
|
|
3898
3910
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
@@ -3914,6 +3926,7 @@ export type GET_DomainForwardsMetricsPlatform_Response_422 = HTTPValidationError
|
|
|
3914
3926
|
* @path /v1/domain-forwards/metrics/referrer
|
|
3915
3927
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3916
3928
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3929
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3917
3930
|
*
|
|
3918
3931
|
* @see {@link GET_DomainForwardsMetricsReferrer_Response_200} - 200 response type
|
|
3919
3932
|
* @see {@link GET_DomainForwardsMetricsReferrer_Response_422} - 422 response type
|
|
@@ -3935,6 +3948,7 @@ export type GET_DomainForwardsMetricsReferrer_Response = GET_DomainForwardsMetri
|
|
|
3935
3948
|
* @path /v1/domain-forwards/metrics/referrer
|
|
3936
3949
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3937
3950
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3951
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3938
3952
|
*
|
|
3939
3953
|
* @see {@link GET_DomainForwardsMetricsReferrer_Response} - The main response type definition
|
|
3940
3954
|
* @see {@link DomainForwardReferrerStats} - The actual schema type definition
|
|
@@ -3954,6 +3968,7 @@ export type GET_DomainForwardsMetricsReferrer_Response_200 = DomainForwardReferr
|
|
|
3954
3968
|
* @path /v1/domain-forwards/metrics/referrer
|
|
3955
3969
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3956
3970
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3971
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3957
3972
|
*
|
|
3958
3973
|
* @see {@link GET_DomainForwardsMetricsReferrer_Response} - The main response type definition
|
|
3959
3974
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
@@ -3975,6 +3990,7 @@ export type GET_DomainForwardsMetricsReferrer_Response_422 = HTTPValidationError
|
|
|
3975
3990
|
* @path /v1/domain-forwards/metrics/status-code
|
|
3976
3991
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3977
3992
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
3993
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3978
3994
|
*
|
|
3979
3995
|
* @see {@link GET_DomainForwardsMetricsStatusCode_Response_200} - 200 response type
|
|
3980
3996
|
* @see {@link GET_DomainForwardsMetricsStatusCode_Response_422} - 422 response type
|
|
@@ -3996,6 +4012,7 @@ export type GET_DomainForwardsMetricsStatusCode_Response = GET_DomainForwardsMet
|
|
|
3996
4012
|
* @path /v1/domain-forwards/metrics/status-code
|
|
3997
4013
|
* @param protocol (query) - Filter by protocol: http or https
|
|
3998
4014
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4015
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
3999
4016
|
*
|
|
4000
4017
|
* @see {@link GET_DomainForwardsMetricsStatusCode_Response} - The main response type definition
|
|
4001
4018
|
* @see {@link DomainForwardStatusCodeStats} - The actual schema type definition
|
|
@@ -4015,6 +4032,7 @@ export type GET_DomainForwardsMetricsStatusCode_Response_200 = DomainForwardStat
|
|
|
4015
4032
|
* @path /v1/domain-forwards/metrics/status-code
|
|
4016
4033
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4017
4034
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4035
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4018
4036
|
*
|
|
4019
4037
|
* @see {@link GET_DomainForwardsMetricsStatusCode_Response} - The main response type definition
|
|
4020
4038
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
@@ -4036,6 +4054,7 @@ export type GET_DomainForwardsMetricsStatusCode_Response_422 = HTTPValidationErr
|
|
|
4036
4054
|
* @path /v1/domain-forwards/metrics/time-series
|
|
4037
4055
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4038
4056
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4057
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4039
4058
|
*
|
|
4040
4059
|
* @see {@link GET_DomainForwardsMetricsTimeSeries_Response_200} - 200 response type
|
|
4041
4060
|
* @see {@link GET_DomainForwardsMetricsTimeSeries_Response_422} - 422 response type
|
|
@@ -4057,6 +4076,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Response = GET_DomainForwardsMet
|
|
|
4057
4076
|
* @path /v1/domain-forwards/metrics/time-series
|
|
4058
4077
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4059
4078
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4079
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4060
4080
|
*
|
|
4061
4081
|
* @see {@link GET_DomainForwardsMetricsTimeSeries_Response} - The main response type definition
|
|
4062
4082
|
* @see {@link DomainForwardMetricsTimeSeries} - The actual schema type definition
|
|
@@ -4076,6 +4096,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Response_200 = DomainForwardMetr
|
|
|
4076
4096
|
* @path /v1/domain-forwards/metrics/time-series
|
|
4077
4097
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4078
4098
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4099
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4079
4100
|
*
|
|
4080
4101
|
* @see {@link GET_DomainForwardsMetricsTimeSeries_Response} - The main response type definition
|
|
4081
4102
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
@@ -4097,6 +4118,7 @@ export type GET_DomainForwardsMetricsTimeSeries_Response_422 = HTTPValidationErr
|
|
|
4097
4118
|
* @path /v1/domain-forwards/metrics/user-agent
|
|
4098
4119
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4099
4120
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4121
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4100
4122
|
*
|
|
4101
4123
|
* @see {@link GET_DomainForwardsMetricsUserAgent_Response_200} - 200 response type
|
|
4102
4124
|
* @see {@link GET_DomainForwardsMetricsUserAgent_Response_422} - 422 response type
|
|
@@ -4118,6 +4140,7 @@ export type GET_DomainForwardsMetricsUserAgent_Response = GET_DomainForwardsMetr
|
|
|
4118
4140
|
* @path /v1/domain-forwards/metrics/user-agent
|
|
4119
4141
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4120
4142
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4143
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4121
4144
|
*
|
|
4122
4145
|
* @see {@link GET_DomainForwardsMetricsUserAgent_Response} - The main response type definition
|
|
4123
4146
|
* @see {@link DomainForwardUserAgentStats} - The actual schema type definition
|
|
@@ -4137,6 +4160,7 @@ export type GET_DomainForwardsMetricsUserAgent_Response_200 = DomainForwardUserA
|
|
|
4137
4160
|
* @path /v1/domain-forwards/metrics/user-agent
|
|
4138
4161
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4139
4162
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4163
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4140
4164
|
*
|
|
4141
4165
|
* @see {@link GET_DomainForwardsMetricsUserAgent_Response} - The main response type definition
|
|
4142
4166
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
@@ -4159,6 +4183,7 @@ export type GET_DomainForwardsMetricsUserAgent_Response_422 = HTTPValidationErro
|
|
|
4159
4183
|
* @param grouping (query) - Grouping key: url, fqdn, domain, or forward
|
|
4160
4184
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4161
4185
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4186
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4162
4187
|
*
|
|
4163
4188
|
* @see {@link GET_DomainForwardsMetricsVisitsByKey_Response_200} - 200 response type
|
|
4164
4189
|
* @see {@link GET_DomainForwardsMetricsVisitsByKey_Response_422} - 422 response type
|
|
@@ -4181,6 +4206,7 @@ export type GET_DomainForwardsMetricsVisitsByKey_Response = GET_DomainForwardsMe
|
|
|
4181
4206
|
* @param grouping (query) - Grouping key: url, fqdn, domain, or forward
|
|
4182
4207
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4183
4208
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4209
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4184
4210
|
*
|
|
4185
4211
|
* @see {@link GET_DomainForwardsMetricsVisitsByKey_Response} - The main response type definition
|
|
4186
4212
|
* @see {@link DomainForwardVisitsByKey} - The actual schema type definition
|
|
@@ -4201,6 +4227,7 @@ export type GET_DomainForwardsMetricsVisitsByKey_Response_200 = DomainForwardVis
|
|
|
4201
4227
|
* @param grouping (query) - Grouping key: url, fqdn, domain, or forward
|
|
4202
4228
|
* @param protocol (query) - Filter by protocol: http or https
|
|
4203
4229
|
* @param time_range (query) - Time range: 1h, 1d, 7d, or 30d
|
|
4230
|
+
* @param exclude_bots (query) - Exclude platform values: Unknown, Bot
|
|
4204
4231
|
*
|
|
4205
4232
|
* @see {@link GET_DomainForwardsMetricsVisitsByKey_Response} - The main response type definition
|
|
4206
4233
|
* @see {@link HTTPValidationError} - The actual schema type definition
|
package/src/openapi.yaml
CHANGED
|
@@ -6999,7 +6999,7 @@ info:
|
|
|
6999
6999
|
'
|
|
7000
7000
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
7001
7001
|
title: OpusDNS API
|
|
7002
|
-
version: 2026-02-
|
|
7002
|
+
version: 2026-02-19-084534
|
|
7003
7003
|
x-logo:
|
|
7004
7004
|
altText: OpusDNS API Reference
|
|
7005
7005
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -10112,6 +10112,15 @@ paths:
|
|
|
10112
10112
|
$ref: '#/components/schemas/TimeRange'
|
|
10113
10113
|
default: 1d
|
|
10114
10114
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10115
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10116
|
+
in: query
|
|
10117
|
+
name: exclude_bots
|
|
10118
|
+
required: false
|
|
10119
|
+
schema:
|
|
10120
|
+
default: false
|
|
10121
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10122
|
+
title: Exclude Bots
|
|
10123
|
+
type: boolean
|
|
10115
10124
|
responses:
|
|
10116
10125
|
'200':
|
|
10117
10126
|
content:
|
|
@@ -10169,6 +10178,15 @@ paths:
|
|
|
10169
10178
|
$ref: '#/components/schemas/TimeRange'
|
|
10170
10179
|
default: 1d
|
|
10171
10180
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10181
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10182
|
+
in: query
|
|
10183
|
+
name: exclude_bots
|
|
10184
|
+
required: false
|
|
10185
|
+
schema:
|
|
10186
|
+
default: false
|
|
10187
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10188
|
+
title: Exclude Bots
|
|
10189
|
+
type: boolean
|
|
10172
10190
|
responses:
|
|
10173
10191
|
'200':
|
|
10174
10192
|
content:
|
|
@@ -10226,6 +10244,15 @@ paths:
|
|
|
10226
10244
|
$ref: '#/components/schemas/TimeRange'
|
|
10227
10245
|
default: 1d
|
|
10228
10246
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10247
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10248
|
+
in: query
|
|
10249
|
+
name: exclude_bots
|
|
10250
|
+
required: false
|
|
10251
|
+
schema:
|
|
10252
|
+
default: false
|
|
10253
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10254
|
+
title: Exclude Bots
|
|
10255
|
+
type: boolean
|
|
10229
10256
|
responses:
|
|
10230
10257
|
'200':
|
|
10231
10258
|
content:
|
|
@@ -10283,6 +10310,15 @@ paths:
|
|
|
10283
10310
|
$ref: '#/components/schemas/TimeRange'
|
|
10284
10311
|
default: 1d
|
|
10285
10312
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10313
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10314
|
+
in: query
|
|
10315
|
+
name: exclude_bots
|
|
10316
|
+
required: false
|
|
10317
|
+
schema:
|
|
10318
|
+
default: false
|
|
10319
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10320
|
+
title: Exclude Bots
|
|
10321
|
+
type: boolean
|
|
10286
10322
|
responses:
|
|
10287
10323
|
'200':
|
|
10288
10324
|
content:
|
|
@@ -10340,6 +10376,15 @@ paths:
|
|
|
10340
10376
|
$ref: '#/components/schemas/TimeRange'
|
|
10341
10377
|
default: 1d
|
|
10342
10378
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10379
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10380
|
+
in: query
|
|
10381
|
+
name: exclude_bots
|
|
10382
|
+
required: false
|
|
10383
|
+
schema:
|
|
10384
|
+
default: false
|
|
10385
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10386
|
+
title: Exclude Bots
|
|
10387
|
+
type: boolean
|
|
10343
10388
|
responses:
|
|
10344
10389
|
'200':
|
|
10345
10390
|
content:
|
|
@@ -10397,6 +10442,15 @@ paths:
|
|
|
10397
10442
|
$ref: '#/components/schemas/TimeRange'
|
|
10398
10443
|
default: 1d
|
|
10399
10444
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10445
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10446
|
+
in: query
|
|
10447
|
+
name: exclude_bots
|
|
10448
|
+
required: false
|
|
10449
|
+
schema:
|
|
10450
|
+
default: false
|
|
10451
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10452
|
+
title: Exclude Bots
|
|
10453
|
+
type: boolean
|
|
10400
10454
|
responses:
|
|
10401
10455
|
'200':
|
|
10402
10456
|
content:
|
|
@@ -10454,6 +10508,15 @@ paths:
|
|
|
10454
10508
|
$ref: '#/components/schemas/TimeRange'
|
|
10455
10509
|
default: 1d
|
|
10456
10510
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10511
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10512
|
+
in: query
|
|
10513
|
+
name: exclude_bots
|
|
10514
|
+
required: false
|
|
10515
|
+
schema:
|
|
10516
|
+
default: false
|
|
10517
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10518
|
+
title: Exclude Bots
|
|
10519
|
+
type: boolean
|
|
10457
10520
|
responses:
|
|
10458
10521
|
'200':
|
|
10459
10522
|
content:
|
|
@@ -10511,6 +10574,15 @@ paths:
|
|
|
10511
10574
|
$ref: '#/components/schemas/TimeRange'
|
|
10512
10575
|
default: 1d
|
|
10513
10576
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10577
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10578
|
+
in: query
|
|
10579
|
+
name: exclude_bots
|
|
10580
|
+
required: false
|
|
10581
|
+
schema:
|
|
10582
|
+
default: false
|
|
10583
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10584
|
+
title: Exclude Bots
|
|
10585
|
+
type: boolean
|
|
10514
10586
|
responses:
|
|
10515
10587
|
'200':
|
|
10516
10588
|
content:
|
|
@@ -10576,6 +10648,15 @@ paths:
|
|
|
10576
10648
|
$ref: '#/components/schemas/TimeRange'
|
|
10577
10649
|
default: 1d
|
|
10578
10650
|
description: 'Time range: 1h, 1d, 7d, or 30d'
|
|
10651
|
+
- description: 'Exclude platform values: Unknown, Bot'
|
|
10652
|
+
in: query
|
|
10653
|
+
name: exclude_bots
|
|
10654
|
+
required: false
|
|
10655
|
+
schema:
|
|
10656
|
+
default: false
|
|
10657
|
+
description: 'Exclude platform values: Unknown, Bot'
|
|
10658
|
+
title: Exclude Bots
|
|
10659
|
+
type: boolean
|
|
10579
10660
|
responses:
|
|
10580
10661
|
'200':
|
|
10581
10662
|
content:
|
|
@@ -12744,7 +12825,7 @@ paths:
|
|
|
12744
12825
|
content:
|
|
12745
12826
|
application/problem+json:
|
|
12746
12827
|
example:
|
|
12747
|
-
code:
|
|
12828
|
+
code: ERROR_EMAIL_FORWARD_ALREADY_EXISTS
|
|
12748
12829
|
detail: 'Email forward already exists for hostname: Additional error
|
|
12749
12830
|
context.'
|
|
12750
12831
|
status: 409
|
package/src/schema.d.ts
CHANGED
|
@@ -8448,6 +8448,8 @@ export interface operations {
|
|
|
8448
8448
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8449
8449
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8450
8450
|
time_range?: components["schemas"]["TimeRange"];
|
|
8451
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8452
|
+
exclude_bots?: boolean;
|
|
8451
8453
|
};
|
|
8452
8454
|
header?: never;
|
|
8453
8455
|
path?: never;
|
|
@@ -8484,6 +8486,8 @@ export interface operations {
|
|
|
8484
8486
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8485
8487
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8486
8488
|
time_range?: components["schemas"]["TimeRange"];
|
|
8489
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8490
|
+
exclude_bots?: boolean;
|
|
8487
8491
|
};
|
|
8488
8492
|
header?: never;
|
|
8489
8493
|
path?: never;
|
|
@@ -8520,6 +8524,8 @@ export interface operations {
|
|
|
8520
8524
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8521
8525
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8522
8526
|
time_range?: components["schemas"]["TimeRange"];
|
|
8527
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8528
|
+
exclude_bots?: boolean;
|
|
8523
8529
|
};
|
|
8524
8530
|
header?: never;
|
|
8525
8531
|
path?: never;
|
|
@@ -8556,6 +8562,8 @@ export interface operations {
|
|
|
8556
8562
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8557
8563
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8558
8564
|
time_range?: components["schemas"]["TimeRange"];
|
|
8565
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8566
|
+
exclude_bots?: boolean;
|
|
8559
8567
|
};
|
|
8560
8568
|
header?: never;
|
|
8561
8569
|
path?: never;
|
|
@@ -8592,6 +8600,8 @@ export interface operations {
|
|
|
8592
8600
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8593
8601
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8594
8602
|
time_range?: components["schemas"]["TimeRange"];
|
|
8603
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8604
|
+
exclude_bots?: boolean;
|
|
8595
8605
|
};
|
|
8596
8606
|
header?: never;
|
|
8597
8607
|
path?: never;
|
|
@@ -8628,6 +8638,8 @@ export interface operations {
|
|
|
8628
8638
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8629
8639
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8630
8640
|
time_range?: components["schemas"]["TimeRange"];
|
|
8641
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8642
|
+
exclude_bots?: boolean;
|
|
8631
8643
|
};
|
|
8632
8644
|
header?: never;
|
|
8633
8645
|
path?: never;
|
|
@@ -8664,6 +8676,8 @@ export interface operations {
|
|
|
8664
8676
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8665
8677
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8666
8678
|
time_range?: components["schemas"]["TimeRange"];
|
|
8679
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8680
|
+
exclude_bots?: boolean;
|
|
8667
8681
|
};
|
|
8668
8682
|
header?: never;
|
|
8669
8683
|
path?: never;
|
|
@@ -8700,6 +8714,8 @@ export interface operations {
|
|
|
8700
8714
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8701
8715
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8702
8716
|
time_range?: components["schemas"]["TimeRange"];
|
|
8717
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8718
|
+
exclude_bots?: boolean;
|
|
8703
8719
|
};
|
|
8704
8720
|
header?: never;
|
|
8705
8721
|
path?: never;
|
|
@@ -8738,6 +8754,8 @@ export interface operations {
|
|
|
8738
8754
|
protocol?: components["schemas"]["Protocol"] | null;
|
|
8739
8755
|
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8740
8756
|
time_range?: components["schemas"]["TimeRange"];
|
|
8757
|
+
/** @description Exclude platform values: Unknown, Bot */
|
|
8758
|
+
exclude_bots?: boolean;
|
|
8741
8759
|
};
|
|
8742
8760
|
header?: never;
|
|
8743
8761
|
path?: never;
|
|
@@ -10761,7 +10779,7 @@ export interface operations {
|
|
|
10761
10779
|
};
|
|
10762
10780
|
content: {
|
|
10763
10781
|
/** @example {
|
|
10764
|
-
* "code": "
|
|
10782
|
+
* "code": "ERROR_EMAIL_FORWARD_ALREADY_EXISTS",
|
|
10765
10783
|
* "detail": "Email forward already exists for hostname: Additional error context.",
|
|
10766
10784
|
* "status": 409,
|
|
10767
10785
|
* "title": "Email Forward Error",
|