Skip to content

Commit bd1d9da

Browse files
Commit via running ake Sources/apps
1 parent c4739ab commit bd1d9da

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Sources/apps/Client.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,8 @@ public struct Client: APIProtocol {
19161916
}
19171917
/// Get an app
19181918
///
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`).
19201921
///
19211922
/// - Remark: HTTP `GET /apps/{app_slug}`.
19221923
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.

Sources/apps/Types.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ public protocol APIProtocol: Sendable {
181181
func apps_sol_scope_hyphen_token(_ input: Operations.apps_sol_scope_hyphen_token.Input) async throws -> Operations.apps_sol_scope_hyphen_token.Output
182182
/// Get an app
183183
///
184-
/// **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`).
185186
///
186187
/// - Remark: HTTP `GET /apps/{app_slug}`.
187188
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.
@@ -663,7 +664,8 @@ extension APIProtocol {
663664
}
664665
/// Get an app
665666
///
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`).
667669
///
668670
/// - Remark: HTTP `GET /apps/{app_slug}`.
669671
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.
@@ -8420,7 +8422,8 @@ public enum Operations {
84208422
}
84218423
/// Get an app
84228424
///
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`).
84248427
///
84258428
/// - Remark: HTTP `GET /apps/{app_slug}`.
84268429
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.

0 commit comments

Comments
 (0)