You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/meta/Client.swift
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,8 @@ public struct Client: APIProtocol {
108
108
///
109
109
/// The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
110
110
///
111
-
/// **Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.
111
+
/// > [!NOTE]
112
+
/// > This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.
112
113
///
113
114
/// - Remark: HTTP `GET /meta`.
114
115
/// - Remark: Generated from `#/paths//meta/get(meta/get)`.
Copy file name to clipboardExpand all lines: Sources/meta/Types.swift
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ public protocol APIProtocol: Sendable {
26
26
///
27
27
/// The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
28
28
///
29
-
/// **Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.
29
+
/// > [!NOTE]
30
+
/// > This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.
30
31
///
31
32
/// - Remark: HTTP `GET /meta`.
32
33
/// - Remark: Generated from `#/paths//meta/get(meta/get)`.
@@ -73,7 +74,8 @@ extension APIProtocol {
73
74
///
74
75
/// The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
75
76
///
76
-
/// **Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.
77
+
/// > [!NOTE]
78
+
/// > This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.
77
79
///
78
80
/// - Remark: HTTP `GET /meta`.
79
81
/// - Remark: Generated from `#/paths//meta/get(meta/get)`.
@@ -721,7 +723,8 @@ public enum Operations {
721
723
///
722
724
/// The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
723
725
///
724
-
/// **Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.
726
+
/// > [!NOTE]
727
+
/// > This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.
725
728
///
726
729
/// - Remark: HTTP `GET /meta`.
727
730
/// - Remark: Generated from `#/paths//meta/get(meta/get)`.
0 commit comments