Skip to content

Commit b8b3ac5

Browse files
authored
Merge pull request #1324 from php-api-clients/GitHub/from-1.1.4-df0040fe321f9d8e0f0fb0a6e8e300a9-from-1.1.4-df0040fe321f9d8e0f0fb0a6e8e300a9
2 parents 18910af + 58cd2e7 commit b8b3ac5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

clients/GitHub/etc/openapi-client-generator.state

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "1c10fe67a44f2937ca5a0fff4ccffbbd",
2+
"specHash": "df0040fe321f9d8e0f0fb0a6e8e300a9",
33
"generatedFiles": {
44
"files": [
55
{

etc/specs/GitHub/current.spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45372,6 +45372,9 @@ paths:
4537245372
List organizations for the authenticated user.
4537345373

4537445374
For OAuth app tokens and personal access tokens (classic), this endpoint only lists organizations that your authorization allows you to operate on in some way (e.g., you can list teams with `read:org` scope, you can publicize your organization membership with `user` scope, etc.). Therefore, this API requires at least `user` or `read:org` scope for OAuth app tokens and personal access tokens (classic). Requests with insufficient scope will receive a `403 Forbidden` response.
45375+
45376+
> [!NOTE]
45377+
> Requests using a fine-grained access token will receive a `200 Success` response with an empty list.
4537545378
tags:
4537645379
- orgs
4537745380
operationId: orgs/list-for-authenticated-user

0 commit comments

Comments
 (0)