|
6297 | 6297 | },
|
6298 | 6298 | "/organizations/{org}/dependabot/repository-access": {
|
6299 | 6299 | "get": {
|
6300 |
| - "summary": "Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.", |
6301 |
| - "description": "> [!NOTE]\n> This operation supports both server-to-server and user-to-server access.\nUnauthorized users will not see the existence of this endpoint.", |
| 6300 | + "summary": "Lists the repositories Dependabot can access in an organization", |
| 6301 | + "description": "Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.\n> [!NOTE]\n> This operation supports both server-to-server and user-to-server access.\nUnauthorized users will not see the existence of this endpoint.", |
6302 | 6302 | "tags": [
|
6303 | 6303 | "dependabot"
|
6304 | 6304 | ],
|
6305 | 6305 | "operationId": "dependabot/repository-access-for-org",
|
6306 | 6306 | "externalDocs": {
|
6307 | 6307 | "description": "API method documentation",
|
6308 |
| - "url": "https://docs.github.com/rest/dependabot/repository-access#lists-repositories-that-organization-admins-have-allowed-dependabot-to-access-when-updating-dependencies" |
| 6308 | + "url": "https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization" |
6309 | 6309 | },
|
6310 | 6310 | "parameters": [
|
6311 | 6311 | {
|
|
6366 | 6366 | }
|
6367 | 6367 | },
|
6368 | 6368 | "patch": {
|
6369 |
| - "summary": "Updates repositories to the list of repositories that organization admins have allowed Dependabot to access when updating dependencies.", |
6370 |
| - "description": "> [!NOTE]\n> This operation supports both server-to-server and user-to-server access.\nUnauthorized users will not see the existence of this endpoint.\n\n**Example request body:**\n```json\n{\n \"repository_ids_to_add\": [123, 456],\n \"repository_ids_to_remove\": [789]\n}\n```", |
| 6369 | + "summary": "Updates Dependabot's repository access list for an organization", |
| 6370 | + "description": "Updates repositories according to the list of repositories that organization admins have given Dependabot access to when they've updated dependencies.\n\n> [!NOTE]\n> This operation supports both server-to-server and user-to-server access.\nUnauthorized users will not see the existence of this endpoint.\n\n**Example request body:**\n```json\n{\n \"repository_ids_to_add\": [123, 456],\n \"repository_ids_to_remove\": [789]\n}\n```", |
6371 | 6371 | "tags": [
|
6372 | 6372 | "dependabot"
|
6373 | 6373 | ],
|
6374 | 6374 | "operationId": "dependabot/update-repository-access-for-org",
|
6375 | 6375 | "externalDocs": {
|
6376 | 6376 | "description": "API method documentation",
|
6377 |
| - "url": "https://docs.github.com/rest/dependabot/repository-access#updates-repositories-to-the-list-of-repositories-that-organization-admins-have-allowed-dependabot-to-access-when-updating-dependencies" |
| 6377 | + "url": "https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization" |
6378 | 6378 | },
|
6379 | 6379 | "parameters": [
|
6380 | 6380 | {
|
|
6460 | 6460 | "/organizations/{org}/dependabot/repository-access/default-level": {
|
6461 | 6461 | "put": {
|
6462 | 6462 | "summary": "Set the default repository access level for Dependabot",
|
6463 |
| - "description": "> [!NOTE]\n> This operation supports both server-to-server and user-to-server access.\nSets the default level of repository access Dependabot will have while performing an update. Available values are:\n- 'public' - Dependabot will only have access to public repositories, unless access is explicitly granted to non-public repositories.\n- 'internal' - Dependabot will only have access to public and internal repositories, unless access is explicitly granted to private repositories.\n\nUnauthorized users will not see the existence of this endpoint.", |
| 6463 | + "description": "Sets the default level of repository access Dependabot will have while performing an update. Available values are:\n- 'public' - Dependabot will only have access to public repositories, unless access is explicitly granted to non-public repositories.\n- 'internal' - Dependabot will only have access to public and internal repositories, unless access is explicitly granted to private repositories.\n\nUnauthorized users will not see the existence of this endpoint.\n\nThis operation supports both server-to-server and user-to-server access.", |
6464 | 6464 | "tags": [
|
6465 | 6465 | "dependabot"
|
6466 | 6466 | ],
|
|
0 commit comments