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/markdown/Client.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public struct Client: APIProtocol {
40
40
}
41
41
/// Render a Markdown document
42
42
///
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`.
44
44
///
45
45
/// - Remark: HTTP `POST /markdown`.
46
46
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
Copy file name to clipboardExpand all lines: Sources/markdown/Types.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import struct Foundation.Date
13
13
publicprotocolAPIProtocol:Sendable{
14
14
/// Render a Markdown document
15
15
///
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`.
17
17
///
18
18
/// - Remark: HTTP `POST /markdown`.
19
19
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
@@ -31,7 +31,7 @@ public protocol APIProtocol: Sendable {
31
31
extensionAPIProtocol{
32
32
/// Render a Markdown document
33
33
///
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`.
35
35
///
36
36
/// - Remark: HTTP `POST /markdown`.
37
37
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
@@ -108,7 +108,7 @@ public enum Components {
108
108
publicenumOperations{
109
109
/// Render a Markdown document
110
110
///
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`.
112
112
///
113
113
/// - Remark: HTTP `POST /markdown`.
114
114
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
0 commit comments