@octokit/openapi 6.2.1 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +7689 -7772
- package/generated/api.github.com.json +1344 -1295
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +50 -3
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +53 -3
- package/generated/ghes-3.2.deref.json +73 -7
- package/generated/ghes-3.2.json +89 -28
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +31 -4
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +96 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +92 -1
- package/generated/ghes-3.3.deref.json +76 -10
- package/generated/ghes-3.3.json +92 -31
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +97 -19
- package/generated/ghes-3.4.json +105 -40
- package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +71 -25
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +328 -574
- package/generated/ghes-3.5-diff-to-api.github.com.json +206 -272
- package/generated/ghes-3.5.deref.json +115 -52
- package/generated/ghes-3.5.json +131 -77
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +97 -4
- package/generated/github.ae-diff-to-api.github.com.deref.json +423 -1
- package/generated/github.ae-diff-to-api.github.com.json +294 -12
- package/generated/github.ae.deref.json +92 -119
- package/generated/github.ae.json +118 -95
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.4.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -37996,7 +37996,7 @@
|
|
|
37996
37996
|
"selected_repository_ids": {
|
|
37997
37997
|
"type": "array",
|
|
37998
37998
|
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
|
|
37999
|
-
"items": { "type": "
|
|
37999
|
+
"items": { "type": "integer" }
|
|
38000
38000
|
}
|
|
38001
38001
|
},
|
|
38002
38002
|
"required": ["visibility"]
|
|
@@ -38007,7 +38007,7 @@
|
|
|
38007
38007
|
"encrypted_value": "c2VjcmV0",
|
|
38008
38008
|
"key_id": "012345678912345678",
|
|
38009
38009
|
"visibility": "selected",
|
|
38010
|
-
"selected_repository_ids": [
|
|
38010
|
+
"selected_repository_ids": [1296269, 1296280]
|
|
38011
38011
|
}
|
|
38012
38012
|
}
|
|
38013
38013
|
}
|
|
@@ -38038,7 +38038,7 @@
|
|
|
38038
38038
|
"category": "actions",
|
|
38039
38039
|
"subcategory": "secrets"
|
|
38040
38040
|
},
|
|
38041
|
-
"x-octokit": {}
|
|
38041
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
38042
38042
|
},
|
|
38043
38043
|
"delete": {
|
|
38044
38044
|
"summary": "Delete an organization secret",
|
|
@@ -97272,7 +97272,7 @@
|
|
|
97272
97272
|
"category": "repos",
|
|
97273
97273
|
"subcategory": "autolinks"
|
|
97274
97274
|
},
|
|
97275
|
-
"x-octokit": {}
|
|
97275
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
97276
97276
|
},
|
|
97277
97277
|
"post": {
|
|
97278
97278
|
"summary": "Create an autolink reference for a repository",
|
|
@@ -97312,7 +97312,7 @@
|
|
|
97312
97312
|
},
|
|
97313
97313
|
"url_template": {
|
|
97314
97314
|
"type": "string",
|
|
97315
|
-
"description": "The URL must contain
|
|
97315
|
+
"description": "The URL must contain `<num>` for the reference number."
|
|
97316
97316
|
}
|
|
97317
97317
|
},
|
|
97318
97318
|
"required": ["key_prefix", "url_template"]
|
|
@@ -97419,7 +97419,7 @@
|
|
|
97419
97419
|
"category": "repos",
|
|
97420
97420
|
"subcategory": "autolinks"
|
|
97421
97421
|
},
|
|
97422
|
-
"x-octokit": {}
|
|
97422
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
97423
97423
|
}
|
|
97424
97424
|
},
|
|
97425
97425
|
"/repos/{owner}/{repo}/autolinks/{autolink_id}": {
|
|
@@ -97516,7 +97516,7 @@
|
|
|
97516
97516
|
"category": "repos",
|
|
97517
97517
|
"subcategory": "autolinks"
|
|
97518
97518
|
},
|
|
97519
|
-
"x-octokit": {}
|
|
97519
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
97520
97520
|
},
|
|
97521
97521
|
"delete": {
|
|
97522
97522
|
"summary": "Delete an autolink reference from a repository",
|
|
@@ -125544,7 +125544,6 @@
|
|
|
125544
125544
|
"200": {
|
|
125545
125545
|
"description": "Response",
|
|
125546
125546
|
"content": {
|
|
125547
|
-
"application/json+sarif": { "schema": { "type": "string" } },
|
|
125548
125547
|
"application/json": {
|
|
125549
125548
|
"schema": {
|
|
125550
125549
|
"type": "object",
|
|
@@ -125650,7 +125649,7 @@
|
|
|
125650
125649
|
},
|
|
125651
125650
|
"examples": {
|
|
125652
125651
|
"response": {
|
|
125653
|
-
"summary": "
|
|
125652
|
+
"summary": "application/json response",
|
|
125654
125653
|
"value": {
|
|
125655
125654
|
"ref": "refs/heads/main",
|
|
125656
125655
|
"commit_sha": "c18c69115654ff0166991962832dc2bd7756e655",
|
|
@@ -125674,6 +125673,54 @@
|
|
|
125674
125673
|
}
|
|
125675
125674
|
}
|
|
125676
125675
|
}
|
|
125676
|
+
},
|
|
125677
|
+
"application/json+sarif": {
|
|
125678
|
+
"schema": { "type": "object", "additionalProperties": true },
|
|
125679
|
+
"examples": {
|
|
125680
|
+
"response": {
|
|
125681
|
+
"summary": "application/json+sarif response",
|
|
125682
|
+
"value": {
|
|
125683
|
+
"runs": [
|
|
125684
|
+
{
|
|
125685
|
+
"tool": {
|
|
125686
|
+
"driver": {
|
|
125687
|
+
"name": "CodeQL",
|
|
125688
|
+
"organization": "GitHub",
|
|
125689
|
+
"semanticVersion": "1.0.0",
|
|
125690
|
+
"rules": [
|
|
125691
|
+
{
|
|
125692
|
+
"id": "js/unused-local-variable",
|
|
125693
|
+
"name": "js/unused-local-variable"
|
|
125694
|
+
}
|
|
125695
|
+
]
|
|
125696
|
+
}
|
|
125697
|
+
},
|
|
125698
|
+
"results": [
|
|
125699
|
+
{
|
|
125700
|
+
"guid": "326aa09f-9af8-13cf-9851-3d0e5183ec38",
|
|
125701
|
+
"message": { "text": "Unused variable foo." },
|
|
125702
|
+
"locations": [
|
|
125703
|
+
{
|
|
125704
|
+
"physicalLocation": {
|
|
125705
|
+
"artifactLocation": { "uri": "file1.js" },
|
|
125706
|
+
"region": { "startLine": 1 }
|
|
125707
|
+
}
|
|
125708
|
+
}
|
|
125709
|
+
],
|
|
125710
|
+
"ruleId": "js/unused-local-variable",
|
|
125711
|
+
"properties": [
|
|
125712
|
+
{ "github/alertNumber": 2 },
|
|
125713
|
+
{
|
|
125714
|
+
"github/alertUrl": "https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2"
|
|
125715
|
+
}
|
|
125716
|
+
]
|
|
125717
|
+
}
|
|
125718
|
+
]
|
|
125719
|
+
}
|
|
125720
|
+
]
|
|
125721
|
+
}
|
|
125722
|
+
}
|
|
125723
|
+
}
|
|
125677
125724
|
}
|
|
125678
125725
|
}
|
|
125679
125726
|
},
|
|
@@ -125975,6 +126022,15 @@
|
|
|
125975
126022
|
}
|
|
125976
126023
|
},
|
|
125977
126024
|
"required": ["commit_sha", "ref", "sarif"]
|
|
126025
|
+
},
|
|
126026
|
+
"examples": {
|
|
126027
|
+
"default": {
|
|
126028
|
+
"value": {
|
|
126029
|
+
"commit_sha": "4b6472266afd7b471e86085a6659e8c7f2b119da",
|
|
126030
|
+
"ref": "refs/heads/master",
|
|
126031
|
+
"sarif": "H4sICMLGdF4AA2V4YW1wbGUuc2FyaWYAvVjdbts2FL7PUxDCijaA/CM7iRNfLkPXYgHSNstumlzQ0pHFVCI1korjFgH2ONtr7Ul2KFmy/mOn6QIkjsjDw0/nfN85NL8dEGL9pNwAImqRObECrWM1H40kXQ2XTAfJIlEgXcE1cD10RTQSVDE10K4aKSqZP1AxuKOIKg1ydJU60jSfSh8Hk6EzHA/vlOCWbfa7B6kYPpj90rlsWCZcmbHP5Bs+4oAWIjQD2SMOeJLh2vIQDnIaQerqXHjw8YIgxohybxAyDsS4cAPKsp03K4RcUs6+Up2D+JXpd8mibKIQN9fM/aMCdbyBujGSSQgVxJtx5qX2d2qUcIweQhEuDQf3GBO6CKHkogx/N3MVCKl/AeVKFuf4y5ubsMGDTj1ep+5I7sgmLIpxtU38hLtmMRGSuCFVyip5eKzs5ydh+LztVL6f2m6oih1BkYiuyQIIJWodxVpERPj4sEiWBNNH8EWT0DMG8EAjzKVHXCrB4FkPu/F64NMk1OeC+2yZSNoBOoR7CC0EzYWGbm+xFDFIzbI011+cLjfZtyJkmMZfumAh02uL3NpV2y+MZ6RAjxibyKrNxxJcVjANSb4eBGwZ1M0KsuyR2poLr5rMl8vaDSeVn6eTWEO2j2xIEcmhwlTKNOi4GMOI8gfuZYkvJ7b4v5Tiumyz7RnHeodFzpS8ASIZCH/AYdWi2z3sG8JtFxJ6fF9yR9CdifBr9Pd6d5V2+zbJKjjCFGGmsHuYFy2ytJq9tUxcLSRSQecppOGKrpUxYfxefMEFK+wOGa4hudQByBVT0L+EKtyACxnRsABhEx1QjVDs1KNI9MbpnhqfE45B6FJvu3hRu5VRU9MhZLmK7fqkKyQSTHNoyMqUFMqXCV3CwAeqEwmVokraK8IuBaGvHjQ0gMYrKjnjyw7uk9uD8tgmsBbFMPnU1bV2ZhkJNkuolUiWys3UPWzs5aaIUz9TBe8zMb+6+nT+6fLy91dlE3xzeDDT4zYszb0bW6NjJd0Rvn2EnLvWLFSdKPpBzInzfRgu8ETyMcH8nIfMnJCeC2PyfTA+UKngcnGH7Hw2hGkVQs5YlIRCtdWZYQ4/73es2JlxkfViOEIhoWJq5Oo6UBBfiKIqFBWhiE3jJGbFwVoxBHTRSuIS67sMeplei24X20shLjG+8gqbKC/bESiNMC+wd5q5id0yeS7CJEqXzmrTWNq3k05l84P6f4/bEmXFJjI0fIt1BGQssUnUDkBYeVhE5TqPnMH3jqogDcP0zKcTgLPTMSzOjhbjuVOmW23l1fYNStulfo6sXlFsGLhbDy5RECPRYGCTgOj2bd4nUQEivEd0H7KKYxqnEhFohuur3a3UPskbH/+Yg0+M5P2MHRJu3ziHh3Z2NCrWt3XF1rWTw8Ne/pfbWYXnDSE0SNZQQt1i18q7te2vOhu7ehWuvVyeu0wbLZi24mhoo6aOOTltzG/lgdVvVoXQq5V+pewkFIzL8fjEcadT55jOjpzFzHuOTtDNrMkJPMVQDd7F09RID72O/UPZ0tmctqZ7kWX6EmSZnDpP8GU67SXM8XE3YSrxbKsx6UReZ4y6n/FVZfJjs9Z7stma75W5yQtkzjk5eSJxk1lv4o7+j8TlhaJ2lsKWZO6lruDPBLib3x5ZN/KGWzZ+pn///evv7OOf4iIBv3oY9L/l1wiJ9p0Tc+F1zZnOE9NxXWEus6IQhr5pMfoqxi8WPsuu0azsns4UC6WzNzHIzbeEx4P/AJ3SefgcFAAA"
|
|
126032
|
+
}
|
|
126033
|
+
}
|
|
125978
126034
|
}
|
|
125979
126035
|
}
|
|
125980
126036
|
}
|
|
@@ -186423,7 +186479,7 @@
|
|
|
186423
186479
|
"operationId": "issues/remove-assignees",
|
|
186424
186480
|
"externalDocs": {
|
|
186425
186481
|
"description": "API method documentation",
|
|
186426
|
-
"url": "https://docs.github.com/
|
|
186482
|
+
"url": "https://docs.github.com/rest/reference/issues#remove-assignees-from-an-issue"
|
|
186427
186483
|
},
|
|
186428
186484
|
"parameters": [
|
|
186429
186485
|
{
|
|
@@ -186449,6 +186505,7 @@
|
|
|
186449
186505
|
}
|
|
186450
186506
|
],
|
|
186451
186507
|
"requestBody": {
|
|
186508
|
+
"required": true,
|
|
186452
186509
|
"content": {
|
|
186453
186510
|
"application/json": {
|
|
186454
186511
|
"schema": {
|
|
@@ -186459,7 +186516,8 @@
|
|
|
186459
186516
|
"description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
|
|
186460
186517
|
"items": { "type": "string" }
|
|
186461
186518
|
}
|
|
186462
|
-
}
|
|
186519
|
+
},
|
|
186520
|
+
"required": ["assignees"]
|
|
186463
186521
|
},
|
|
186464
186522
|
"examples": {
|
|
186465
186523
|
"default": { "value": { "assignees": ["hubot", "other_user"] } }
|
|
@@ -187890,6 +187948,9 @@
|
|
|
187890
187948
|
"allow_auto_merge": { "type": "boolean" },
|
|
187891
187949
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
187892
187950
|
"allow_update_branch": { "type": "boolean" },
|
|
187951
|
+
"use_squash_pr_title_as_default": {
|
|
187952
|
+
"type": "boolean"
|
|
187953
|
+
},
|
|
187893
187954
|
"allow_merge_commit": { "type": "boolean" },
|
|
187894
187955
|
"subscribers_count": { "type": "integer" },
|
|
187895
187956
|
"network_count": { "type": "integer" }
|
|
@@ -187920,6 +187981,11 @@
|
|
|
187920
187981
|
"type": "boolean",
|
|
187921
187982
|
"example": false
|
|
187922
187983
|
},
|
|
187984
|
+
"use_squash_pr_title_as_default": {
|
|
187985
|
+
"type": "boolean",
|
|
187986
|
+
"description": "Whether a squash merge commit can use the pull request title as default.",
|
|
187987
|
+
"default": false
|
|
187988
|
+
},
|
|
187923
187989
|
"allow_merge_commit": {
|
|
187924
187990
|
"description": "Whether to allow merge commits for pull requests.",
|
|
187925
187991
|
"default": true,
|
|
@@ -308397,99 +308463,6 @@
|
|
|
308397
308463
|
"x-octokit": {}
|
|
308398
308464
|
}
|
|
308399
308465
|
},
|
|
308400
|
-
"/repos/{owner}/{repo}/community/code_of_conduct": {
|
|
308401
|
-
"get": {
|
|
308402
|
-
"summary": "Get the code of conduct for a repository",
|
|
308403
|
-
"description": "Returns the contents of the repository's code of conduct file, if one is detected.\n\nA code of conduct is detected if there is a file named `CODE_OF_CONDUCT` in the root directory of the repository. GitHub detects which code of conduct it is using fuzzy matching.",
|
|
308404
|
-
"tags": ["codes-of-conduct"],
|
|
308405
|
-
"operationId": "codes-of-conduct/get-for-repo",
|
|
308406
|
-
"externalDocs": {
|
|
308407
|
-
"description": "API method documentation",
|
|
308408
|
-
"url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
|
|
308409
|
-
},
|
|
308410
|
-
"parameters": [
|
|
308411
|
-
{
|
|
308412
|
-
"name": "owner",
|
|
308413
|
-
"in": "path",
|
|
308414
|
-
"required": true,
|
|
308415
|
-
"schema": { "type": "string" }
|
|
308416
|
-
},
|
|
308417
|
-
{
|
|
308418
|
-
"name": "repo",
|
|
308419
|
-
"in": "path",
|
|
308420
|
-
"required": true,
|
|
308421
|
-
"schema": { "type": "string" }
|
|
308422
|
-
}
|
|
308423
|
-
],
|
|
308424
|
-
"responses": {
|
|
308425
|
-
"200": {
|
|
308426
|
-
"description": "Response",
|
|
308427
|
-
"content": {
|
|
308428
|
-
"application/json": {
|
|
308429
|
-
"schema": {
|
|
308430
|
-
"title": "Code Of Conduct",
|
|
308431
|
-
"description": "Code Of Conduct",
|
|
308432
|
-
"type": "object",
|
|
308433
|
-
"properties": {
|
|
308434
|
-
"key": {
|
|
308435
|
-
"type": "string",
|
|
308436
|
-
"example": "contributor_covenant"
|
|
308437
|
-
},
|
|
308438
|
-
"name": {
|
|
308439
|
-
"type": "string",
|
|
308440
|
-
"example": "Contributor Covenant"
|
|
308441
|
-
},
|
|
308442
|
-
"url": {
|
|
308443
|
-
"type": "string",
|
|
308444
|
-
"format": "uri",
|
|
308445
|
-
"example": "https://api.github.com/codes_of_conduct/contributor_covenant"
|
|
308446
|
-
},
|
|
308447
|
-
"body": {
|
|
308448
|
-
"type": "string",
|
|
308449
|
-
"example": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n"
|
|
308450
|
-
},
|
|
308451
|
-
"html_url": {
|
|
308452
|
-
"type": "string",
|
|
308453
|
-
"format": "uri",
|
|
308454
|
-
"nullable": true
|
|
308455
|
-
}
|
|
308456
|
-
},
|
|
308457
|
-
"required": ["url", "html_url", "key", "name"]
|
|
308458
|
-
},
|
|
308459
|
-
"examples": {
|
|
308460
|
-
"default": {
|
|
308461
|
-
"value": {
|
|
308462
|
-
"key": "contributor_covenant",
|
|
308463
|
-
"name": "Contributor Covenant",
|
|
308464
|
-
"url": "https://github.com/LindseyB/cosee/blob/master/CODE_OF_CONDUCT.md",
|
|
308465
|
-
"body": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\nto any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\nposting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at lindseyb@github.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n",
|
|
308466
|
-
"html_url": "https://github.com/LindseyB/cosee/blob/master/CODE_OF_CONDUCT.md"
|
|
308467
|
-
}
|
|
308468
|
-
}
|
|
308469
|
-
}
|
|
308470
|
-
}
|
|
308471
|
-
}
|
|
308472
|
-
}
|
|
308473
|
-
},
|
|
308474
|
-
"x-github": {
|
|
308475
|
-
"githubCloudOnly": false,
|
|
308476
|
-
"enabledForGitHubApps": true,
|
|
308477
|
-
"previews": [
|
|
308478
|
-
{
|
|
308479
|
-
"required": true,
|
|
308480
|
-
"name": "scarlet-witch",
|
|
308481
|
-
"note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
|
|
308482
|
-
}
|
|
308483
|
-
],
|
|
308484
|
-
"category": "codes-of-conduct",
|
|
308485
|
-
"subcategory": null,
|
|
308486
|
-
"removalDate": "2021-09-29",
|
|
308487
|
-
"deprecationDate": "2021-09-29"
|
|
308488
|
-
},
|
|
308489
|
-
"deprecated": true,
|
|
308490
|
-
"x-octokit": {}
|
|
308491
|
-
}
|
|
308492
|
-
},
|
|
308493
308466
|
"/applications/grants": {
|
|
308494
308467
|
"get": {
|
|
308495
308468
|
"summary": "List your grants",
|
|
@@ -309026,20 +308999,6 @@
|
|
|
309026
308999
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
309027
309000
|
}
|
|
309028
309001
|
},
|
|
309029
|
-
"/orgs/{org_id}/codespaces": {
|
|
309030
|
-
"get": {
|
|
309031
|
-
"summary": "List codespaces for the organization",
|
|
309032
|
-
"description": "This endpoint does not exist github.ae. It was added in api.github.com",
|
|
309033
|
-
"tags": ["codespaces"],
|
|
309034
|
-
"operationId": "codespaces/list-in-organization",
|
|
309035
|
-
"externalDocs": {
|
|
309036
|
-
"description": "API method documentation",
|
|
309037
|
-
"url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
|
|
309038
|
-
},
|
|
309039
|
-
"x-octokit": { "api.github.com": "removed" },
|
|
309040
|
-
"responses": { "501": { "description": "Not Implemented" } }
|
|
309041
|
-
}
|
|
309042
|
-
},
|
|
309043
309002
|
"/orgs/{org}/actions/cache/usage": {
|
|
309044
309003
|
"get": {
|
|
309045
309004
|
"summary": "Get GitHub Actions cache usage for an organization",
|
|
@@ -309328,6 +309287,20 @@
|
|
|
309328
309287
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
309329
309288
|
}
|
|
309330
309289
|
},
|
|
309290
|
+
"/orgs/{org}/codespaces": {
|
|
309291
|
+
"get": {
|
|
309292
|
+
"summary": "List codespaces for the organization",
|
|
309293
|
+
"description": "This endpoint does not exist github.ae. It was added in api.github.com",
|
|
309294
|
+
"tags": ["codespaces"],
|
|
309295
|
+
"operationId": "codespaces/list-in-organization",
|
|
309296
|
+
"externalDocs": {
|
|
309297
|
+
"description": "API method documentation",
|
|
309298
|
+
"url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
|
|
309299
|
+
},
|
|
309300
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
309301
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
309302
|
+
}
|
|
309303
|
+
},
|
|
309331
309304
|
"/orgs/{org}/credential-authorizations": {
|
|
309332
309305
|
"get": {
|
|
309333
309306
|
"summary": "List SAML SSO authorizations for an organization",
|