@octokit/openapi 7.10.0 → 7.11.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 +628 -3
- package/generated/api.github.com.json +28 -3
- 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 +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
- package/generated/ghes-3.2.deref.json +617 -2
- package/generated/ghes-3.2.json +27 -2
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +21 -0
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +615 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +25 -1
- package/generated/ghes-3.3.deref.json +617 -2
- package/generated/ghes-3.3.json +27 -2
- 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 +622 -2
- package/generated/ghes-3.4.json +27 -2
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +21 -0
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +620 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +25 -1
- package/generated/ghes-3.5.deref.json +622 -2
- package/generated/ghes-3.5.json +27 -2
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.6.deref.json +626 -2
- package/generated/ghes-3.6.json +27 -2
- package/generated/github.ae-diff-to-api.github.com.deref.json +1 -1
- package/generated/github.ae-diff-to-api.github.com.json +1 -1
- package/generated/github.ae.deref.json +627 -2
- package/generated/github.ae.json +27 -2
- package/package.json +1 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.11.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": {
|
|
@@ -111533,6 +111533,509 @@
|
|
|
111533
111533
|
}
|
|
111534
111534
|
},
|
|
111535
111535
|
"responses": {
|
|
111536
|
+
"200": {
|
|
111537
|
+
"description": "Response when the updated information already exists",
|
|
111538
|
+
"content": {
|
|
111539
|
+
"application/json": {
|
|
111540
|
+
"schema": {
|
|
111541
|
+
"title": "Full Team",
|
|
111542
|
+
"description": "Groups of organization members that gives permissions on specified repositories.",
|
|
111543
|
+
"type": "object",
|
|
111544
|
+
"properties": {
|
|
111545
|
+
"id": {
|
|
111546
|
+
"description": "Unique identifier of the team",
|
|
111547
|
+
"example": 42,
|
|
111548
|
+
"type": "integer"
|
|
111549
|
+
},
|
|
111550
|
+
"node_id": {
|
|
111551
|
+
"type": "string",
|
|
111552
|
+
"example": "MDQ6VGVhbTE="
|
|
111553
|
+
},
|
|
111554
|
+
"url": {
|
|
111555
|
+
"description": "URL for the team",
|
|
111556
|
+
"example": "https://api.github.com/organizations/1/team/1",
|
|
111557
|
+
"type": "string",
|
|
111558
|
+
"format": "uri"
|
|
111559
|
+
},
|
|
111560
|
+
"html_url": {
|
|
111561
|
+
"type": "string",
|
|
111562
|
+
"format": "uri",
|
|
111563
|
+
"example": "https://github.com/orgs/rails/teams/core"
|
|
111564
|
+
},
|
|
111565
|
+
"name": {
|
|
111566
|
+
"description": "Name of the team",
|
|
111567
|
+
"example": "Developers",
|
|
111568
|
+
"type": "string"
|
|
111569
|
+
},
|
|
111570
|
+
"slug": {
|
|
111571
|
+
"type": "string",
|
|
111572
|
+
"example": "justice-league"
|
|
111573
|
+
},
|
|
111574
|
+
"description": {
|
|
111575
|
+
"type": "string",
|
|
111576
|
+
"example": "A great team.",
|
|
111577
|
+
"nullable": true
|
|
111578
|
+
},
|
|
111579
|
+
"privacy": {
|
|
111580
|
+
"description": "The level of privacy this team should have",
|
|
111581
|
+
"type": "string",
|
|
111582
|
+
"enum": [
|
|
111583
|
+
"closed",
|
|
111584
|
+
"secret"
|
|
111585
|
+
],
|
|
111586
|
+
"example": "closed"
|
|
111587
|
+
},
|
|
111588
|
+
"permission": {
|
|
111589
|
+
"description": "Permission that the team will have for its repositories",
|
|
111590
|
+
"example": "push",
|
|
111591
|
+
"type": "string"
|
|
111592
|
+
},
|
|
111593
|
+
"members_url": {
|
|
111594
|
+
"type": "string",
|
|
111595
|
+
"example": "https://api.github.com/organizations/1/team/1/members{/member}"
|
|
111596
|
+
},
|
|
111597
|
+
"repositories_url": {
|
|
111598
|
+
"type": "string",
|
|
111599
|
+
"format": "uri",
|
|
111600
|
+
"example": "https://api.github.com/organizations/1/team/1/repos"
|
|
111601
|
+
},
|
|
111602
|
+
"parent": {
|
|
111603
|
+
"title": "Team Simple",
|
|
111604
|
+
"description": "Groups of organization members that gives permissions on specified repositories.",
|
|
111605
|
+
"type": "object",
|
|
111606
|
+
"properties": {
|
|
111607
|
+
"id": {
|
|
111608
|
+
"description": "Unique identifier of the team",
|
|
111609
|
+
"type": "integer",
|
|
111610
|
+
"example": 1
|
|
111611
|
+
},
|
|
111612
|
+
"node_id": {
|
|
111613
|
+
"type": "string",
|
|
111614
|
+
"example": "MDQ6VGVhbTE="
|
|
111615
|
+
},
|
|
111616
|
+
"url": {
|
|
111617
|
+
"description": "URL for the team",
|
|
111618
|
+
"type": "string",
|
|
111619
|
+
"format": "uri",
|
|
111620
|
+
"example": "https://api.github.com/organizations/1/team/1"
|
|
111621
|
+
},
|
|
111622
|
+
"members_url": {
|
|
111623
|
+
"type": "string",
|
|
111624
|
+
"example": "https://api.github.com/organizations/1/team/1/members{/member}"
|
|
111625
|
+
},
|
|
111626
|
+
"name": {
|
|
111627
|
+
"description": "Name of the team",
|
|
111628
|
+
"type": "string",
|
|
111629
|
+
"example": "Justice League"
|
|
111630
|
+
},
|
|
111631
|
+
"description": {
|
|
111632
|
+
"description": "Description of the team",
|
|
111633
|
+
"type": "string",
|
|
111634
|
+
"nullable": true,
|
|
111635
|
+
"example": "A great team."
|
|
111636
|
+
},
|
|
111637
|
+
"permission": {
|
|
111638
|
+
"description": "Permission that the team will have for its repositories",
|
|
111639
|
+
"type": "string",
|
|
111640
|
+
"example": "admin"
|
|
111641
|
+
},
|
|
111642
|
+
"privacy": {
|
|
111643
|
+
"description": "The level of privacy this team should have",
|
|
111644
|
+
"type": "string",
|
|
111645
|
+
"example": "closed"
|
|
111646
|
+
},
|
|
111647
|
+
"html_url": {
|
|
111648
|
+
"type": "string",
|
|
111649
|
+
"format": "uri",
|
|
111650
|
+
"example": "https://github.com/orgs/rails/teams/core"
|
|
111651
|
+
},
|
|
111652
|
+
"repositories_url": {
|
|
111653
|
+
"type": "string",
|
|
111654
|
+
"format": "uri",
|
|
111655
|
+
"example": "https://api.github.com/organizations/1/team/1/repos"
|
|
111656
|
+
},
|
|
111657
|
+
"slug": {
|
|
111658
|
+
"type": "string",
|
|
111659
|
+
"example": "justice-league"
|
|
111660
|
+
},
|
|
111661
|
+
"ldap_dn": {
|
|
111662
|
+
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
|
|
111663
|
+
"example": "uid=example,ou=users,dc=github,dc=com",
|
|
111664
|
+
"type": "string"
|
|
111665
|
+
}
|
|
111666
|
+
},
|
|
111667
|
+
"required": [
|
|
111668
|
+
"id",
|
|
111669
|
+
"node_id",
|
|
111670
|
+
"url",
|
|
111671
|
+
"members_url",
|
|
111672
|
+
"name",
|
|
111673
|
+
"description",
|
|
111674
|
+
"permission",
|
|
111675
|
+
"html_url",
|
|
111676
|
+
"repositories_url",
|
|
111677
|
+
"slug"
|
|
111678
|
+
],
|
|
111679
|
+
"nullable": true
|
|
111680
|
+
},
|
|
111681
|
+
"members_count": {
|
|
111682
|
+
"type": "integer",
|
|
111683
|
+
"example": 3
|
|
111684
|
+
},
|
|
111685
|
+
"repos_count": {
|
|
111686
|
+
"type": "integer",
|
|
111687
|
+
"example": 10
|
|
111688
|
+
},
|
|
111689
|
+
"created_at": {
|
|
111690
|
+
"type": "string",
|
|
111691
|
+
"format": "date-time",
|
|
111692
|
+
"example": "2017-07-14T16:53:42Z"
|
|
111693
|
+
},
|
|
111694
|
+
"updated_at": {
|
|
111695
|
+
"type": "string",
|
|
111696
|
+
"format": "date-time",
|
|
111697
|
+
"example": "2017-08-17T12:37:15Z"
|
|
111698
|
+
},
|
|
111699
|
+
"organization": {
|
|
111700
|
+
"title": "Team Organization",
|
|
111701
|
+
"description": "Team Organization",
|
|
111702
|
+
"type": "object",
|
|
111703
|
+
"properties": {
|
|
111704
|
+
"login": {
|
|
111705
|
+
"type": "string",
|
|
111706
|
+
"example": "github"
|
|
111707
|
+
},
|
|
111708
|
+
"id": {
|
|
111709
|
+
"type": "integer",
|
|
111710
|
+
"example": 1
|
|
111711
|
+
},
|
|
111712
|
+
"node_id": {
|
|
111713
|
+
"type": "string",
|
|
111714
|
+
"example": "MDEyOk9yZ2FuaXphdGlvbjE="
|
|
111715
|
+
},
|
|
111716
|
+
"url": {
|
|
111717
|
+
"type": "string",
|
|
111718
|
+
"format": "uri",
|
|
111719
|
+
"example": "https://api.github.com/orgs/github"
|
|
111720
|
+
},
|
|
111721
|
+
"repos_url": {
|
|
111722
|
+
"type": "string",
|
|
111723
|
+
"format": "uri",
|
|
111724
|
+
"example": "https://api.github.com/orgs/github/repos"
|
|
111725
|
+
},
|
|
111726
|
+
"events_url": {
|
|
111727
|
+
"type": "string",
|
|
111728
|
+
"format": "uri",
|
|
111729
|
+
"example": "https://api.github.com/orgs/github/events"
|
|
111730
|
+
},
|
|
111731
|
+
"hooks_url": {
|
|
111732
|
+
"type": "string",
|
|
111733
|
+
"example": "https://api.github.com/orgs/github/hooks"
|
|
111734
|
+
},
|
|
111735
|
+
"issues_url": {
|
|
111736
|
+
"type": "string",
|
|
111737
|
+
"example": "https://api.github.com/orgs/github/issues"
|
|
111738
|
+
},
|
|
111739
|
+
"members_url": {
|
|
111740
|
+
"type": "string",
|
|
111741
|
+
"example": "https://api.github.com/orgs/github/members{/member}"
|
|
111742
|
+
},
|
|
111743
|
+
"public_members_url": {
|
|
111744
|
+
"type": "string",
|
|
111745
|
+
"example": "https://api.github.com/orgs/github/public_members{/member}"
|
|
111746
|
+
},
|
|
111747
|
+
"avatar_url": {
|
|
111748
|
+
"type": "string",
|
|
111749
|
+
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
111750
|
+
},
|
|
111751
|
+
"description": {
|
|
111752
|
+
"type": "string",
|
|
111753
|
+
"example": "A great organization",
|
|
111754
|
+
"nullable": true
|
|
111755
|
+
},
|
|
111756
|
+
"name": {
|
|
111757
|
+
"type": "string",
|
|
111758
|
+
"example": "github"
|
|
111759
|
+
},
|
|
111760
|
+
"company": {
|
|
111761
|
+
"type": "string",
|
|
111762
|
+
"example": "GitHub"
|
|
111763
|
+
},
|
|
111764
|
+
"blog": {
|
|
111765
|
+
"type": "string",
|
|
111766
|
+
"format": "uri",
|
|
111767
|
+
"example": "https://github.com/blog"
|
|
111768
|
+
},
|
|
111769
|
+
"location": {
|
|
111770
|
+
"type": "string",
|
|
111771
|
+
"example": "San Francisco"
|
|
111772
|
+
},
|
|
111773
|
+
"email": {
|
|
111774
|
+
"type": "string",
|
|
111775
|
+
"format": "email",
|
|
111776
|
+
"example": "octocat@github.com"
|
|
111777
|
+
},
|
|
111778
|
+
"twitter_username": {
|
|
111779
|
+
"type": "string",
|
|
111780
|
+
"example": "github",
|
|
111781
|
+
"nullable": true
|
|
111782
|
+
},
|
|
111783
|
+
"is_verified": {
|
|
111784
|
+
"type": "boolean",
|
|
111785
|
+
"example": true
|
|
111786
|
+
},
|
|
111787
|
+
"has_organization_projects": {
|
|
111788
|
+
"type": "boolean",
|
|
111789
|
+
"example": true
|
|
111790
|
+
},
|
|
111791
|
+
"has_repository_projects": {
|
|
111792
|
+
"type": "boolean",
|
|
111793
|
+
"example": true
|
|
111794
|
+
},
|
|
111795
|
+
"public_repos": {
|
|
111796
|
+
"type": "integer",
|
|
111797
|
+
"example": 2
|
|
111798
|
+
},
|
|
111799
|
+
"public_gists": {
|
|
111800
|
+
"type": "integer",
|
|
111801
|
+
"example": 1
|
|
111802
|
+
},
|
|
111803
|
+
"followers": {
|
|
111804
|
+
"type": "integer",
|
|
111805
|
+
"example": 20
|
|
111806
|
+
},
|
|
111807
|
+
"following": {
|
|
111808
|
+
"type": "integer",
|
|
111809
|
+
"example": 0
|
|
111810
|
+
},
|
|
111811
|
+
"html_url": {
|
|
111812
|
+
"type": "string",
|
|
111813
|
+
"format": "uri",
|
|
111814
|
+
"example": "https://github.com/octocat"
|
|
111815
|
+
},
|
|
111816
|
+
"created_at": {
|
|
111817
|
+
"type": "string",
|
|
111818
|
+
"format": "date-time",
|
|
111819
|
+
"example": "2008-01-14T04:33:35Z"
|
|
111820
|
+
},
|
|
111821
|
+
"type": {
|
|
111822
|
+
"type": "string",
|
|
111823
|
+
"example": "Organization"
|
|
111824
|
+
},
|
|
111825
|
+
"total_private_repos": {
|
|
111826
|
+
"type": "integer",
|
|
111827
|
+
"example": 100
|
|
111828
|
+
},
|
|
111829
|
+
"owned_private_repos": {
|
|
111830
|
+
"type": "integer",
|
|
111831
|
+
"example": 100
|
|
111832
|
+
},
|
|
111833
|
+
"private_gists": {
|
|
111834
|
+
"type": "integer",
|
|
111835
|
+
"example": 81,
|
|
111836
|
+
"nullable": true
|
|
111837
|
+
},
|
|
111838
|
+
"disk_usage": {
|
|
111839
|
+
"type": "integer",
|
|
111840
|
+
"example": 10000,
|
|
111841
|
+
"nullable": true
|
|
111842
|
+
},
|
|
111843
|
+
"collaborators": {
|
|
111844
|
+
"type": "integer",
|
|
111845
|
+
"example": 8,
|
|
111846
|
+
"nullable": true
|
|
111847
|
+
},
|
|
111848
|
+
"billing_email": {
|
|
111849
|
+
"type": "string",
|
|
111850
|
+
"format": "email",
|
|
111851
|
+
"example": "org@example.com",
|
|
111852
|
+
"nullable": true
|
|
111853
|
+
},
|
|
111854
|
+
"plan": {
|
|
111855
|
+
"type": "object",
|
|
111856
|
+
"properties": {
|
|
111857
|
+
"name": {
|
|
111858
|
+
"type": "string"
|
|
111859
|
+
},
|
|
111860
|
+
"space": {
|
|
111861
|
+
"type": "integer"
|
|
111862
|
+
},
|
|
111863
|
+
"private_repos": {
|
|
111864
|
+
"type": "integer"
|
|
111865
|
+
},
|
|
111866
|
+
"filled_seats": {
|
|
111867
|
+
"type": "integer"
|
|
111868
|
+
},
|
|
111869
|
+
"seats": {
|
|
111870
|
+
"type": "integer"
|
|
111871
|
+
}
|
|
111872
|
+
},
|
|
111873
|
+
"required": [
|
|
111874
|
+
"name",
|
|
111875
|
+
"space",
|
|
111876
|
+
"private_repos"
|
|
111877
|
+
]
|
|
111878
|
+
},
|
|
111879
|
+
"default_repository_permission": {
|
|
111880
|
+
"type": "string",
|
|
111881
|
+
"nullable": true
|
|
111882
|
+
},
|
|
111883
|
+
"members_can_create_repositories": {
|
|
111884
|
+
"type": "boolean",
|
|
111885
|
+
"example": true,
|
|
111886
|
+
"nullable": true
|
|
111887
|
+
},
|
|
111888
|
+
"two_factor_requirement_enabled": {
|
|
111889
|
+
"type": "boolean",
|
|
111890
|
+
"example": true,
|
|
111891
|
+
"nullable": true
|
|
111892
|
+
},
|
|
111893
|
+
"members_allowed_repository_creation_type": {
|
|
111894
|
+
"type": "string",
|
|
111895
|
+
"example": "all"
|
|
111896
|
+
},
|
|
111897
|
+
"members_can_create_public_repositories": {
|
|
111898
|
+
"type": "boolean",
|
|
111899
|
+
"example": true
|
|
111900
|
+
},
|
|
111901
|
+
"members_can_create_private_repositories": {
|
|
111902
|
+
"type": "boolean",
|
|
111903
|
+
"example": true
|
|
111904
|
+
},
|
|
111905
|
+
"members_can_create_internal_repositories": {
|
|
111906
|
+
"type": "boolean",
|
|
111907
|
+
"example": true
|
|
111908
|
+
},
|
|
111909
|
+
"members_can_create_pages": {
|
|
111910
|
+
"type": "boolean",
|
|
111911
|
+
"example": true
|
|
111912
|
+
},
|
|
111913
|
+
"members_can_create_public_pages": {
|
|
111914
|
+
"type": "boolean",
|
|
111915
|
+
"example": true
|
|
111916
|
+
},
|
|
111917
|
+
"members_can_create_private_pages": {
|
|
111918
|
+
"type": "boolean",
|
|
111919
|
+
"example": true
|
|
111920
|
+
},
|
|
111921
|
+
"members_can_fork_private_repositories": {
|
|
111922
|
+
"type": "boolean",
|
|
111923
|
+
"example": false,
|
|
111924
|
+
"nullable": true
|
|
111925
|
+
},
|
|
111926
|
+
"web_commit_signoff_required": {
|
|
111927
|
+
"type": "boolean",
|
|
111928
|
+
"example": false
|
|
111929
|
+
},
|
|
111930
|
+
"updated_at": {
|
|
111931
|
+
"type": "string",
|
|
111932
|
+
"format": "date-time"
|
|
111933
|
+
}
|
|
111934
|
+
},
|
|
111935
|
+
"required": [
|
|
111936
|
+
"login",
|
|
111937
|
+
"url",
|
|
111938
|
+
"id",
|
|
111939
|
+
"node_id",
|
|
111940
|
+
"repos_url",
|
|
111941
|
+
"events_url",
|
|
111942
|
+
"hooks_url",
|
|
111943
|
+
"issues_url",
|
|
111944
|
+
"members_url",
|
|
111945
|
+
"public_members_url",
|
|
111946
|
+
"avatar_url",
|
|
111947
|
+
"description",
|
|
111948
|
+
"html_url",
|
|
111949
|
+
"has_organization_projects",
|
|
111950
|
+
"has_repository_projects",
|
|
111951
|
+
"public_repos",
|
|
111952
|
+
"public_gists",
|
|
111953
|
+
"followers",
|
|
111954
|
+
"following",
|
|
111955
|
+
"type",
|
|
111956
|
+
"created_at",
|
|
111957
|
+
"updated_at"
|
|
111958
|
+
]
|
|
111959
|
+
},
|
|
111960
|
+
"ldap_dn": {
|
|
111961
|
+
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
|
|
111962
|
+
"example": "uid=example,ou=users,dc=github,dc=com",
|
|
111963
|
+
"type": "string"
|
|
111964
|
+
}
|
|
111965
|
+
},
|
|
111966
|
+
"required": [
|
|
111967
|
+
"id",
|
|
111968
|
+
"node_id",
|
|
111969
|
+
"url",
|
|
111970
|
+
"members_url",
|
|
111971
|
+
"name",
|
|
111972
|
+
"description",
|
|
111973
|
+
"permission",
|
|
111974
|
+
"html_url",
|
|
111975
|
+
"repositories_url",
|
|
111976
|
+
"slug",
|
|
111977
|
+
"created_at",
|
|
111978
|
+
"updated_at",
|
|
111979
|
+
"members_count",
|
|
111980
|
+
"repos_count",
|
|
111981
|
+
"organization"
|
|
111982
|
+
]
|
|
111983
|
+
},
|
|
111984
|
+
"examples": {
|
|
111985
|
+
"default": {
|
|
111986
|
+
"value": {
|
|
111987
|
+
"id": 1,
|
|
111988
|
+
"node_id": "MDQ6VGVhbTE=",
|
|
111989
|
+
"url": "https://api.github.com/teams/1",
|
|
111990
|
+
"html_url": "https://github.com/orgs/github/teams/justice-league",
|
|
111991
|
+
"name": "Justice League",
|
|
111992
|
+
"slug": "justice-league",
|
|
111993
|
+
"description": "A great team.",
|
|
111994
|
+
"privacy": "closed",
|
|
111995
|
+
"permission": "admin",
|
|
111996
|
+
"members_url": "https://api.github.com/teams/1/members{/member}",
|
|
111997
|
+
"repositories_url": "https://api.github.com/teams/1/repos",
|
|
111998
|
+
"parent": null,
|
|
111999
|
+
"members_count": 3,
|
|
112000
|
+
"repos_count": 10,
|
|
112001
|
+
"created_at": "2017-07-14T16:53:42Z",
|
|
112002
|
+
"updated_at": "2017-08-17T12:37:15Z",
|
|
112003
|
+
"organization": {
|
|
112004
|
+
"login": "github",
|
|
112005
|
+
"id": 1,
|
|
112006
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
|
|
112007
|
+
"url": "https://api.github.com/orgs/github",
|
|
112008
|
+
"repos_url": "https://api.github.com/orgs/github/repos",
|
|
112009
|
+
"events_url": "https://api.github.com/orgs/github/events",
|
|
112010
|
+
"hooks_url": "https://api.github.com/orgs/github/hooks",
|
|
112011
|
+
"issues_url": "https://api.github.com/orgs/github/issues",
|
|
112012
|
+
"members_url": "https://api.github.com/orgs/github/members{/member}",
|
|
112013
|
+
"public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
|
|
112014
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
112015
|
+
"description": "A great organization",
|
|
112016
|
+
"name": "github",
|
|
112017
|
+
"company": "GitHub",
|
|
112018
|
+
"blog": "https://github.com/blog",
|
|
112019
|
+
"location": "San Francisco",
|
|
112020
|
+
"email": "octocat@github.com",
|
|
112021
|
+
"is_verified": true,
|
|
112022
|
+
"has_organization_projects": true,
|
|
112023
|
+
"has_repository_projects": true,
|
|
112024
|
+
"public_repos": 2,
|
|
112025
|
+
"public_gists": 1,
|
|
112026
|
+
"followers": 20,
|
|
112027
|
+
"following": 0,
|
|
112028
|
+
"html_url": "https://github.com/octocat",
|
|
112029
|
+
"created_at": "2008-01-14T04:33:35Z",
|
|
112030
|
+
"updated_at": "2017-08-17T12:37:15Z",
|
|
112031
|
+
"type": "Organization"
|
|
112032
|
+
}
|
|
112033
|
+
}
|
|
112034
|
+
}
|
|
112035
|
+
}
|
|
112036
|
+
}
|
|
112037
|
+
}
|
|
112038
|
+
},
|
|
111536
112039
|
"201": {
|
|
111537
112040
|
"description": "Response",
|
|
111538
112041
|
"content": {
|
|
@@ -112035,6 +112538,127 @@
|
|
|
112035
112538
|
}
|
|
112036
112539
|
}
|
|
112037
112540
|
}
|
|
112541
|
+
},
|
|
112542
|
+
"403": {
|
|
112543
|
+
"description": "Forbidden",
|
|
112544
|
+
"content": {
|
|
112545
|
+
"application/json": {
|
|
112546
|
+
"schema": {
|
|
112547
|
+
"title": "Basic Error",
|
|
112548
|
+
"description": "Basic Error",
|
|
112549
|
+
"type": "object",
|
|
112550
|
+
"properties": {
|
|
112551
|
+
"message": {
|
|
112552
|
+
"type": "string"
|
|
112553
|
+
},
|
|
112554
|
+
"documentation_url": {
|
|
112555
|
+
"type": "string"
|
|
112556
|
+
},
|
|
112557
|
+
"url": {
|
|
112558
|
+
"type": "string"
|
|
112559
|
+
},
|
|
112560
|
+
"status": {
|
|
112561
|
+
"type": "string"
|
|
112562
|
+
}
|
|
112563
|
+
}
|
|
112564
|
+
}
|
|
112565
|
+
}
|
|
112566
|
+
}
|
|
112567
|
+
},
|
|
112568
|
+
"404": {
|
|
112569
|
+
"description": "Resource not found",
|
|
112570
|
+
"content": {
|
|
112571
|
+
"application/json": {
|
|
112572
|
+
"schema": {
|
|
112573
|
+
"title": "Basic Error",
|
|
112574
|
+
"description": "Basic Error",
|
|
112575
|
+
"type": "object",
|
|
112576
|
+
"properties": {
|
|
112577
|
+
"message": {
|
|
112578
|
+
"type": "string"
|
|
112579
|
+
},
|
|
112580
|
+
"documentation_url": {
|
|
112581
|
+
"type": "string"
|
|
112582
|
+
},
|
|
112583
|
+
"url": {
|
|
112584
|
+
"type": "string"
|
|
112585
|
+
},
|
|
112586
|
+
"status": {
|
|
112587
|
+
"type": "string"
|
|
112588
|
+
}
|
|
112589
|
+
}
|
|
112590
|
+
}
|
|
112591
|
+
}
|
|
112592
|
+
}
|
|
112593
|
+
},
|
|
112594
|
+
"422": {
|
|
112595
|
+
"description": "Validation failed",
|
|
112596
|
+
"content": {
|
|
112597
|
+
"application/json": {
|
|
112598
|
+
"schema": {
|
|
112599
|
+
"title": "Validation Error",
|
|
112600
|
+
"description": "Validation Error",
|
|
112601
|
+
"type": "object",
|
|
112602
|
+
"required": [
|
|
112603
|
+
"message",
|
|
112604
|
+
"documentation_url"
|
|
112605
|
+
],
|
|
112606
|
+
"properties": {
|
|
112607
|
+
"message": {
|
|
112608
|
+
"type": "string"
|
|
112609
|
+
},
|
|
112610
|
+
"documentation_url": {
|
|
112611
|
+
"type": "string"
|
|
112612
|
+
},
|
|
112613
|
+
"errors": {
|
|
112614
|
+
"type": "array",
|
|
112615
|
+
"items": {
|
|
112616
|
+
"type": "object",
|
|
112617
|
+
"required": [
|
|
112618
|
+
"code"
|
|
112619
|
+
],
|
|
112620
|
+
"properties": {
|
|
112621
|
+
"resource": {
|
|
112622
|
+
"type": "string"
|
|
112623
|
+
},
|
|
112624
|
+
"field": {
|
|
112625
|
+
"type": "string"
|
|
112626
|
+
},
|
|
112627
|
+
"message": {
|
|
112628
|
+
"type": "string"
|
|
112629
|
+
},
|
|
112630
|
+
"code": {
|
|
112631
|
+
"type": "string"
|
|
112632
|
+
},
|
|
112633
|
+
"index": {
|
|
112634
|
+
"type": "integer"
|
|
112635
|
+
},
|
|
112636
|
+
"value": {
|
|
112637
|
+
"oneOf": [
|
|
112638
|
+
{
|
|
112639
|
+
"type": "string",
|
|
112640
|
+
"nullable": true
|
|
112641
|
+
},
|
|
112642
|
+
{
|
|
112643
|
+
"type": "integer",
|
|
112644
|
+
"nullable": true
|
|
112645
|
+
},
|
|
112646
|
+
{
|
|
112647
|
+
"type": "array",
|
|
112648
|
+
"nullable": true,
|
|
112649
|
+
"items": {
|
|
112650
|
+
"type": "string"
|
|
112651
|
+
}
|
|
112652
|
+
}
|
|
112653
|
+
]
|
|
112654
|
+
}
|
|
112655
|
+
}
|
|
112656
|
+
}
|
|
112657
|
+
}
|
|
112658
|
+
}
|
|
112659
|
+
}
|
|
112660
|
+
}
|
|
112661
|
+
}
|
|
112038
112662
|
}
|
|
112039
112663
|
},
|
|
112040
112664
|
"x-github": {
|
|
@@ -237059,6 +237683,7 @@
|
|
|
237059
237683
|
"description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
|
|
237060
237684
|
"in": "path",
|
|
237061
237685
|
"required": true,
|
|
237686
|
+
"x-multi-segment": true,
|
|
237062
237687
|
"schema": {
|
|
237063
237688
|
"type": "string"
|
|
237064
237689
|
}
|
|
@@ -262510,7 +263135,7 @@
|
|
|
262510
263135
|
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
|
|
262511
263136
|
"get": {
|
|
262512
263137
|
"summary": "Get a tree",
|
|
262513
|
-
"description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
|
|
263138
|
+
"description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
|
|
262514
263139
|
"tags": [
|
|
262515
263140
|
"git"
|
|
262516
263141
|
],
|
|
@@ -477053,7 +477678,7 @@
|
|
|
477053
477678
|
"key": {
|
|
477054
477679
|
"description": "The public SSH key to add to your GitHub account. For more information, see \"[Checking for existing SSH keys](https://docs.github.com/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys).\"",
|
|
477055
477680
|
"type": "string",
|
|
477056
|
-
"pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
|
|
477681
|
+
"pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) |^(sk-ssh-ed25519|sk-ecdsa-sha2-nistp256)@openssh.com "
|
|
477057
477682
|
}
|
|
477058
477683
|
},
|
|
477059
477684
|
"required": [
|