Skip to content

Commit

Permalink
fix: octokit.orgs.createTeam({parent_team_id}) (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailTymchukDX authored and gr2m committed Feb 26, 2018
1 parent 4fbc49b commit 57c20ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4091,7 +4091,7 @@
"description": "The level of privacy this team should have."
},
"parent_team_id": {
"type": "string",
"type": "number",
"description": "The ID of a team to set as the parent team."
}
},
Expand Down Expand Up @@ -4126,7 +4126,7 @@
"description": "The level of privacy this team should have."
},
"parent_team_id": {
"type": "string",
"type": "number",
"description": "The ID of a team to set as the parent team."
}
},
Expand Down

0 comments on commit 57c20ed

Please sign in to comment.