Skip to content

Commit 58cd2e7

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-df0040fe321f9d8e0f0fb0a6e8e300a9 from 1.1.4-1c10fe67a44f2937ca5a0fff4ccffbbd
Detected Schema changes: ``` └─┬Paths └─┬/user/orgs └─┬GET └──[🔀] description (45371:20) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 1 | 0 | Date: 10/25/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - **Total Changes**: _1_ - **Modifications**: _1_
1 parent 18910af commit 58cd2e7

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)