File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ public struct Client: APIProtocol {
4040 }
4141 /// Render a Markdown document
4242 ///
43+ ///
44+ ///
4345 /// - Remark: HTTP `POST /markdown`.
4446 /// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
4547 public func markdown_sol_render( _ input: Operations . markdown_sol_render . Input ) async throws -> Operations . markdown_sol_render . Output {
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import struct Foundation.Date
1313public protocol APIProtocol : Sendable {
1414 /// Render a Markdown document
1515 ///
16+ ///
17+ ///
1618 /// - Remark: HTTP `POST /markdown`.
1719 /// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
1820 func markdown_sol_render( _ input: Operations . markdown_sol_render . Input ) async throws -> Operations . markdown_sol_render . Output
@@ -29,6 +31,8 @@ public protocol APIProtocol: Sendable {
2931extension APIProtocol {
3032 /// Render a Markdown document
3133 ///
34+ ///
35+ ///
3236 /// - Remark: HTTP `POST /markdown`.
3337 /// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
3438 public func markdown_sol_render(
@@ -95,6 +99,8 @@ public enum Components {
9599public enum Operations {
96100 /// Render a Markdown document
97101 ///
102+ ///
103+ ///
98104 /// - Remark: HTTP `POST /markdown`.
99105 /// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
100106 public enum markdown_sol_render {
You can’t perform that action at this time.
0 commit comments