Skip to content

Commit 104c36d

Browse files
Commit via running: make Sources/markdown
1 parent e47bc7d commit 104c36d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/markdown/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public struct Client: APIProtocol {
4040
}
4141
/// Render a Markdown document
4242
///
43-
///
43+
/// Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.
4444
///
4545
/// - Remark: HTTP `POST /markdown`.
4646
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.

Sources/markdown/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import struct Foundation.Date
1313
public protocol APIProtocol: Sendable {
1414
/// Render a Markdown document
1515
///
16-
///
16+
/// Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.
1717
///
1818
/// - Remark: HTTP `POST /markdown`.
1919
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
@@ -31,7 +31,7 @@ public protocol APIProtocol: Sendable {
3131
extension APIProtocol {
3232
/// Render a Markdown document
3333
///
34-
///
34+
/// Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.
3535
///
3636
/// - Remark: HTTP `POST /markdown`.
3737
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
@@ -108,7 +108,7 @@ public enum Components {
108108
public enum Operations {
109109
/// Render a Markdown document
110110
///
111-
///
111+
/// Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.
112112
///
113113
/// - Remark: HTTP `POST /markdown`.
114114
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.

0 commit comments

Comments
 (0)