@@ -90,6 +90,7 @@ type MarketplacePurchaseAccount struct {
9090// ListPlans lists all plans for your Marketplace listing.
9191//
9292// GitHub API docs: https://docs.github.com/rest/apps/marketplace#list-plans
93+ //
9394// GitHub API docs: https://docs.github.com/rest/apps/marketplace#list-plans-stubbed
9495//
9596//meta:operation GET /marketplace_listing/plans
@@ -118,6 +119,7 @@ func (s *MarketplaceService) ListPlans(ctx context.Context, opts *ListOptions) (
118119// ListPlanAccountsForPlan lists all GitHub accounts (user or organization) on a specific plan.
119120//
120121// GitHub API docs: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan
122+ //
121123// GitHub API docs: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed
122124//
123125//meta:operation GET /marketplace_listing/plans/{plan_id}/accounts
@@ -146,6 +148,7 @@ func (s *MarketplaceService) ListPlanAccountsForPlan(ctx context.Context, planID
146148// GetPlanAccountForAccount get GitHub account (user or organization) associated with an account.
147149//
148150// GitHub API docs: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account
151+ //
149152// GitHub API docs: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed
150153//
151154//meta:operation GET /marketplace_listing/accounts/{account_id}
@@ -170,6 +173,7 @@ func (s *MarketplaceService) GetPlanAccountForAccount(ctx context.Context, accou
170173// ListMarketplacePurchasesForUser lists all GitHub marketplace purchases made by a user.
171174//
172175// GitHub API docs: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user
176+ //
173177// GitHub API docs: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed
174178//
175179//meta:operation GET /user/marketplace_purchases
0 commit comments