Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "97f4acf6a66b35361aef18bc4a1f9cfe2c0fa770"
"sha": "ff3e90a228450595711a45a63b9c764db5ed3a00"
}
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "09072d8aecf89642ff0e83cf1189d006e64f9714"
"sha": "0956844c50850685dce43634d73a69f4dac7989e"
}
2 changes: 1 addition & 1 deletion src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -591906,7 +591906,7 @@
"type": "array of strings",
"name": "maintainers",
"in": "body",
"description": "<p>List GitHub IDs for organization members who will become team maintainers.</p>"
"description": "<p>List GitHub usernames for organization members who will become team maintainers.</p>"
},
{
"type": "array of strings",
Expand Down
2 changes: 1 addition & 1 deletion src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -635776,7 +635776,7 @@
"type": "array of strings",
"name": "maintainers",
"in": "body",
"description": "<p>List GitHub IDs for organization members who will become team maintainers.</p>"
"description": "<p>List GitHub usernames for organization members who will become team maintainers.</p>"
},
{
"type": "array of strings",
Expand Down
2 changes: 1 addition & 1 deletion src/rest/data/ghes-3.13-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -502335,7 +502335,7 @@
"type": "array of strings",
"name": "maintainers",
"in": "body",
"description": "<p>List GitHub IDs for organization members who will become team maintainers.</p>"
"description": "<p>List GitHub usernames for organization members who will become team maintainers.</p>"
},
{
"type": "array of strings",
Expand Down
2 changes: 1 addition & 1 deletion src/rest/data/ghes-3.14-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -506136,7 +506136,7 @@
"type": "array of strings",
"name": "maintainers",
"in": "body",
"description": "<p>List GitHub IDs for organization members who will become team maintainers.</p>"
"description": "<p>List GitHub usernames for organization members who will become team maintainers.</p>"
},
{
"type": "array of strings",
Expand Down
Loading
Loading