Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions schema/dereferenced/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,15 @@
"notifications_disabled"
]
},
"permission": {
"type": "string",
"description": "**Closing down notice**. The permission that new repositories will be added to the team with when none is specified.",
"enum": [
"pull",
"push"
],
"default": "pull"
},
"parent_team_id": {
"type": "integer",
"description": "The ID of a team to set as the parent team."
Expand Down
Loading