You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/github-api-next.yaml
+49-10
Original file line number
Diff line number
Diff line change
@@ -9865,6 +9865,7 @@ paths:
9865
9865
- forks
9866
9866
- sources
9867
9867
- member
9868
+
default: all
9868
9869
- name: sort
9869
9870
description: The property to sort the results by.
9870
9871
in: query
@@ -20740,6 +20741,16 @@ paths:
20740
20741
are made to respect this upon creation. Assigned by IP if not
20741
20742
provided.
20742
20743
type: string
20744
+
geo:
20745
+
description: The geographic area for this codespace. If not specified,
20746
+
the value is assigned by IP. This property replaces `location`,
20747
+
which is being deprecated.
20748
+
type: string
20749
+
enum:
20750
+
- EuropeWest
20751
+
- SoutheastAsia
20752
+
- UsEast
20753
+
- UsWest
20743
20754
client_ip:
20744
20755
description: IP for location auto-detection when proxying a request
20745
20756
type: string
@@ -25214,10 +25225,6 @@ paths:
25214
25225
sha:
25215
25226
type: string
25216
25227
description: The SHA1 value for this reference.
25217
-
key:
25218
-
type: string
25219
-
examples:
25220
-
- '"refs/heads/newbranch"'
25221
25228
required:
25222
25229
- ref
25223
25230
- sha
@@ -30820,6 +30827,16 @@ paths:
30820
30827
are made to respect this upon creation. Assigned by IP if not
30821
30828
provided.
30822
30829
type: string
30830
+
geo:
30831
+
description: The geographic area for this codespace. If not specified,
30832
+
the value is assigned by IP. This property replaces `location`,
30833
+
which is being deprecated.
30834
+
type: string
30835
+
enum:
30836
+
- EuropeWest
30837
+
- SoutheastAsia
30838
+
- UsEast
30839
+
- UsWest
30823
30840
client_ip:
30824
30841
description: IP for location auto-detection when proxying a request
30825
30842
type: string
@@ -30995,9 +31012,10 @@ paths:
30995
31012
- RIGHT
30996
31013
line:
30997
31014
type: integer
30998
-
description: The line of the blob in the pull request diff that
30999
-
the comment applies to. For a multi-line comment, the last line
31000
-
of the range that your comment applies to.
31015
+
description: "**Required unless using `subject_type:file`**. The
31016
+
line of the blob in the pull request diff that the comment applies
31017
+
to. For a multi-line comment, the last line of the range that
31018
+
your comment applies to."
31001
31019
start_line:
31002
31020
type: integer
31003
31021
description: '**Required when using multi-line comments unless using
@@ -31036,7 +31054,6 @@ paths:
31036
31054
- body
31037
31055
- commit_id
31038
31056
- path
31039
-
- line
31040
31057
examples:
31041
31058
example-for-a-multi-line-comment:
31042
31059
summary: Example for a multi-line comment
@@ -33966,6 +33983,8 @@ paths:
33966
33983
Returns the total commit counts for the `owner` and total commit counts in `all`. `all` is everyone combined, including the `owner` in the last 52 weeks. If you'd like to get the commit counts for non-owners, you can subtract `owner` from `all`.
33967
33984
33968
33985
The array order is oldest week (index 0) to most recent week.
33986
+
33987
+
The most recent week is seven days ago at UTC midnight to today at UTC midnight.
33969
33988
tags:
33970
33989
- repos
33971
33990
operationId: repos/get-participation-stats
@@ -37594,7 +37613,7 @@ paths:
37594
37613
get:
37595
37614
summary: Get the authenticated user
37596
37615
description: |-
37597
-
If the authenticated user is authenticated through basic authentication or OAuth with the `user` scope, then the response lists public and private profile information.
37616
+
If the authenticated user is authenticated with an OAuth token with the `user` scope, then the response lists public and private profile information.
37598
37617
37599
37618
If the authenticated user is authenticated through OAuth without the `user` scope, then the response lists only public profile information.
37600
37619
tags:
@@ -37935,6 +37954,16 @@ paths:
37935
37954
efforts are made to respect this upon creation. Assigned by
37936
37955
IP if not provided.
37937
37956
type: string
37957
+
geo:
37958
+
description: The geographic area for this codespace. If not specified,
37959
+
the value is assigned by IP. This property replaces `location`,
37960
+
which is being deprecated.
37961
+
type: string
37962
+
enum:
37963
+
- EuropeWest
37964
+
- SoutheastAsia
37965
+
- UsEast
37966
+
- UsWest
37938
37967
client_ip:
37939
37968
description: IP for location auto-detection when proxying a request
37940
37969
type: string
@@ -37984,6 +38013,16 @@ paths:
37984
38013
efforts are made to respect this upon creation. Assigned by
37985
38014
IP if not provided.
37986
38015
type: string
38016
+
geo:
38017
+
description: The geographic area for this codespace. If not specified,
38018
+
the value is assigned by IP. This property replaces `location`,
38019
+
which is being deprecated.
38020
+
type: string
38021
+
enum:
38022
+
- EuropeWest
38023
+
- SoutheastAsia
38024
+
- UsEast
38025
+
- UsWest
37987
38026
machine:
37988
38027
description: Machine type to use for this codespace
37989
38028
type: string
@@ -38002,7 +38041,7 @@ paths:
38002
38041
value:
38003
38042
repository_id: 1
38004
38043
ref: main
38005
-
location: WestUs2
38044
+
geo: UsWest
38006
38045
responses:
38007
38046
'201':
38008
38047
description: Response when the codespace was successfully created
0 commit comments