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 @@ -2458,14 +2458,14 @@ public enum Components {
24582458 ///
24592459 /// - Remark: Generated from `#/components/parameters/username`.
24602460 public typealias Username = Swift . String
2461- /// The slug of the team name.
2462- ///
2463- /// - Remark: Generated from `#/components/parameters/team-slug`.
2464- public typealias TeamSlug = Swift . String
24652461 /// The organization name. The name is not case sensitive.
24662462 ///
24672463 /// - Remark: Generated from `#/components/parameters/org`.
24682464 public typealias Org = Swift . String
2465+ /// The slug of the team name.
2466+ ///
2467+ /// - Remark: Generated from `#/components/parameters/team-slug`.
2468+ public typealias TeamSlug = Swift . String
24692469 }
24702470 /// Types generated from the `#/components/requestBodies` section of the OpenAPI document.
24712471 public enum RequestBodies { }
You can’t perform that action at this time.
0 commit comments