Skip to content

Commit 3bf67d9

Browse files
Commit via running ake Sources/meta
1 parent 700fa7c commit 3bf67d9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Sources/meta/Client.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ public struct Client: APIProtocol {
108108
///
109109
/// The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
110110
///
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.
112113
///
113114
/// - Remark: HTTP `GET /meta`.
114115
/// - Remark: Generated from `#/paths//meta/get(meta/get)`.

Sources/meta/Types.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ public protocol APIProtocol: Sendable {
2626
///
2727
/// The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
2828
///
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.
3031
///
3132
/// - Remark: HTTP `GET /meta`.
3233
/// - Remark: Generated from `#/paths//meta/get(meta/get)`.
@@ -73,7 +74,8 @@ extension APIProtocol {
7374
///
7475
/// The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
7576
///
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.
7779
///
7880
/// - Remark: HTTP `GET /meta`.
7981
/// - Remark: Generated from `#/paths//meta/get(meta/get)`.
@@ -721,7 +723,8 @@ public enum Operations {
721723
///
722724
/// The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
723725
///
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.
725728
///
726729
/// - Remark: HTTP `GET /meta`.
727730
/// - Remark: Generated from `#/paths//meta/get(meta/get)`.

0 commit comments

Comments
 (0)