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 /// Create a blob
4242 ///
43+ ///
44+ ///
4345 /// - Remark: HTTP `POST /repos/{owner}/{repo}/git/blobs`.
4446 /// - Remark: Generated from `#/paths//repos/{owner}/{repo}/git/blobs/post(git/create-blob)`.
4547 public func git_sol_create_hyphen_blob( _ input: Operations . git_sol_create_hyphen_blob . Input ) async throws -> Operations . git_sol_create_hyphen_blob . Output {
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import struct Foundation.Date
1313public protocol APIProtocol : Sendable {
1414 /// Create a blob
1515 ///
16+ ///
17+ ///
1618 /// - Remark: HTTP `POST /repos/{owner}/{repo}/git/blobs`.
1719 /// - Remark: Generated from `#/paths//repos/{owner}/{repo}/git/blobs/post(git/create-blob)`.
1820 func git_sol_create_hyphen_blob( _ input: Operations . git_sol_create_hyphen_blob . Input ) async throws -> Operations . git_sol_create_hyphen_blob . Output
@@ -246,6 +248,8 @@ public protocol APIProtocol: Sendable {
246248extension APIProtocol {
247249 /// Create a blob
248250 ///
251+ ///
252+ ///
249253 /// - Remark: HTTP `POST /repos/{owner}/{repo}/git/blobs`.
250254 /// - Remark: Generated from `#/paths//repos/{owner}/{repo}/git/blobs/post(git/create-blob)`.
251255 public func git_sol_create_hyphen_blob(
@@ -1563,6 +1567,8 @@ public enum Components {
15631567public enum Operations {
15641568 /// Create a blob
15651569 ///
1570+ ///
1571+ ///
15661572 /// - Remark: HTTP `POST /repos/{owner}/{repo}/git/blobs`.
15671573 /// - Remark: Generated from `#/paths//repos/{owner}/{repo}/git/blobs/post(git/create-blob)`.
15681574 public enum git_sol_create_hyphen_blob {
You can’t perform that action at this time.
0 commit comments