Skip to content

Commit 5b69fc1

Browse files
authored
Merge pull request #21 from Wei18/dependabot/submodules/Submodule/github/rest-api-description-11e7786
2 parents 1e78be2 + 333aebb commit 5b69fc1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sources/apps/Client.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ public struct Client: APIProtocol {
19081908
///
19091909
/// **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`).
19101910
///
1911-
/// If the GitHub App you specify is public, you can access this endpoint without authenticating. If the GitHub App you specify is private, you must authenticate with a [personal access token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/) or an [installation access token](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation) to access this endpoint.
1911+
/// If the GitHub App you specify is public, you can access this endpoint without authenticating. If the GitHub App you specify is private, you must authenticate with a [personal access token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/) or an [installation access token](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation) of the target app to access this endpoint.
19121912
///
19131913
/// - Remark: HTTP `GET /apps/{app_slug}`.
19141914
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.

Sources/apps/Types.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public protocol APIProtocol: Sendable {
173173
///
174174
/// **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`).
175175
///
176-
/// If the GitHub App you specify is public, you can access this endpoint without authenticating. If the GitHub App you specify is private, you must authenticate with a [personal access token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/) or an [installation access token](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation) to access this endpoint.
176+
/// If the GitHub App you specify is public, you can access this endpoint without authenticating. If the GitHub App you specify is private, you must authenticate with a [personal access token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/) or an [installation access token](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation) of the target app to access this endpoint.
177177
///
178178
/// - Remark: HTTP `GET /apps/{app_slug}`.
179179
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.
@@ -655,7 +655,7 @@ extension APIProtocol {
655655
///
656656
/// **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`).
657657
///
658-
/// If the GitHub App you specify is public, you can access this endpoint without authenticating. If the GitHub App you specify is private, you must authenticate with a [personal access token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/) or an [installation access token](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation) to access this endpoint.
658+
/// If the GitHub App you specify is public, you can access this endpoint without authenticating. If the GitHub App you specify is private, you must authenticate with a [personal access token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/) or an [installation access token](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation) of the target app to access this endpoint.
659659
///
660660
/// - Remark: HTTP `GET /apps/{app_slug}`.
661661
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.
@@ -9179,7 +9179,7 @@ public enum Operations {
91799179
///
91809180
/// **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`).
91819181
///
9182-
/// If the GitHub App you specify is public, you can access this endpoint without authenticating. If the GitHub App you specify is private, you must authenticate with a [personal access token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/) or an [installation access token](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation) to access this endpoint.
9182+
/// If the GitHub App you specify is public, you can access this endpoint without authenticating. If the GitHub App you specify is private, you must authenticate with a [personal access token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line/) or an [installation access token](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation) of the target app to access this endpoint.
91839183
///
91849184
/// - Remark: HTTP `GET /apps/{app_slug}`.
91859185
/// - Remark: Generated from `#/paths//apps/{app_slug}/get(apps/get-by-slug)`.

0 commit comments

Comments
 (0)