File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -420,6 +420,10 @@ public enum Components {
420420 }
421421 /// Types generated from the `#/components/parameters` section of the OpenAPI document.
422422 public enum Parameters {
423+ /// The organization name. The name is not case sensitive.
424+ ///
425+ /// - Remark: Generated from `#/components/parameters/org`.
426+ public typealias Org = Swift . String
423427 /// The account owner of the repository. The name is not case sensitive.
424428 ///
425429 /// - Remark: Generated from `#/components/parameters/owner`.
@@ -428,10 +432,6 @@ public enum Components {
428432 ///
429433 /// - Remark: Generated from `#/components/parameters/repo`.
430434 public typealias Repo = Swift . String
431- /// The organization name. The name is not case sensitive.
432- ///
433- /// - Remark: Generated from `#/components/parameters/org`.
434- public typealias Org = Swift . String
435435 }
436436 /// Types generated from the `#/components/requestBodies` section of the OpenAPI document.
437437 public enum RequestBodies { }
You can’t perform that action at this time.
0 commit comments