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/apps/Client.swift
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1916,7 +1916,8 @@ public struct Client: APIProtocol {
1916
1916
}
1917
1917
/// Get an app
1918
1918
///
1919
-
/// **Note**: The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`).
1919
+
/// > [!NOTE]
1920
+
/// > The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`).
1920
1921
///
1921
1922
/// - Remark: HTTP `GET /apps/{app_slug}`.
1922
1923
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.
/// **Note**: The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`).
184
+
/// > [!NOTE]
185
+
/// > The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`).
185
186
///
186
187
/// - Remark: HTTP `GET /apps/{app_slug}`.
187
188
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.
@@ -663,7 +664,8 @@ extension APIProtocol {
663
664
}
664
665
/// Get an app
665
666
///
666
-
/// **Note**: The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`).
667
+
/// > [!NOTE]
668
+
/// > The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`).
667
669
///
668
670
/// - Remark: HTTP `GET /apps/{app_slug}`.
669
671
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.
@@ -8420,7 +8422,8 @@ public enum Operations {
8420
8422
}
8421
8423
/// Get an app
8422
8424
///
8423
-
/// **Note**: The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`).
8425
+
/// > [!NOTE]
8426
+
/// > The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`).
8424
8427
///
8425
8428
/// - Remark: HTTP `GET /apps/{app_slug}`.
8426
8429
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.
0 commit comments