Skip to content

Commit 2f8c45f

Browse files
authored
chore: Update openapi_operations.yaml (#3735)
1 parent 0730270 commit 2f8c45f

File tree

3 files changed

+206
-24
lines changed

3 files changed

+206
-24
lines changed

github/orgs_attestations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// with a given subject digest that are associated with repositories
1515
// owned by an organization.
1616
//
17-
// GitHub API docs: https://docs.github.com/rest/orgs/orgs#list-attestations
17+
// GitHub API docs: https://docs.github.com/rest/orgs/attestations#list-attestations
1818
//
1919
//meta:operation GET /orgs/{org}/attestations/{subject_digest}
2020
func (s *OrganizationsService) ListAttestations(ctx context.Context, org, subjectDigest string, opts *ListOptions) (*AttestationsResponse, *Response, error) {

github/teams.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ type ListExternalGroupsOptions struct {
10181018

10191019
// ListExternalGroups lists external groups in an organization on GitHub.
10201020
//
1021-
// GitHub API docs: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#list-external-groups-in-an-organization
1021+
// GitHub API docs: https://docs.github.com/enterprise-cloud@latest/rest/teams/external-groups#list-external-groups-available-to-an-organization
10221022
//
10231023
//meta:operation GET /orgs/{org}/external-groups
10241024
func (s *TeamsService) ListExternalGroups(ctx context.Context, org string, opts *ListExternalGroupsOptions) (*ExternalGroupList, *Response, error) {

0 commit comments

Comments
 (0)