Skip to content

Commit d1935e5

Browse files
authored
Merge pull request #1325 from php-api-clients/GitHubEnterpriseCloud/from-1.1.4-25c84342b0a57e02594127b0dd21daae-from-1.1.4-25c84342b0a57e02594127b0dd21daae
2 parents b8b3ac5 + a3f1dd5 commit d1935e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

clients/GitHubEnterpriseCloud/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": "197765ae314cd6366887510a47df29dc",
2+
"specHash": "25c84342b0a57e02594127b0dd21daae",
33
"generatedFiles": {
44
"files": [
55
{

etc/specs/GitHubEnterpriseCloud/current.spec.yaml

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

5033850338
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.
50339+
50340+
> [!NOTE]
50341+
> Requests using a fine-grained access token will receive a `200 Success` response with an empty list.
5033950342
tags:
5034050343
- orgs
5034150344
operationId: orgs/list-for-authenticated-user

0 commit comments

Comments
 (0)