From 73360959b0a7accdd516f4d9473e3c32ac88d7e1 Mon Sep 17 00:00:00 2001 From: jankuca Date: Mon, 23 Nov 2020 22:13:44 +0100 Subject: [PATCH] make status codes numeric --- examples/stripe-openapi3.ts | 700 +++--- src/types/OpenAPI3.ts | 3 +- src/v3.ts | 11 +- tests/bin/expected/petstore.ts | 64 +- tests/v2/specs/stripe.yaml | 700 +++--- tests/v3/expected/github.ts | 3316 +++++++++++++------------- tests/v3/expected/manifold.ts | 128 +- tests/v3/expected/petstore.ts | 64 +- tests/v3/expected/stripe.ts | 700 +++--- tests/v3/index.test.ts | 28 +- tests/v3/specs/github.yaml | 3998 ++++++++++++++++---------------- tests/v3/specs/stripe.yaml | 700 +++--- 12 files changed, 5208 insertions(+), 5204 deletions(-) diff --git a/examples/stripe-openapi3.ts b/examples/stripe-openapi3.ts index c17e96fac..f22002bbf 100644 --- a/examples/stripe-openapi3.ts +++ b/examples/stripe-openapi3.ts @@ -813,7 +813,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["three_d_secure"]; }; /** @@ -846,7 +846,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["three_d_secure"]; }; /** @@ -872,7 +872,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_account"]; }; /** @@ -902,7 +902,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -1146,7 +1146,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -1198,7 +1198,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1225,7 +1225,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_external_account"]; }; /** @@ -1258,7 +1258,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1343,7 +1343,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1373,7 +1373,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["capability"][]; /** @@ -1420,7 +1420,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["capability"]; }; /** @@ -1456,7 +1456,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["capability"]; }; /** @@ -1498,7 +1498,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * The list contains all external accounts that have been attached to the Stripe account. These may be bank accounts or cards. @@ -1568,7 +1568,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1595,7 +1595,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_external_account"]; }; /** @@ -1628,7 +1628,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1713,7 +1713,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1747,7 +1747,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["login_link"]; }; /** @@ -1777,7 +1777,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["light_account_logout"]; }; /** @@ -1828,7 +1828,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["person"][]; /** @@ -1984,7 +1984,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2011,7 +2011,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_person"]; }; /** @@ -2044,7 +2044,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2191,7 +2191,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2242,7 +2242,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["person"][]; /** @@ -2398,7 +2398,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2425,7 +2425,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_person"]; }; /** @@ -2458,7 +2458,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2605,7 +2605,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2652,7 +2652,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account_link"]; }; /** @@ -2701,7 +2701,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["account"][]; /** @@ -2969,7 +2969,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -3000,7 +3000,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_account"]; }; /** @@ -3033,7 +3033,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -3282,7 +3282,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -3339,7 +3339,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3367,7 +3367,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_external_account"]; }; /** @@ -3401,7 +3401,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3487,7 +3487,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3520,7 +3520,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["capability"][]; /** @@ -3568,7 +3568,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["capability"]; }; /** @@ -3605,7 +3605,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["capability"]; }; /** @@ -3650,7 +3650,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * The list contains all external accounts that have been attached to the Stripe account. These may be bank accounts or cards. @@ -3725,7 +3725,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3753,7 +3753,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_external_account"]; }; /** @@ -3787,7 +3787,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3873,7 +3873,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3911,7 +3911,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["login_link"]; }; /** @@ -3945,7 +3945,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["light_account_logout"]; }; /** @@ -3999,7 +3999,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["person"][]; /** @@ -4159,7 +4159,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4187,7 +4187,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_person"]; }; /** @@ -4221,7 +4221,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4368,7 +4368,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4422,7 +4422,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["person"][]; /** @@ -4582,7 +4582,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4610,7 +4610,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_person"]; }; /** @@ -4644,7 +4644,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4791,7 +4791,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4829,7 +4829,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -4872,7 +4872,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["apple_pay_domain"][]; /** @@ -4914,7 +4914,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["apple_pay_domain"]; }; /** @@ -4941,7 +4941,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_apple_pay_domain"]; }; /** @@ -4974,7 +4974,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["apple_pay_domain"]; }; /** @@ -5027,7 +5027,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["application_fee"][]; /** @@ -5075,7 +5075,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["fee_refund"]; }; /** @@ -5114,7 +5114,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["fee_refund"]; }; /** @@ -5147,7 +5147,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["application_fee"]; }; /** @@ -5178,7 +5178,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["application_fee"]; }; /** @@ -5223,7 +5223,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -5288,7 +5288,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["fee_refund"]; }; /** @@ -5319,7 +5319,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["balance"]; }; /** @@ -5393,7 +5393,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["balance_transaction"][]; /** @@ -5442,7 +5442,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["balance_transaction"]; }; /** @@ -5516,7 +5516,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["balance_transaction"][]; /** @@ -5565,7 +5565,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["balance_transaction"]; }; /** @@ -5600,7 +5600,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["billing_portal.session"]; }; /** @@ -5654,7 +5654,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["bitcoin_receiver"][]; /** @@ -5701,7 +5701,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["bitcoin_receiver"]; }; /** @@ -5750,7 +5750,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -5814,7 +5814,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -5892,7 +5892,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["charge"][]; /** @@ -6028,7 +6028,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6061,7 +6061,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6134,7 +6134,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6200,7 +6200,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6233,7 +6233,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -6302,7 +6302,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -6331,7 +6331,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -6382,7 +6382,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6427,7 +6427,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -6485,7 +6485,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -6519,7 +6519,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -6553,7 +6553,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -6603,7 +6603,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["checkout.session"][]; /** @@ -7031,7 +7031,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["checkout.session"]; }; /** @@ -7064,7 +7064,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["checkout.session"]; }; /** @@ -7106,7 +7106,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["country_spec"][]; /** @@ -7153,7 +7153,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["country_spec"]; }; /** @@ -7205,7 +7205,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["coupon"][]; /** @@ -7288,7 +7288,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["coupon"]; }; /** @@ -7315,7 +7315,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_coupon"]; }; /** @@ -7348,7 +7348,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["coupon"]; }; /** @@ -7388,7 +7388,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["coupon"]; }; /** @@ -7438,7 +7438,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["credit_note"][]; /** @@ -7545,7 +7545,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7628,7 +7628,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7723,7 +7723,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -7785,7 +7785,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -7835,7 +7835,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7875,7 +7875,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7907,7 +7907,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7960,7 +7960,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["customer"][]; /** @@ -8111,7 +8111,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer"]; }; /** @@ -8138,7 +8138,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_customer"]; }; /** @@ -8171,7 +8171,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -8341,7 +8341,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer"]; }; /** @@ -8386,7 +8386,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -8451,7 +8451,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer_balance_transaction"]; }; /** @@ -8485,7 +8485,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer_balance_transaction"]; }; /** @@ -8526,7 +8526,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer_balance_transaction"]; }; /** @@ -8571,7 +8571,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -8668,7 +8668,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_source"]; }; /** @@ -8701,7 +8701,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -8736,7 +8736,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["bank_account"]; }; /** @@ -8830,7 +8830,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial & Partial; @@ -8869,7 +8869,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["bank_account"]; }; /** @@ -8916,7 +8916,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["card"][]; /** @@ -9010,7 +9010,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_source"]; }; /** @@ -9043,7 +9043,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -9078,7 +9078,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["card"]; }; /** @@ -9172,7 +9172,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial & Partial; @@ -9201,7 +9201,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_discount"]; }; /** @@ -9231,7 +9231,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["discount"]; }; /** @@ -9280,7 +9280,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -9381,7 +9381,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_source"]; }; /** @@ -9414,7 +9414,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -9449,7 +9449,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_source"]; }; /** @@ -9543,7 +9543,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial & Partial; @@ -9582,7 +9582,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["bank_account"]; }; /** @@ -9627,7 +9627,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -9791,7 +9791,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -9836,7 +9836,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -9870,7 +9870,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -10027,7 +10027,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -10055,7 +10055,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_discount"]; }; /** @@ -10086,7 +10086,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["discount"]; }; /** @@ -10131,7 +10131,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -10211,7 +10211,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_id"]; }; /** @@ -10239,7 +10239,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_tax_id"]; }; /** @@ -10273,7 +10273,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_id"]; }; /** @@ -10330,7 +10330,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["dispute"][]; /** @@ -10377,7 +10377,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -10451,7 +10451,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -10485,7 +10485,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -10520,7 +10520,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["ephemeral_key"]; }; /** @@ -10552,7 +10552,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["ephemeral_key"]; }; /** @@ -10613,7 +10613,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["event"][]; /** @@ -10660,7 +10660,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["event"]; }; /** @@ -10702,7 +10702,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["exchange_rate"][]; /** @@ -10749,7 +10749,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["exchange_rate"]; }; /** @@ -10806,7 +10806,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["file_link"][]; /** @@ -10859,7 +10859,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file_link"]; }; /** @@ -10892,7 +10892,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file_link"]; }; /** @@ -10932,7 +10932,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file_link"]; }; /** @@ -10995,7 +10995,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["file"][]; /** @@ -11062,7 +11062,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file"]; }; /** @@ -11095,7 +11095,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file"]; }; /** @@ -11156,7 +11156,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["invoiceitem"][]; /** @@ -11249,7 +11249,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoiceitem"]; }; /** @@ -11276,7 +11276,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_invoiceitem"]; }; /** @@ -11309,7 +11309,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoiceitem"]; }; /** @@ -11377,7 +11377,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoiceitem"]; }; /** @@ -11449,7 +11449,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["invoice"][]; /** @@ -11555,7 +11555,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -11690,7 +11690,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -11833,7 +11833,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -11877,7 +11877,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_invoice"]; }; /** @@ -11910,7 +11910,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12004,7 +12004,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12040,7 +12040,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12085,7 +12085,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -12134,7 +12134,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12188,7 +12188,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12222,7 +12222,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12254,7 +12254,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12300,7 +12300,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuer_fraud_record"][]; /** @@ -12349,7 +12349,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuer_fraud_record"]; }; /** @@ -12413,7 +12413,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.authorization"][]; /** @@ -12460,7 +12460,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.authorization"]; }; /** @@ -12496,7 +12496,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.authorization"]; }; /** @@ -12536,7 +12536,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.authorization"]; }; /** @@ -12572,7 +12572,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.authorization"]; }; /** @@ -12640,7 +12640,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.cardholder"][]; /** @@ -13617,7 +13617,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.cardholder"]; }; /** @@ -13650,7 +13650,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.cardholder"]; }; /** @@ -14610,7 +14610,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.cardholder"]; }; /** @@ -14686,7 +14686,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.card"][]; /** @@ -15656,7 +15656,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.card"]; }; /** @@ -15689,7 +15689,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.card"]; }; /** @@ -16618,7 +16618,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.card"]; }; /** @@ -16660,7 +16660,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.dispute"][]; /** @@ -16705,7 +16705,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.dispute"]; }; /** @@ -16738,7 +16738,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.dispute"]; }; /** @@ -16774,7 +16774,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.dispute"]; }; /** @@ -16826,7 +16826,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.settlement"][]; /** @@ -16873,7 +16873,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.settlement"]; }; /** @@ -16909,7 +16909,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.settlement"]; }; /** @@ -16969,7 +16969,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.transaction"][]; /** @@ -17016,7 +17016,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.transaction"]; }; /** @@ -17052,7 +17052,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.transaction"]; }; /** @@ -17085,7 +17085,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["mandate"]; }; /** @@ -17141,7 +17141,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["order_return"][]; /** @@ -17188,7 +17188,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order_return"]; }; /** @@ -17289,7 +17289,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["order"][]; /** @@ -17376,7 +17376,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order"]; }; /** @@ -17409,7 +17409,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order"]; }; /** @@ -17461,7 +17461,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order"]; }; /** @@ -17513,7 +17513,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order"]; }; /** @@ -17558,7 +17558,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order_return"]; }; /** @@ -17614,7 +17614,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["payment_intent"][]; /** @@ -17812,7 +17812,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -17853,7 +17853,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -17993,7 +17993,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -18035,7 +18035,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -18094,7 +18094,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -18251,7 +18251,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -18307,7 +18307,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["payment_method"][]; /** @@ -18442,7 +18442,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18475,7 +18475,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18535,7 +18535,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18581,7 +18581,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18613,7 +18613,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18677,7 +18677,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["payout"][]; /** @@ -18754,7 +18754,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payout"]; }; /** @@ -18787,7 +18787,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payout"]; }; /** @@ -18823,7 +18823,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payout"]; }; /** @@ -18855,7 +18855,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payout"]; }; /** @@ -18915,7 +18915,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["plan"][]; /** @@ -19035,7 +19035,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["plan"]; }; /** @@ -19062,7 +19062,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_plan"]; }; /** @@ -19095,7 +19095,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["plan"]; }; /** @@ -19147,7 +19147,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["plan"]; }; /** @@ -19219,7 +19219,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["product"][]; /** @@ -19328,7 +19328,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["product"]; }; /** @@ -19355,7 +19355,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_product"]; }; /** @@ -19388,7 +19388,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["product"]; }; /** @@ -19481,7 +19481,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["product"]; }; /** @@ -19527,7 +19527,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["radar.early_fraud_warning"][]; /** @@ -19576,7 +19576,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.early_fraud_warning"]; }; /** @@ -19633,7 +19633,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["radar.value_list_item"][]; /** @@ -19682,7 +19682,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list_item"]; }; /** @@ -19709,7 +19709,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_radar.value_list_item"]; }; /** @@ -19742,7 +19742,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list_item"]; }; /** @@ -19799,7 +19799,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["radar.value_list"][]; /** @@ -19863,7 +19863,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list"]; }; /** @@ -19890,7 +19890,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_radar.value_list"]; }; /** @@ -19923,7 +19923,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list"]; }; /** @@ -19967,7 +19967,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list"]; }; /** @@ -20021,7 +20021,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["recipient"][]; /** @@ -20095,7 +20095,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["recipient"]; }; /** @@ -20122,7 +20122,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_recipient"]; }; /** @@ -20155,7 +20155,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -20224,7 +20224,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["recipient"]; }; /** @@ -20281,7 +20281,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["refund"][]; /** @@ -20332,7 +20332,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -20365,7 +20365,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -20403,7 +20403,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -20452,7 +20452,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["reporting.report_run"][]; /** @@ -21135,7 +21135,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["reporting.report_run"]; }; /** @@ -21168,7 +21168,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["reporting.report_run"]; }; /** @@ -21198,7 +21198,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["reporting.report_type"][]; /** @@ -21245,7 +21245,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["reporting.report_type"]; }; /** @@ -21294,7 +21294,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["review"][]; /** @@ -21341,7 +21341,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["review"]; }; /** @@ -21373,7 +21373,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["review"]; }; /** @@ -21433,7 +21433,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["setup_intent"][]; /** @@ -21536,7 +21536,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21577,7 +21577,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21637,7 +21637,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21678,7 +21678,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21759,7 +21759,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21801,7 +21801,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["scheduled_query_run"][]; /** @@ -21848,7 +21848,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["scheduled_query_run"]; }; /** @@ -21910,7 +21910,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["sku"][]; /** @@ -22000,7 +22000,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["sku"]; }; /** @@ -22027,7 +22027,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_sku"]; }; /** @@ -22060,7 +22060,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -22141,7 +22141,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["sku"]; }; /** @@ -22276,7 +22276,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source"]; }; /** @@ -22313,7 +22313,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source"]; }; /** @@ -22421,7 +22421,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source"]; }; /** @@ -22455,7 +22455,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source_mandate_notification"]; }; /** @@ -22500,7 +22500,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["source_transaction"][]; /** @@ -22548,7 +22548,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source_transaction"]; }; /** @@ -22584,7 +22584,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source"]; }; /** @@ -22630,7 +22630,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["subscription_item"][]; /** @@ -22722,7 +22722,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_item"]; }; /** @@ -22770,7 +22770,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_subscription_item"]; }; /** @@ -22803,7 +22803,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_item"]; }; /** @@ -22886,7 +22886,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_item"]; }; /** @@ -22933,7 +22933,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["usage_record_summary"][]; /** @@ -22997,7 +22997,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["usage_record"]; }; /** @@ -23087,7 +23087,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["subscription_schedule"][]; /** @@ -23189,7 +23189,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23222,7 +23222,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23312,7 +23312,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23352,7 +23352,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23388,7 +23388,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23476,7 +23476,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["subscription"][]; /** @@ -23636,7 +23636,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -23680,7 +23680,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -23713,7 +23713,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -23869,7 +23869,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -23896,7 +23896,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_discount"]; }; /** @@ -23956,7 +23956,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["tax_rate"][]; /** @@ -24025,7 +24025,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_rate"]; }; /** @@ -24058,7 +24058,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_rate"]; }; /** @@ -24110,7 +24110,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_rate"]; }; /** @@ -24141,7 +24141,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.connection_token"]; }; /** @@ -24183,7 +24183,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["terminal.location"][]; /** @@ -24243,7 +24243,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.location"]; }; /** @@ -24270,7 +24270,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_terminal.location"]; }; /** @@ -24303,7 +24303,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.location"]; }; /** @@ -24354,7 +24354,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.location"]; }; /** @@ -24408,7 +24408,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * A list of readers @@ -24468,7 +24468,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.reader"]; }; /** @@ -24495,7 +24495,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_terminal.reader"]; }; /** @@ -24528,7 +24528,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.reader"]; }; /** @@ -24568,7 +24568,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.reader"]; }; /** @@ -24802,7 +24802,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["token"]; }; /** @@ -24835,7 +24835,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["token"]; }; /** @@ -24901,7 +24901,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["topup"][]; /** @@ -24970,7 +24970,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["topup"]; }; /** @@ -25003,7 +25003,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["topup"]; }; /** @@ -25043,7 +25043,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["topup"]; }; /** @@ -25075,7 +25075,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["topup"]; }; /** @@ -25132,7 +25132,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -25208,7 +25208,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer"]; }; /** @@ -25253,7 +25253,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -25322,7 +25322,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer_reversal"]; }; /** @@ -25355,7 +25355,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer"]; }; /** @@ -25397,7 +25397,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer"]; }; /** @@ -25431,7 +25431,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer_reversal"]; }; /** @@ -25470,7 +25470,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer_reversal"]; }; /** @@ -25512,7 +25512,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["webhook_endpoint"][]; /** @@ -25822,7 +25822,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["webhook_endpoint"]; }; /** @@ -25849,7 +25849,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_webhook_endpoint"]; }; /** @@ -25882,7 +25882,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["webhook_endpoint"]; }; /** @@ -26084,7 +26084,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["webhook_endpoint"]; }; /** diff --git a/src/types/OpenAPI3.ts b/src/types/OpenAPI3.ts index dcde32c64..b0e76a357 100644 --- a/src/types/OpenAPI3.ts +++ b/src/types/OpenAPI3.ts @@ -34,7 +34,8 @@ export interface OpenAPI3Operation { parameters?: Parameter[]; requestBody?: OpenAPI3RequestBody; responses: { - [statusCode: string]: OpenAPI3ResponseObject; + [statusCode: number]: OpenAPI3ResponseObject; + default?: OpenAPI3ResponseObject; }; } diff --git a/src/v3.ts b/src/v3.ts index d80a726ae..447785f15 100644 --- a/src/v3.ts +++ b/src/v3.ts @@ -202,14 +202,17 @@ export default function generateTypesV3(input: OpenAPI3 | OpenAPI3Schemas, optio // handle responses output += `responses: {\n`; - Object.entries(operation.responses).forEach(([statusCode, response]) => { + Object.entries(operation.responses).forEach(([statusCodeString, response]) => { + // NOTE: Numeric status codes and the "default" response. + const statusCode = Number(statusCodeString) || statusCodeString; + if (!response) return; if (response.description) output += comment(response.description); if (!response.content || !Object.keys(response.content).length) { - const type = statusCode === "204" || Math.floor(+statusCode / 100) === 3 ? "never" : "unknown"; - output += `"${statusCode}": ${type};\n`; + const type = statusCode === 204 || Math.floor(+statusCode / 100) === 3 ? "never" : "unknown"; + output += `${statusCode}: ${type};\n`; return; } - output += `"${statusCode}": {\n`; + output += `${statusCode}: {\n`; Object.entries(response.content).forEach(([contentType, encodedResponse]) => { output += `"${contentType}": ${transform(encodedResponse.schema)};\n`; }); diff --git a/tests/bin/expected/petstore.ts b/tests/bin/expected/petstore.ts index 7f9984e5f..cc56c0ba2 100644 --- a/tests/bin/expected/petstore.ts +++ b/tests/bin/expected/petstore.ts @@ -64,15 +64,15 @@ export interface operations { /** * Invalid ID supplied */ - '400': unknown + 400: unknown /** * Pet not found */ - '404': unknown + 404: unknown /** * Validation exception */ - '405': unknown + 405: unknown } } addPet: { @@ -84,7 +84,7 @@ export interface operations { /** * Invalid input */ - '405': unknown + 405: unknown } } /** @@ -103,14 +103,14 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/xml': components['schemas']['Pet'][] 'application/json': components['schemas']['Pet'][] } /** * Invalid status value */ - '400': unknown + 400: unknown } } /** @@ -129,14 +129,14 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/xml': components['schemas']['Pet'][] 'application/json': components['schemas']['Pet'][] } /** * Invalid tag value */ - '400': unknown + 400: unknown } } /** @@ -155,18 +155,18 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/xml': components['schemas']['Pet'] 'application/json': components['schemas']['Pet'] } /** * Invalid ID supplied */ - '400': unknown + 400: unknown /** * Pet not found */ - '404': unknown + 404: unknown } } updatePetWithForm: { @@ -194,7 +194,7 @@ export interface operations { /** * Invalid input */ - '405': unknown + 405: unknown } } deletePet: { @@ -213,11 +213,11 @@ export interface operations { /** * Invalid ID supplied */ - '400': unknown + 400: unknown /** * Pet not found */ - '404': unknown + 404: unknown } } uploadFile: { @@ -245,7 +245,7 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/json': components['schemas']['ApiResponse'] } } @@ -258,7 +258,7 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/json': { [key: string]: number } } } @@ -271,14 +271,14 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/xml': components['schemas']['Order'] 'application/json': components['schemas']['Order'] } /** * Invalid Order */ - '400': unknown + 400: unknown } } /** @@ -297,18 +297,18 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/xml': components['schemas']['Order'] 'application/json': components['schemas']['Order'] } /** * Invalid ID supplied */ - '400': unknown + 400: unknown /** * Order not found */ - '404': unknown + 404: unknown } } /** @@ -327,11 +327,11 @@ export interface operations { /** * Invalid ID supplied */ - '400': unknown + 400: unknown /** * Order not found */ - '404': unknown + 404: unknown } } /** @@ -387,14 +387,14 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/xml': string 'application/json': string } /** * Invalid username/password supplied */ - '400': unknown + 400: unknown } } logoutUser: { @@ -418,18 +418,18 @@ export interface operations { /** * successful operation */ - '200': { + 200: { 'application/xml': components['schemas']['User'] 'application/json': components['schemas']['User'] } /** * Invalid username supplied */ - '400': unknown + 400: unknown /** * User not found */ - '404': unknown + 404: unknown } } /** @@ -451,11 +451,11 @@ export interface operations { /** * Invalid user supplied */ - '400': unknown + 400: unknown /** * User not found */ - '404': unknown + 404: unknown } } /** @@ -474,11 +474,11 @@ export interface operations { /** * Invalid username supplied */ - '400': unknown + 400: unknown /** * User not found */ - '404': unknown + 404: unknown } } } diff --git a/tests/v2/specs/stripe.yaml b/tests/v2/specs/stripe.yaml index 1052b19e5..3321fd6fd 100644 --- a/tests/v2/specs/stripe.yaml +++ b/tests/v2/specs/stripe.yaml @@ -15249,7 +15249,7 @@ paths: - return_url type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/three_d_secure" @@ -15272,7 +15272,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/three_d_secure" @@ -15300,7 +15300,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_account" @@ -15318,7 +15318,7 @@ paths: required: false type: array responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/account" @@ -15724,7 +15724,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/account" @@ -15769,7 +15769,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -15787,7 +15787,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_external_account" @@ -15809,7 +15809,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -15888,7 +15888,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -15909,7 +15909,7 @@ paths: required: false type: array responses: - '200': + 200: description: Successful response. schema: description: '' @@ -15959,7 +15959,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/capability" @@ -15994,7 +15994,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/capability" @@ -16037,7 +16037,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -16110,7 +16110,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -16128,7 +16128,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_external_account" @@ -16150,7 +16150,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -16229,7 +16229,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -16266,7 +16266,7 @@ paths: - account type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/login_link" @@ -16299,7 +16299,7 @@ paths: - account type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/light_account_logout" @@ -16350,7 +16350,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -16548,7 +16548,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -16570,7 +16570,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_person" @@ -16592,7 +16592,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -16768,7 +16768,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -16819,7 +16819,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -17017,7 +17017,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -17039,7 +17039,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_person" @@ -17061,7 +17061,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -17237,7 +17237,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -17296,7 +17296,7 @@ paths: - type type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/account_link" @@ -17344,7 +17344,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -17794,7 +17794,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/account" @@ -17817,7 +17817,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_account" @@ -17839,7 +17839,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/account" @@ -18249,7 +18249,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/account" @@ -18298,7 +18298,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -18320,7 +18320,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_external_account" @@ -18346,7 +18346,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -18429,7 +18429,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -18454,7 +18454,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -18508,7 +18508,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/capability" @@ -18547,7 +18547,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/capability" @@ -18594,7 +18594,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -18671,7 +18671,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -18693,7 +18693,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_external_account" @@ -18719,7 +18719,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -18802,7 +18802,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/external_account" @@ -18839,7 +18839,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/login_link" @@ -18872,7 +18872,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/light_account_logout" @@ -18927,7 +18927,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -19127,7 +19127,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -19153,7 +19153,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_person" @@ -19179,7 +19179,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -19357,7 +19357,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -19412,7 +19412,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -19612,7 +19612,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -19638,7 +19638,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_person" @@ -19664,7 +19664,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -19842,7 +19842,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/person" @@ -19881,7 +19881,7 @@ paths: - reason type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/account" @@ -19928,7 +19928,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -19984,7 +19984,7 @@ paths: - domain_name type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/apple_pay_domain" @@ -20002,7 +20002,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_apple_pay_domain" @@ -20024,7 +20024,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/apple_pay_domain" @@ -20079,7 +20079,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -20134,7 +20134,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/fee_refund" @@ -20176,7 +20176,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/fee_refund" @@ -20201,7 +20201,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/application_fee" @@ -20235,7 +20235,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/application_fee" @@ -20286,7 +20286,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -20364,7 +20364,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/fee_refund" @@ -20385,7 +20385,7 @@ paths: required: false type: array responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/balance" @@ -20464,7 +20464,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -20517,7 +20517,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/balance_transaction" @@ -20596,7 +20596,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -20649,7 +20649,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/balance_transaction" @@ -20685,7 +20685,7 @@ paths: - customer type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/billing_portal.session" @@ -20745,7 +20745,7 @@ paths: required: false type: boolean responses: - '200': + 200: description: Successful response. schema: description: '' @@ -20795,7 +20795,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/bitcoin_receiver" @@ -20849,7 +20849,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -20931,7 +20931,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -21024,7 +21024,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -21226,7 +21226,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/charge" @@ -21252,7 +21252,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/charge" @@ -21364,7 +21364,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/charge" @@ -21441,7 +21441,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/charge" @@ -21464,7 +21464,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/dispute" @@ -21566,7 +21566,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/dispute" @@ -21596,7 +21596,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/dispute" @@ -21652,7 +21652,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/charge" @@ -21703,7 +21703,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -21781,7 +21781,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/refund" @@ -21808,7 +21808,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/refund" @@ -21842,7 +21842,7 @@ paths: metadata: {} type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/refund" @@ -21895,7 +21895,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -22454,7 +22454,7 @@ paths: - success_url type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/checkout.session" @@ -22477,7 +22477,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/checkout.session" @@ -22520,7 +22520,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -22569,7 +22569,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/country_spec" @@ -22619,7 +22619,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -22729,7 +22729,7 @@ paths: - duration type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/coupon" @@ -22751,7 +22751,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_coupon" @@ -22773,7 +22773,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/coupon" @@ -22814,7 +22814,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/coupon" @@ -22869,7 +22869,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -23009,7 +23009,7 @@ paths: - invoice type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/credit_note" @@ -23087,7 +23087,7 @@ paths: required: false type: integer responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/credit_note" @@ -23191,7 +23191,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -23268,7 +23268,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -23319,7 +23319,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/credit_note" @@ -23358,7 +23358,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/credit_note" @@ -23389,7 +23389,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/credit_note" @@ -23443,7 +23443,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -23623,7 +23623,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/customer" @@ -23642,7 +23642,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_customer" @@ -23665,7 +23665,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/customer" @@ -23818,7 +23818,7 @@ paths: most two years from `billing_cycle_anchor`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/customer" @@ -23866,7 +23866,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -23949,7 +23949,7 @@ paths: - currency type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/customer_balance_transaction" @@ -23977,7 +23977,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/customer_balance_transaction" @@ -24021,7 +24021,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/customer_balance_transaction" @@ -24073,7 +24073,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -24155,7 +24155,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_source" @@ -24189,7 +24189,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_payment_source" @@ -24218,7 +24218,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/bank_account" @@ -24320,7 +24320,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/bank_account" @@ -24360,7 +24360,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/bank_account" @@ -24411,7 +24411,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -24492,7 +24492,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_source" @@ -24526,7 +24526,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_payment_source" @@ -24555,7 +24555,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/card" @@ -24657,7 +24657,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/bank_account" @@ -24675,7 +24675,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_discount" @@ -24697,7 +24697,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/discount" @@ -24749,7 +24749,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -24831,7 +24831,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_source" @@ -24865,7 +24865,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_payment_source" @@ -24891,7 +24891,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_source" @@ -24993,7 +24993,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/bank_account" @@ -25033,7 +25033,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/bank_account" @@ -25083,7 +25083,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -25302,7 +25302,7 @@ paths: type: integer type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription" @@ -25351,7 +25351,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription" @@ -25377,7 +25377,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription" @@ -25583,7 +25583,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription" @@ -25605,7 +25605,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_discount" @@ -25631,7 +25631,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/discount" @@ -25678,7 +25678,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -25771,7 +25771,7 @@ paths: - value type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/tax_id" @@ -25793,7 +25793,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_tax_id" @@ -25819,7 +25819,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/tax_id" @@ -25878,7 +25878,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -25927,7 +25927,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/dispute" @@ -26032,7 +26032,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/dispute" @@ -26065,7 +26065,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/dispute" @@ -26099,7 +26099,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/ephemeral_key" @@ -26129,7 +26129,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/ephemeral_key" @@ -26200,7 +26200,7 @@ paths: required: false type: array responses: - '200': + 200: description: Successful response. schema: description: '' @@ -26250,7 +26250,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/event" @@ -26296,7 +26296,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -26346,7 +26346,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/exchange_rate" @@ -26404,7 +26404,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -26473,7 +26473,7 @@ paths: - file type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/file_link" @@ -26496,7 +26496,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/file_link" @@ -26535,7 +26535,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/file_link" @@ -26590,7 +26590,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -26679,7 +26679,7 @@ paths: - purpose type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/file" @@ -26705,7 +26705,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/file" @@ -26774,7 +26774,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -26906,7 +26906,7 @@ paths: - customer type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoiceitem" @@ -26926,7 +26926,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_invoiceitem" @@ -26948,7 +26948,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoiceitem" @@ -27032,7 +27032,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoiceitem" @@ -27109,7 +27109,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -27261,7 +27261,7 @@ paths: - customer type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -27420,7 +27420,7 @@ paths: required: false type: boolean responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -27601,7 +27601,7 @@ paths: required: false type: boolean responses: - '200': + 200: description: Successful response. schema: description: '' @@ -27649,7 +27649,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_invoice" @@ -27671,7 +27671,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -27794,7 +27794,7 @@ paths: for `tax_rates`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -27831,7 +27831,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -27881,7 +27881,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -27940,7 +27940,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -28003,7 +28003,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -28036,7 +28036,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -28069,7 +28069,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/invoice" @@ -28119,7 +28119,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -28173,7 +28173,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuer_fraud_record" @@ -28240,7 +28240,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -28289,7 +28289,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.authorization" @@ -28326,7 +28326,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.authorization" @@ -28370,7 +28370,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.authorization" @@ -28408,7 +28408,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.authorization" @@ -28481,7 +28481,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -29550,7 +29550,7 @@ paths: - type type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.cardholder" @@ -29573,7 +29573,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.cardholder" @@ -30605,7 +30605,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.cardholder" @@ -30688,7 +30688,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -31730,7 +31730,7 @@ paths: - type type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.card" @@ -31753,7 +31753,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.card" @@ -32711,7 +32711,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.card" @@ -32756,7 +32756,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -32815,7 +32815,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.dispute" @@ -32838,7 +32838,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.dispute" @@ -32876,7 +32876,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.dispute" @@ -32927,7 +32927,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -32976,7 +32976,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.settlement" @@ -33014,7 +33014,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.settlement" @@ -33075,7 +33075,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -33124,7 +33124,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.transaction" @@ -33161,7 +33161,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/issuing.transaction" @@ -33184,7 +33184,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/mandate" @@ -33238,7 +33238,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -33289,7 +33289,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/order_return" @@ -33365,7 +33365,7 @@ paths: required: false type: array responses: - '200': + 200: description: Successful response. schema: description: '' @@ -33500,7 +33500,7 @@ paths: - currency type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/order" @@ -33525,7 +33525,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/order" @@ -33594,7 +33594,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/order" @@ -33656,7 +33656,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/order" @@ -33710,7 +33710,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/order_return" @@ -33766,7 +33766,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -34053,7 +34053,7 @@ paths: - currency type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_intent" @@ -34087,7 +34087,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_intent" @@ -34221,7 +34221,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_intent" @@ -34263,7 +34263,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_intent" @@ -34330,7 +34330,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_intent" @@ -34484,7 +34484,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_intent" @@ -34537,7 +34537,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -34729,7 +34729,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_method" @@ -34752,7 +34752,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_method" @@ -34832,7 +34832,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_method" @@ -34878,7 +34878,7 @@ paths: - customer type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_method" @@ -34908,7 +34908,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payment_method" @@ -34973,7 +34973,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -35081,7 +35081,7 @@ paths: - currency type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payout" @@ -35106,7 +35106,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payout" @@ -35143,7 +35143,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payout" @@ -35175,7 +35175,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/payout" @@ -35236,7 +35236,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -35442,7 +35442,7 @@ paths: - interval type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/plan" @@ -35461,7 +35461,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_plan" @@ -35483,7 +35483,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/plan" @@ -35535,7 +35535,7 @@ paths: type: integer type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/plan" @@ -35613,7 +35613,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -35765,7 +35765,7 @@ paths: - name type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/product" @@ -35786,7 +35786,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_product" @@ -35810,7 +35810,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/product" @@ -35907,7 +35907,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/product" @@ -35956,7 +35956,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -36009,7 +36009,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/radar.early_fraud_warning" @@ -36069,7 +36069,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -36132,7 +36132,7 @@ paths: - value_list type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/radar.value_list_item" @@ -36151,7 +36151,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_radar.value_list_item" @@ -36173,7 +36173,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/radar.value_list_item" @@ -36233,7 +36233,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -36314,7 +36314,7 @@ paths: - name type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/radar.value_list" @@ -36334,7 +36334,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_radar.value_list" @@ -36356,7 +36356,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/radar.value_list" @@ -36400,7 +36400,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/radar.value_list" @@ -36459,7 +36459,7 @@ paths: required: false type: boolean responses: - '200': + 200: description: Successful response. schema: description: '' @@ -36559,7 +36559,7 @@ paths: - type type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/recipient" @@ -36578,7 +36578,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_recipient" @@ -36602,7 +36602,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_recipient" @@ -36684,7 +36684,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/recipient" @@ -36744,7 +36744,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -36818,7 +36818,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/refund" @@ -36841,7 +36841,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/refund" @@ -36879,7 +36879,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/refund" @@ -36928,7 +36928,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -37639,7 +37639,7 @@ paths: - report_type type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/reporting.report_run" @@ -37663,7 +37663,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/reporting.report_run" @@ -37683,7 +37683,7 @@ paths: required: false type: array responses: - '200': + 200: description: Successful response. schema: description: '' @@ -37734,7 +37734,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/reporting.report_type" @@ -37783,7 +37783,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -37832,7 +37832,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/review" @@ -37863,7 +37863,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/review" @@ -37925,7 +37925,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -38095,7 +38095,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/setup_intent" @@ -38129,7 +38129,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/setup_intent" @@ -38199,7 +38199,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/setup_intent" @@ -38240,7 +38240,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/setup_intent" @@ -38345,7 +38345,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/setup_intent" @@ -38388,7 +38388,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -38437,7 +38437,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/scheduled_query_run" @@ -38514,7 +38514,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -38645,7 +38645,7 @@ paths: - product type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/sku" @@ -38664,7 +38664,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_sku" @@ -38688,7 +38688,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_sku" @@ -38776,7 +38776,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/sku" @@ -39040,7 +39040,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/source" @@ -39071,7 +39071,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/source" @@ -39267,7 +39267,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/source" @@ -39294,7 +39294,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/source_mandate_notification" @@ -39341,7 +39341,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -39397,7 +39397,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/source_transaction" @@ -39434,7 +39434,7 @@ paths: - values type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/source" @@ -39482,7 +39482,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -39599,7 +39599,7 @@ paths: - subscription type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription_item" @@ -39652,7 +39652,7 @@ paths: type: integer type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_subscription_item" @@ -39674,7 +39674,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription_item" @@ -39766,7 +39766,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription_item" @@ -39816,7 +39816,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -39900,7 +39900,7 @@ paths: - timestamp type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/usage_record" @@ -39977,7 +39977,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -40148,7 +40148,7 @@ paths: on. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription_schedule" @@ -40173,7 +40173,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription_schedule" @@ -40317,7 +40317,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription_schedule" @@ -40359,7 +40359,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription_schedule" @@ -40399,7 +40399,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription_schedule" @@ -40480,7 +40480,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -40699,7 +40699,7 @@ paths: - customer type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription" @@ -40742,7 +40742,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription" @@ -40764,7 +40764,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription" @@ -40966,7 +40966,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/subscription" @@ -40984,7 +40984,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_discount" @@ -41045,7 +41045,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -41129,7 +41129,7 @@ paths: - percentage type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/tax_rate" @@ -41152,7 +41152,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/tax_rate" @@ -41203,7 +41203,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/tax_rate" @@ -41237,7 +41237,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/terminal.connection_token" @@ -41280,7 +41280,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -41363,7 +41363,7 @@ paths: - display_name type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/terminal.location" @@ -41381,7 +41381,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_terminal.location" @@ -41403,7 +41403,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/terminal.location" @@ -41461,7 +41461,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/terminal.location" @@ -41520,7 +41520,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -41593,7 +41593,7 @@ paths: - registration_code type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/terminal.reader" @@ -41611,7 +41611,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_terminal.reader" @@ -41633,7 +41633,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/terminal.reader" @@ -41672,7 +41672,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/terminal.reader" @@ -42078,7 +42078,7 @@ paths: type: object type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/token" @@ -42101,7 +42101,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/token" @@ -42162,7 +42162,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -42247,7 +42247,7 @@ paths: - currency type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/topup" @@ -42272,7 +42272,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/topup" @@ -42312,7 +42312,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/topup" @@ -42342,7 +42342,7 @@ paths: type: array type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/topup" @@ -42402,7 +42402,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -42502,7 +42502,7 @@ paths: - destination type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/transfer" @@ -42553,7 +42553,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -42640,7 +42640,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/transfer_reversal" @@ -42665,7 +42665,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/transfer" @@ -42707,7 +42707,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/transfer" @@ -42736,7 +42736,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/transfer_reversal" @@ -42778,7 +42778,7 @@ paths: to `metadata`. type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/transfer_reversal" @@ -42821,7 +42821,7 @@ paths: required: false type: string responses: - '200': + 200: description: Successful response. schema: description: '' @@ -43155,7 +43155,7 @@ paths: - url type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/webhook_endpoint" @@ -43174,7 +43174,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/deleted_webhook_endpoint" @@ -43196,7 +43196,7 @@ paths: required: true type: string responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/webhook_endpoint" @@ -43398,7 +43398,7 @@ paths: type: string type: object responses: - '200': + 200: description: Successful response. schema: "$ref": "#/definitions/webhook_endpoint" diff --git a/tests/v3/expected/github.ts b/tests/v3/expected/github.ts index 721fd0f4f..9742eebbe 100644 --- a/tests/v3/expected/github.ts +++ b/tests/v3/expected/github.ts @@ -1595,7 +1595,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { current_user_url: string; current_user_authorizations_html_url: string; @@ -1645,7 +1645,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["integration"]; }; }; @@ -1663,7 +1663,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["integration"] & ({ client_id: string; @@ -1672,8 +1672,8 @@ export interface operations { pem: string; } & { [key: string]: any }); }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -1686,7 +1686,7 @@ export interface operations { /** * Default response */ - "200": { + 200: { "application/json": components["schemas"]["webhook-config"]; }; }; @@ -1709,7 +1709,7 @@ export interface operations { /** * Default response */ - "200": { + 200: { "application/json": components["schemas"]["webhook-config"]; }; }; @@ -1732,7 +1732,7 @@ export interface operations { /** * The permissions the installation has are included under the `permissions` key. */ - "200": { + 200: { "application/json": components["schemas"]["installation"][]; }; }; @@ -1752,11 +1752,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["installation"]; }; - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -1774,8 +1774,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -1812,14 +1812,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["installation-token"]; }; - "401": unknown; - "403": unknown; - "404": unknown; - "415": unknown; - "422": unknown; + 401: unknown; + 403: unknown; + 404: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -1841,8 +1841,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -1864,8 +1864,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -1884,13 +1884,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["application-grant"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -1906,12 +1906,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["application-grant"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -1929,10 +1929,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -1957,8 +1957,8 @@ export interface operations { /** * Empty response */ - "204": never; - "422": unknown; + 204: never; + 422: unknown; }; }; /** @@ -1979,7 +1979,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2003,11 +2003,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["authorization"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -2031,10 +2031,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["authorization"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -2058,8 +2058,8 @@ export interface operations { /** * Empty response */ - "204": never; - "422": unknown; + 204: never; + 422: unknown; }; }; /** @@ -2078,10 +2078,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["authorization"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -2100,7 +2100,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["authorization"]; }; }; @@ -2121,7 +2121,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2139,12 +2139,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["integration"]; }; - "403": unknown; - "404": unknown; - "415": unknown; + 403: unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -2161,13 +2161,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["authorization"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -2217,14 +2217,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["authorization"]; }; - "304": never; - "401": unknown; - "403": unknown; - "410": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 410: unknown; + 422: unknown; }; }; /** @@ -2272,19 +2272,19 @@ export interface operations { /** * Response if returning an existing token */ - "200": { + 200: { "application/json": components["schemas"]["authorization"]; }; /** * **Deprecation Notice:** GitHub will discontinue the [OAuth Authorizations API](https://docs.github.com/rest/reference/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/rest/reference/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). */ - "201": { + 201: { "application/json": components["schemas"]["authorization"]; }; - "304": never; - "401": unknown; - "403": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -2327,16 +2327,16 @@ export interface operations { /** * Response if returning an existing token */ - "200": { + 200: { "application/json": components["schemas"]["authorization"]; }; /** * Response if returning a new token */ - "201": { + 201: { "application/json": components["schemas"]["authorization"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -2352,12 +2352,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["authorization"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -2405,10 +2405,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["authorization"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -2424,10 +2424,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; }; }; "codes-of-conduct/get-all-codes-of-conduct": { @@ -2436,11 +2436,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["code-of-conduct"][]; }; - "304": never; - "415": unknown; + 304: never; + 415: unknown; }; }; "codes-of-conduct/get-conduct-code": { @@ -2453,12 +2453,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["code-of-conduct"]; }; - "304": never; - "404": unknown; - "415": unknown; + 304: never; + 404: unknown; + 415: unknown; }; }; /** @@ -2490,15 +2490,15 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["content-reference-attachment"]; }; - "304": never; - "403": unknown; - "404": unknown; - "410": unknown; - "415": unknown; - "422": unknown; + 304: never; + 403: unknown; + 404: unknown; + 410: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -2510,10 +2510,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { [key: string]: string }; }; - "304": never; + 304: never; }; }; /** @@ -2531,7 +2531,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-enterprise-permissions"]; }; }; @@ -2557,7 +2557,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2579,7 +2579,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; organizations?: components["schemas"]["organization-simple"][]; @@ -2610,7 +2610,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2629,7 +2629,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2648,7 +2648,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2666,7 +2666,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["selected-actions"]; }; }; @@ -2689,7 +2689,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2711,7 +2711,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; runner_groups?: components["schemas"]["runner-groups-enterprise"][]; @@ -2754,7 +2754,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["runner-groups-enterprise"]; }; }; @@ -2775,7 +2775,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner-groups-enterprise"]; }; }; @@ -2808,7 +2808,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner-groups-enterprise"]; }; }; @@ -2829,7 +2829,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2852,7 +2852,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; organizations?: components["schemas"]["organization-simple"][]; @@ -2884,7 +2884,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2904,7 +2904,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2924,7 +2924,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -2947,7 +2947,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; runners?: components["schemas"]["runner"][]; @@ -2979,7 +2979,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -3000,7 +3000,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -3020,7 +3020,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -3042,7 +3042,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; runners?: components["schemas"]["runner"][]; @@ -3065,7 +3065,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner-application"][]; }; }; @@ -3093,7 +3093,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["authentication-token"]; }; }; @@ -3122,7 +3122,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["authentication-token"]; }; }; @@ -3143,7 +3143,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner"]; }; }; @@ -3164,7 +3164,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -3184,7 +3184,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-billing-usage"]; }; }; @@ -3206,7 +3206,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["packages-billing-usage"]; }; }; @@ -3228,7 +3228,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["combined-billing-usage"]; }; }; @@ -3247,12 +3247,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; - "304": never; - "403": unknown; - "503": unknown; + 304: never; + 403: unknown; + 503: unknown; }; }; /** @@ -3274,7 +3274,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["feed"]; }; }; @@ -3294,11 +3294,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["base-gist"][]; }; - "304": never; - "403": unknown; + 304: never; + 403: unknown; }; }; /** @@ -3332,13 +3332,13 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["gist-full"]; }; - "304": never; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -3358,12 +3358,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["base-gist"][]; }; - "304": never; - "403": unknown; - "422": unknown; + 304: never; + 403: unknown; + 422: unknown; }; }; /** @@ -3381,12 +3381,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["base-gist"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; "gists/get": { @@ -3399,12 +3399,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gist-full"]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -3424,11 +3424,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gist-full"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; "gists/delete": { @@ -3441,10 +3441,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; }; }; "gists/list-comments": { @@ -3461,12 +3461,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gist-comment"][]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; "gists/create-comment": { @@ -3487,12 +3487,12 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["gist-comment"]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; "gists/get-comment": { @@ -3506,12 +3506,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gist-comment"]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; "gists/update-comment": { @@ -3533,10 +3533,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gist-comment"]; }; - "404": unknown; + 404: unknown; }; }; "gists/delete-comment": { @@ -3550,10 +3550,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; }; }; "gists/list-commits": { @@ -3570,12 +3570,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gist-commit"][]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; "gists/list-forks": { @@ -3592,12 +3592,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gist-full"][]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -3613,13 +3613,13 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["base-gist"]; }; - "304": never; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 403: unknown; + 404: unknown; + 422: unknown; }; }; "gists/check-is-starred": { @@ -3632,13 +3632,13 @@ export interface operations { /** * Response if gist is starred */ - "204": never; - "304": never; - "403": unknown; + 204: never; + 304: never; + 403: unknown; /** * Response if gist is not starred */ - "404": { + 404: { "application/json": { [key: string]: any }; }; }; @@ -3656,10 +3656,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; }; }; "gists/unstar": { @@ -3672,10 +3672,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; }; }; "gists/get-revision": { @@ -3689,12 +3689,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gist-full"]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -3706,10 +3706,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": string[]; }; - "304": never; + 304: never; }; }; /** @@ -3726,10 +3726,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gitignore-template"]; }; - "304": never; + 304: never; }; }; /** @@ -3748,16 +3748,16 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; repositories?: components["schemas"]["repository"][]; repository_selection?: string; }; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -3773,7 +3773,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -3822,12 +3822,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue"][]; }; - "304": never; - "404": unknown; - "422": unknown; + 304: never; + 404: unknown; + 422: unknown; }; }; "licenses/get-all-commonly-used": { @@ -3841,10 +3841,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["license-simple"][]; }; - "304": never; + 304: never; }; }; "licenses/get": { @@ -3857,12 +3857,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["license"]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; "markdown/render": { @@ -3887,8 +3887,8 @@ export interface operations { /** * response */ - "200": unknown; - "304": never; + 200: unknown; + 304: never; }; }; /** @@ -3904,10 +3904,10 @@ export interface operations { /** * response */ - "200": { + 200: { "text/html": string; }; - "304": never; + 304: never; }; }; /** @@ -3925,14 +3925,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["marketplace-purchase"]; }; - "401": unknown; + 401: unknown; /** * Response when the account has not purchased the listing */ - "404": { + 404: { "application/json": components["schemas"]["basic-error"]; }; }; @@ -3953,11 +3953,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["marketplace-listing-plan"][]; }; - "401": unknown; - "404": unknown; + 401: unknown; + 404: unknown; }; }; /** @@ -3984,12 +3984,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["marketplace-purchase"][]; }; - "401": unknown; - "404": unknown; - "422": unknown; + 401: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -4007,14 +4007,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["marketplace-purchase"]; }; - "401": unknown; + 401: unknown; /** * Response when the account has not purchased the listing */ - "404": unknown; + 404: unknown; }; }; /** @@ -4033,10 +4033,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["marketplace-listing-plan"][]; }; - "401": unknown; + 401: unknown; }; }; /** @@ -4063,10 +4063,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["marketplace-purchase"][]; }; - "401": unknown; + 401: unknown; }; }; /** @@ -4078,10 +4078,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["api-overview"]; }; - "304": never; + 304: never; }; }; "activity/list-public-events-for-repo-network": { @@ -4099,13 +4099,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; - "301": never; - "304": never; - "403": unknown; - "404": unknown; + 301: never; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -4126,13 +4126,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["thread"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -4156,16 +4156,16 @@ export interface operations { /** * response */ - "202": { + 202: { "application/json": { message?: string }; }; /** * response */ - "205": unknown; - "304": never; - "401": unknown; - "403": unknown; + 205: unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; "activity/get-thread": { @@ -4178,12 +4178,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["thread"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; "activity/mark-thread-as-read": { @@ -4196,9 +4196,9 @@ export interface operations { /** * response */ - "205": unknown; - "304": never; - "403": unknown; + 205: unknown; + 304: never; + 403: unknown; }; }; /** @@ -4216,12 +4216,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["thread-subscription"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -4249,12 +4249,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["thread-subscription"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -4270,10 +4270,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -4292,7 +4292,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/octocat-stream": string; }; }; @@ -4313,10 +4313,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-simple"][]; }; - "304": never; + 304: never; }; }; /** @@ -4334,10 +4334,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-full"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -4448,15 +4448,15 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-full"]; }; - "409": unknown; - "415": unknown; + 409: unknown; + 415: unknown; /** * Validation Failed */ - "422": { + 422: { "application/json": | components["schemas"]["validation-error"] | components["schemas"]["validation-error-simple"]; @@ -4478,7 +4478,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-organization-permissions"]; }; }; @@ -4506,7 +4506,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4528,7 +4528,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; repositories?: components["schemas"]["repository"][]; @@ -4559,7 +4559,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4578,7 +4578,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4597,7 +4597,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4615,7 +4615,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["selected-actions"]; }; }; @@ -4642,7 +4642,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4666,7 +4666,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; runner_groups?: components["schemas"]["runner-groups-org"][]; @@ -4711,7 +4711,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["runner-groups-org"]; }; }; @@ -4734,7 +4734,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner-groups-org"]; }; }; @@ -4769,7 +4769,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner-groups-org"]; }; }; @@ -4792,7 +4792,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4813,7 +4813,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; repositories?: components["schemas"]["repository"][]; @@ -4847,7 +4847,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4871,7 +4871,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4894,7 +4894,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4919,7 +4919,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; runners?: components["schemas"]["runner"][]; @@ -4953,7 +4953,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -4977,7 +4977,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -5000,7 +5000,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -5022,7 +5022,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; runners?: components["schemas"]["runner"][]; @@ -5045,7 +5045,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner-application"][]; }; }; @@ -5073,7 +5073,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["authentication-token"]; }; }; @@ -5102,7 +5102,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["authentication-token"]; }; }; @@ -5123,7 +5123,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner"]; }; }; @@ -5144,7 +5144,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -5164,7 +5164,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; secrets?: components["schemas"]["organization-actions-secret"][]; @@ -5185,7 +5185,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-public-key"]; }; }; @@ -5204,7 +5204,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-actions-secret"]; }; }; @@ -5320,11 +5320,11 @@ export interface operations { /** * Response when creating a secret */ - "201": unknown; + 201: unknown; /** * Response when updating a secret */ - "204": never; + 204: never; }; }; /** @@ -5341,7 +5341,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -5358,7 +5358,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; repositories?: components["schemas"]["minimal-repository"][]; @@ -5388,7 +5388,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -5406,11 +5406,11 @@ export interface operations { /** * Response when repository was added to the selected list */ - "204": never; + 204: never; /** * Response when visibility type is not set to selected */ - "409": unknown; + 409: unknown; }; }; /** @@ -5428,11 +5428,11 @@ export interface operations { /** * Response when repository was removed from the selected list */ - "204": never; + 204: never; /** * Response when visibility type not set to selected */ - "409": unknown; + 409: unknown; }; }; /** @@ -5448,10 +5448,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "415": unknown; + 415: unknown; }; }; "orgs/check-blocked-user": { @@ -5465,11 +5465,11 @@ export interface operations { /** * If the user is blocked: */ - "204": never; + 204: never; /** * If the user is not blocked: */ - "404": { + 404: { "application/json": components["schemas"]["basic-error"]; }; }; @@ -5485,8 +5485,8 @@ export interface operations { /** * Empty response */ - "204": never; - "422": unknown; + 204: never; + 422: unknown; }; }; "orgs/unblock-user": { @@ -5500,7 +5500,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -5518,7 +5518,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["credential-authorization"][]; }; }; @@ -5539,8 +5539,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; "activity/list-public-org-events": { @@ -5557,7 +5557,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; }; @@ -5576,10 +5576,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["org-hook"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -5622,11 +5622,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["org-hook"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -5643,10 +5643,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["org-hook"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -5685,11 +5685,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["org-hook"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; "orgs/delete-webhook": { @@ -5703,8 +5703,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -5723,7 +5723,7 @@ export interface operations { /** * Default response */ - "200": { + 200: { "application/json": components["schemas"]["webhook-config"]; }; }; @@ -5752,7 +5752,7 @@ export interface operations { /** * Default response */ - "200": { + 200: { "application/json": components["schemas"]["webhook-config"]; }; }; @@ -5771,8 +5771,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -5790,7 +5790,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["installation"]; }; }; @@ -5812,7 +5812,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; installations?: components["schemas"]["installation"][]; @@ -5833,7 +5833,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["interaction-limit"]; }; }; @@ -5859,10 +5859,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["interaction-limit"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -5878,7 +5878,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -5898,10 +5898,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-invitation"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -5942,11 +5942,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["organization-invitation"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -5967,10 +5967,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -6015,10 +6015,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -6051,14 +6051,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; /** * Response if requester is not an organization member */ - "302": never; - "422": unknown; + 302: never; + 422: unknown; }; }; /** @@ -6075,15 +6075,15 @@ export interface operations { /** * Response if requester is an organization member and user is a member */ - "204": never; + 204: never; /** * Response if requester is not an organization member */ - "302": never; + 302: never; /** * Response if requester is an organization member and user is not a member */ - "404": unknown; + 404: unknown; }; }; /** @@ -6100,8 +6100,8 @@ export interface operations { /** * Empty response */ - "204": never; - "403": unknown; + 204: never; + 403: unknown; }; }; /** @@ -6118,11 +6118,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["org-membership"]; }; - "403": unknown; - "404": unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -6157,11 +6157,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["org-membership"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -6180,9 +6180,9 @@ export interface operations { /** * Empty response */ - "204": never; - "403": unknown; - "404": unknown; + 204: never; + 403: unknown; + 404: unknown; }; }; /** @@ -6202,7 +6202,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["migration"][]; }; }; @@ -6237,11 +6237,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["migration"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -6268,10 +6268,10 @@ export interface operations { * * `exported`, which means the migration finished successfully. * * `failed`, which means the migration failed. */ - "200": { + 200: { "application/json": components["schemas"]["migration"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -6288,8 +6288,8 @@ export interface operations { /** * response */ - "302": never; - "404": unknown; + 302: never; + 404: unknown; }; }; /** @@ -6306,8 +6306,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -6325,8 +6325,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -6347,10 +6347,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -6376,7 +6376,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; }; @@ -6395,18 +6395,18 @@ export interface operations { /** * User is getting converted asynchronously */ - "202": unknown; + 202: unknown; /** * User was converted */ - "204": never; + 204: never; /** * response */ - "403": { + 403: { "application/json": { message?: string; documentation_url?: string }; }; - "404": unknown; + 404: unknown; }; }; /** @@ -6423,11 +6423,11 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; /** * Response if user is a member of the organization */ - "422": { + 422: { "application/json": { message?: string; documentation_url?: string }; }; }; @@ -6453,10 +6453,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -6484,14 +6484,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["project"]; }; - "401": unknown; - "403": unknown; - "404": unknown; - "410": unknown; - "422": unknown; + 401: unknown; + 403: unknown; + 404: unknown; + 410: unknown; + 422: unknown; }; }; /** @@ -6511,7 +6511,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; }; @@ -6527,11 +6527,11 @@ export interface operations { /** * Response if user is a public member */ - "204": never; + 204: never; /** * Response if user is not a public member */ - "404": unknown; + 404: unknown; }; }; /** @@ -6550,8 +6550,8 @@ export interface operations { /** * Empty response */ - "204": never; - "403": unknown; + 204: never; + 403: unknown; }; }; "orgs/remove-public-membership-for-authenticated-user": { @@ -6565,7 +6565,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -6604,7 +6604,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; }; @@ -6702,11 +6702,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["repository"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -6726,7 +6726,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-billing-usage"]; }; }; @@ -6748,7 +6748,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["packages-billing-usage"]; }; }; @@ -6770,7 +6770,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["combined-billing-usage"]; }; }; @@ -6796,7 +6796,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["group-mapping"]; }; }; @@ -6818,10 +6818,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; - "403": unknown; + 403: unknown; }; }; /** @@ -6881,11 +6881,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["team-full"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -6904,10 +6904,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-full"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -6958,7 +6958,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["team-full"]; }; }; @@ -6981,7 +6981,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -7005,7 +7005,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion"][]; }; }; @@ -7044,7 +7044,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["team-discussion"]; }; }; @@ -7066,7 +7066,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion"]; }; }; @@ -7100,7 +7100,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion"]; }; }; @@ -7122,7 +7122,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -7147,7 +7147,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion-comment"][]; }; }; @@ -7179,7 +7179,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["team-discussion-comment"]; }; }; @@ -7202,7 +7202,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion-comment"]; }; }; @@ -7233,7 +7233,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion-comment"]; }; }; @@ -7256,7 +7256,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -7293,7 +7293,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["reaction"][]; }; }; @@ -7332,7 +7332,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["reaction"]; }; }; @@ -7356,7 +7356,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -7392,7 +7392,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["reaction"][]; }; }; @@ -7430,7 +7430,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["reaction"]; }; }; @@ -7453,7 +7453,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -7476,7 +7476,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-invitation"][]; }; }; @@ -7508,7 +7508,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; }; @@ -7534,13 +7534,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-membership"]; }; /** * Response if user has no team membership */ - "404": unknown; + 404: unknown; }; }; /** @@ -7578,17 +7578,17 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-membership"]; }; /** * Response if team synchronization is set up */ - "403": unknown; + 403: unknown; /** * Response if you attempt to add an organization to a team */ - "422": { + 422: { "application/json": { message?: string; errors?: { code?: string; field?: string; resource?: string }[]; @@ -7617,11 +7617,11 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; /** * Response if team synchronization is set up */ - "403": unknown; + 403: unknown; }; }; /** @@ -7644,7 +7644,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-project"][]; }; }; @@ -7666,13 +7666,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-project"]; }; /** * Response if project is not managed by this team */ - "404": unknown; + 404: unknown; }; }; /** @@ -7704,11 +7704,11 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; /** * Response if the project is not owned by the organization */ - "403": { + 403: { "application/json": { message?: string; documentation_url?: string }; }; }; @@ -7730,7 +7730,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -7753,7 +7753,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; }; @@ -7780,17 +7780,17 @@ export interface operations { /** * Alternative response with repository permissions */ - "200": { + 200: { "application/vnd.github.v3.repository+json": components["schemas"]["team-repository"]; }; /** * Response if team has permission for the repository */ - "204": never; + 204: never; /** * Response if team does not have permission for the repository */ - "404": unknown; + 404: unknown; }; }; /** @@ -7828,7 +7828,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -7849,7 +7849,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -7870,7 +7870,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["group-mapping"]; }; }; @@ -7914,7 +7914,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["group-mapping"]; }; }; @@ -7939,7 +7939,7 @@ export interface operations { /** * Response if child teams exist */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; }; @@ -7954,13 +7954,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project-card"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; "projects/update-card": { @@ -7985,14 +7985,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project-card"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; "projects/delete-card": { @@ -8005,20 +8005,20 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; + 204: never; + 304: never; + 401: unknown; /** * Forbidden */ - "403": { + 403: { "application/json": { message?: string; documentation_url?: string; errors?: string[]; }; }; - "404": unknown; + 404: unknown; }; }; "projects/move-card": { @@ -8043,15 +8043,15 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": { [key: string]: any }; }; - "304": never; - "401": unknown; + 304: never; + 401: unknown; /** * Forbidden */ - "403": { + 403: { "application/json": { message?: string; documentation_url?: string; @@ -8063,11 +8063,11 @@ export interface operations { }[]; }; }; - "422": unknown; + 422: unknown; /** * Service Unavailable */ - "503": { + 503: { "application/json": { code?: string; message?: string; @@ -8087,13 +8087,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project-column"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; "projects/update-column": { @@ -8114,12 +8114,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project-column"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; "projects/delete-column": { @@ -8132,10 +8132,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; }; }; "projects/list-cards": { @@ -8156,12 +8156,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project-card"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -8198,16 +8198,16 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["project-card"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; /** * Validation Failed */ - "422": { + 422: { "application/json": | components["schemas"]["validation-error"] | components["schemas"]["validation-error-simple"]; @@ -8215,7 +8215,7 @@ export interface operations { /** * Service Unavailable */ - "503": { + 503: { "application/json": { code?: string; message?: string; @@ -8243,13 +8243,13 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": { [key: string]: any }; }; - "304": never; - "401": unknown; - "403": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -8265,12 +8265,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -8310,15 +8310,15 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project"]; }; - "304": never; - "401": unknown; + 304: never; + 401: unknown; /** * Forbidden */ - "403": { + 403: { "application/json": { message?: string; documentation_url?: string; @@ -8328,9 +8328,9 @@ export interface operations { /** * Response if the authenticated user does not have access to the project */ - "404": unknown; - "410": unknown; - "422": unknown; + 404: unknown; + 410: unknown; + 422: unknown; }; }; /** @@ -8346,21 +8346,21 @@ export interface operations { /** * Delete Success */ - "204": never; - "304": never; - "401": unknown; + 204: never; + 304: never; + 401: unknown; /** * Forbidden */ - "403": { + 403: { "application/json": { message?: string; documentation_url?: string; errors?: string[]; }; }; - "404": unknown; - "410": unknown; + 404: unknown; + 410: unknown; }; }; /** @@ -8387,15 +8387,15 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "415": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -8420,13 +8420,13 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "415": unknown; - "422": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -8443,13 +8443,13 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "415": unknown; - "422": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -8466,15 +8466,15 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["repository-collaborator-permission"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "415": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 415: unknown; + 422: unknown; }; }; "projects/list-columns": { @@ -8491,12 +8491,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project-column"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; "projects/create-column": { @@ -8517,13 +8517,13 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["project-column"]; }; - "304": never; - "401": unknown; - "403": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -8537,11 +8537,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["rate-limit-overview"]; }; - "304": never; - "404": unknown; + 304: never; + 404: unknown; }; }; /** @@ -8559,12 +8559,12 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "410": unknown; - "415": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 410: unknown; + 415: unknown; }; }; /** @@ -8583,12 +8583,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["full-repository"]; }; - "301": never; - "403": unknown; - "404": unknown; + 301: never; + 403: unknown; + 404: unknown; }; }; /** @@ -8670,12 +8670,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["full-repository"]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -8695,14 +8695,14 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; /** * If an organization owner has configured the organization to prevent members from deleting organization-owned repositories, a member will get this response: */ - "403": { + 403: { "application/json": { message?: string; documentation_url?: string }; }; - "404": unknown; + 404: unknown; }; }; /** @@ -8723,7 +8723,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; artifacts?: components["schemas"]["artifact"][]; @@ -8746,7 +8746,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["artifact"]; }; }; @@ -8766,7 +8766,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -8788,7 +8788,7 @@ export interface operations { /** * response */ - "302": never; + 302: never; }; }; /** @@ -8806,7 +8806,7 @@ export interface operations { /** * response */ - "202": { + 202: { "application/json": components["schemas"]["job"]; }; }; @@ -8829,7 +8829,7 @@ export interface operations { /** * response */ - "302": never; + 302: never; }; }; /** @@ -8849,7 +8849,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-repository-permissions"]; }; }; @@ -8878,7 +8878,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -8897,7 +8897,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["selected-actions"]; }; }; @@ -8925,7 +8925,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -8946,7 +8946,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; runners?: components["schemas"]["runner"][]; @@ -8970,7 +8970,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner-application"][]; }; }; @@ -8998,7 +8998,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["authentication-token"]; }; }; @@ -9026,7 +9026,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["authentication-token"]; }; }; @@ -9049,7 +9049,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["runner"]; }; }; @@ -9072,7 +9072,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -9099,7 +9099,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; workflow_runs?: components["schemas"]["workflow-run"][]; @@ -9122,7 +9122,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["workflow-run"]; }; }; @@ -9144,7 +9144,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -9166,7 +9166,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; artifacts?: components["schemas"]["artifact"][]; @@ -9189,7 +9189,7 @@ export interface operations { /** * response */ - "202": unknown; + 202: unknown; }; }; /** @@ -9217,7 +9217,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; jobs?: components["schemas"]["job"][]; @@ -9243,7 +9243,7 @@ export interface operations { /** * response */ - "302": never; + 302: never; }; }; /** @@ -9261,7 +9261,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -9279,7 +9279,7 @@ export interface operations { /** * response */ - "201": unknown; + 201: unknown; }; }; /** @@ -9301,7 +9301,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["workflow-run-usage"]; }; }; @@ -9324,7 +9324,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; secrets?: components["schemas"]["actions-secret"][]; @@ -9346,7 +9346,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-public-key"]; }; }; @@ -9366,7 +9366,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-secret"]; }; }; @@ -9472,11 +9472,11 @@ export interface operations { /** * Response when creating a secret */ - "201": unknown; + 201: unknown; /** * Response when updating a secret */ - "204": never; + 204: never; }; }; /** @@ -9494,7 +9494,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -9515,7 +9515,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; workflows?: components["schemas"]["workflow"][]; @@ -9538,7 +9538,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["workflow"]; }; }; @@ -9560,7 +9560,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -9594,7 +9594,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -9614,7 +9614,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -9642,7 +9642,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; workflow_runs?: components["schemas"]["workflow-run"][]; @@ -9669,7 +9669,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["workflow-usage"]; }; }; @@ -9692,10 +9692,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -9717,11 +9717,11 @@ export interface operations { /** * If the `assignee` can be assigned to issues in the repository, a `204` header with no content is returned. */ - "204": never; + 204: never; /** * Otherwise a `404` status code is returned. */ - "404": { + 404: { "application/json": components["schemas"]["basic-error"]; }; }; @@ -9740,7 +9740,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -9757,7 +9757,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; "repos/list-branches": { @@ -9779,10 +9779,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["short-branch"][]; }; - "404": unknown; + 404: unknown; }; }; "repos/get-branch": { @@ -9797,11 +9797,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["branch-with-protection"]; }; - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -9819,10 +9819,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["branch-protection"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -9926,13 +9926,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["protected-branch"]; }; - "403": unknown; - "404": unknown; - "415": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -9950,8 +9950,8 @@ export interface operations { /** * Empty response */ - "204": never; - "403": unknown; + 204: never; + 403: unknown; }; }; /** @@ -9969,7 +9969,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["protected-branch-admin-enforced"]; }; }; @@ -9991,7 +9991,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["protected-branch-admin-enforced"]; }; }; @@ -10013,8 +10013,8 @@ export interface operations { /** * No Content */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -10032,7 +10032,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/vnd.github.luke-cage-preview+json": components["schemas"]["protected-branch-pull-request-review"]; }; }; @@ -10085,10 +10085,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["protected-branch-pull-request-review"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10106,8 +10106,8 @@ export interface operations { /** * No Content */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -10129,10 +10129,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["protected-branch-admin-enforced"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -10152,10 +10152,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["protected-branch-admin-enforced"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -10175,8 +10175,8 @@ export interface operations { /** * No Content */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -10194,10 +10194,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["status-check-policy"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -10229,11 +10229,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["status-check-policy"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -10251,7 +10251,7 @@ export interface operations { /** * No Content */ - "204": never; + 204: never; }; }; /** @@ -10269,10 +10269,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": string[]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -10293,12 +10293,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": string[]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -10319,11 +10319,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": string[]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -10344,11 +10344,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": string[]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -10370,10 +10370,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["branch-restriction-policy"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -10393,7 +10393,7 @@ export interface operations { /** * No Content */ - "204": never; + 204: never; }; }; /** @@ -10413,10 +10413,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["integration"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -10443,10 +10443,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["integration"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10473,10 +10473,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["integration"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10503,10 +10503,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["integration"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10526,10 +10526,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -10556,10 +10556,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10586,10 +10586,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10616,10 +10616,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10639,10 +10639,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -10669,10 +10669,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10699,10 +10699,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10729,10 +10729,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -10889,7 +10889,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["check-run"]; }; }; @@ -10911,7 +10911,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["check-run"]; }; }; @@ -11065,7 +11065,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["check-run"]; }; }; @@ -11089,7 +11089,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["check-annotation"][]; }; }; @@ -11118,7 +11118,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["check-suite"]; }; }; @@ -11154,7 +11154,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["check-suite-preference"]; }; }; @@ -11176,7 +11176,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["check-suite"]; }; }; @@ -11208,7 +11208,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; check_runs?: components["schemas"]["check-run"][]; @@ -11233,7 +11233,7 @@ export interface operations { /** * response */ - "201": unknown; + 201: unknown; }; }; /** @@ -11260,14 +11260,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["code-scanning-alert-code-scanning-alert-items"][]; }; /** * Response if the ref does not match an existing ref */ - "404": unknown; - "503": unknown; + 404: unknown; + 503: unknown; }; }; /** @@ -11287,11 +11287,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["code-scanning-alert-code-scanning-alert"]; }; - "404": unknown; - "503": unknown; + 404: unknown; + 503: unknown; }; }; /** @@ -11316,17 +11316,17 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["code-scanning-alert-code-scanning-alert"]; }; /** * Response if the repository is archived */ - "403": unknown; + 403: unknown; /** * Response when code scanning is not available and you should try again at a later time */ - "503": unknown; + 503: unknown; }; }; /** @@ -11353,7 +11353,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["code-scanning-analysis-code-scanning-analysis"][]; }; }; @@ -11390,15 +11390,15 @@ export interface operations { /** * response */ - "202": unknown; + 202: unknown; /** * Response if the repository is archived */ - "403": unknown; + 403: unknown; /** * Response if `commit_sha` or `ref` cannot be found */ - "404": unknown; + 404: unknown; }; }; /** @@ -11428,10 +11428,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["collaborator"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -11451,11 +11451,11 @@ export interface operations { /** * Response if user is a collaborator */ - "204": never; + 204: never; /** * Response if user is not a collaborator */ - "404": unknown; + 404: unknown; }; }; /** @@ -11497,15 +11497,15 @@ export interface operations { /** * Response when a new invitation is created */ - "201": { + 201: { "application/json": components["schemas"]["repository-invitation"]; }; /** * Response when person is already a collaborator */ - "204": never; - "403": unknown; - "422": unknown; + 204: never; + 403: unknown; + 422: unknown; }; }; "repos/remove-collaborator": { @@ -11520,7 +11520,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -11538,10 +11538,10 @@ export interface operations { /** * Response if user has admin permissions */ - "200": { + 200: { "application/json": components["schemas"]["repository-collaborator-permission"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -11564,7 +11564,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["commit-comment"][]; }; }; @@ -11581,10 +11581,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["commit-comment"]; }; - "404": unknown; + 404: unknown; }; }; "repos/update-commit-comment": { @@ -11607,10 +11607,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["commit-comment"]; }; - "404": unknown; + 404: unknown; }; }; "repos/delete-commit-comment": { @@ -11625,8 +11625,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -11660,11 +11660,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["reaction"][]; }; - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -11698,17 +11698,17 @@ export interface operations { /** * Reaction exists */ - "200": { + 200: { "application/json": components["schemas"]["reaction"]; }; /** * Reaction created */ - "201": { + 201: { "application/json": components["schemas"]["reaction"]; }; - "415": unknown; - "422": unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -11729,7 +11729,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -11794,13 +11794,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-commit"][]; }; - "400": unknown; - "404": unknown; - "409": unknown; - "500": unknown; + 400: unknown; + 404: unknown; + 409: unknown; + 500: unknown; }; }; /** @@ -11820,11 +11820,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["branch-short"][]; }; - "415": unknown; - "422": unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -11846,7 +11846,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["commit-comment"][]; }; }; @@ -11888,11 +11888,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["commit-comment"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -11914,10 +11914,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-simple"][]; }; - "415": unknown; + 415: unknown; }; }; /** @@ -11973,12 +11973,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["commit"]; }; - "404": unknown; - "422": unknown; - "500": unknown; + 404: unknown; + 422: unknown; + 500: unknown; }; }; /** @@ -12011,7 +12011,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; check_runs?: components["schemas"]["check-run"][]; @@ -12048,7 +12048,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; check_suites?: components["schemas"]["check-suite"][]; @@ -12082,10 +12082,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["combined-commit-status"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -12112,10 +12112,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["status"][]; }; - "301": never; + 301: never; }; }; /** @@ -12132,7 +12132,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["code-of-conduct"]; }; }; @@ -12151,7 +12151,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["community-profile"]; }; }; @@ -12212,11 +12212,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["commit-comparison"]; }; - "404": unknown; - "500": unknown; + 404: unknown; + 500: unknown; }; }; /** @@ -12274,7 +12274,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/vnd.github.v3.object": components["schemas"]["content-tree"]; "application/json": | components["schemas"]["content-directory"] @@ -12282,9 +12282,9 @@ export interface operations { | components["schemas"]["content-symlink"] | components["schemas"]["content-submodule"]; }; - "302": never; - "403": unknown; - "404": unknown; + 302: never; + 403: unknown; + 404: unknown; }; }; /** @@ -12353,18 +12353,18 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["file-commit"]; }; /** * response */ - "201": { + 201: { "application/json": components["schemas"]["file-commit"]; }; - "404": unknown; - "409": unknown; - "422": unknown; + 404: unknown; + 409: unknown; + 422: unknown; }; }; /** @@ -12433,13 +12433,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["file-commit"]; }; - "404": unknown; - "409": unknown; - "422": unknown; - "503": unknown; + 404: unknown; + 409: unknown; + 422: unknown; + 503: unknown; }; }; /** @@ -12466,15 +12466,15 @@ export interface operations { /** * Response if repository contains content */ - "200": { + 200: { "application/json": components["schemas"]["contributor"][]; }; /** * Response if repository is empty */ - "204": never; - "403": unknown; - "404": unknown; + 204: never; + 403: unknown; + 404: unknown; }; }; /** @@ -12511,7 +12511,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["deployment"][]; }; }; @@ -12617,22 +12617,22 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["deployment"]; }; /** * Merged branch response */ - "202": { + 202: { "application/json": { message?: string }; }; /** * response */ - "409": { + 409: { "application/json": { message?: string; documentation_url?: string }; }; - "422": unknown; + 422: unknown; }; }; "repos/get-deployment": { @@ -12647,10 +12647,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["deployment"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -12675,9 +12675,9 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; - "422": unknown; + 204: never; + 404: unknown; + 422: unknown; }; }; /** @@ -12699,10 +12699,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["deployment-status"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -12765,10 +12765,10 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["deployment-status"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -12787,11 +12787,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["deployment-status"]; }; - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -12826,8 +12826,8 @@ export interface operations { /** * Empty response */ - "204": never; - "422": unknown; + 204: never; + 422: unknown; }; }; "activity/list-repo-events": { @@ -12845,7 +12845,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; }; @@ -12869,10 +12869,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; - "400": unknown; + 400: unknown; }; }; /** @@ -12899,13 +12899,13 @@ export interface operations { /** * response */ - "202": { + 202: { "application/json": components["schemas"]["repository"]; }; - "400": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 400: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; "git/create-blob": { @@ -12931,13 +12931,13 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["short-blob"]; }; - "403": unknown; - "404": unknown; - "409": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 409: unknown; + 422: unknown; }; }; /** @@ -12957,12 +12957,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["blob"]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -13062,11 +13062,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["git-commit"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -13113,10 +13113,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["git-commit"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -13147,7 +13147,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["git-ref"][]; }; }; @@ -13172,10 +13172,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["git-ref"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -13205,10 +13205,10 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["git-ref"]; }; - "422": unknown; + 422: unknown; }; }; "git/update-ref": { @@ -13238,10 +13238,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["git-ref"]; }; - "422": unknown; + 422: unknown; }; }; "git/delete-ref": { @@ -13259,8 +13259,8 @@ export interface operations { /** * Empty response */ - "204": never; - "422": unknown; + 204: never; + 422: unknown; }; }; /** @@ -13343,10 +13343,10 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["git-tag"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -13391,10 +13391,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["git-tag"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -13450,12 +13450,12 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["git-tree"]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -13481,11 +13481,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["git-tree"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; "repos/list-webhooks": { @@ -13503,10 +13503,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["hook"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -13551,12 +13551,12 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["hook"]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -13574,10 +13574,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["hook"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -13626,11 +13626,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["hook"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; "repos/delete-webhook": { @@ -13645,8 +13645,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -13666,7 +13666,7 @@ export interface operations { /** * Default response */ - "200": { + 200: { "application/json": components["schemas"]["webhook-config"]; }; }; @@ -13696,7 +13696,7 @@ export interface operations { /** * Default response */ - "200": { + 200: { "application/json": components["schemas"]["webhook-config"]; }; }; @@ -13716,8 +13716,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -13737,8 +13737,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -13788,10 +13788,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["import"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -13832,11 +13832,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["import"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -13868,7 +13868,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["import"]; }; }; @@ -13887,7 +13887,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -13909,10 +13909,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["porter-author"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -13943,11 +13943,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["porter-author"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -13964,7 +13964,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["porter-large-file"][]; }; }; @@ -13991,10 +13991,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["import"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -14013,11 +14013,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["installation"]; }; - "301": never; - "404": unknown; + 301: never; + 404: unknown; }; }; /** @@ -14034,7 +14034,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["interaction-limit"]; }; }; @@ -14061,7 +14061,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["interaction-limit"]; }; }; @@ -14080,7 +14080,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -14101,7 +14101,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["repository-invitation"][]; }; }; @@ -14126,7 +14126,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["repository-invitation"]; }; }; @@ -14143,7 +14143,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -14196,12 +14196,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-simple"][]; }; - "301": never; - "404": unknown; - "422": unknown; + 301: never; + 404: unknown; + 422: unknown; }; }; /** @@ -14251,14 +14251,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["issue"]; }; - "403": unknown; - "404": unknown; - "410": unknown; - "422": unknown; - "503": unknown; + 403: unknown; + 404: unknown; + 410: unknown; + 422: unknown; + 503: unknown; }; }; /** @@ -14285,11 +14285,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-comment"][]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; "issues/get-comment": { @@ -14304,10 +14304,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-comment"]; }; - "404": unknown; + 404: unknown; }; }; "issues/update-comment": { @@ -14330,10 +14330,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-comment"]; }; - "422": unknown; + 422: unknown; }; }; "issues/delete-comment": { @@ -14348,7 +14348,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -14382,11 +14382,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["reaction"][]; }; - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -14420,17 +14420,17 @@ export interface operations { /** * Reaction exists */ - "200": { + 200: { "application/json": components["schemas"]["reaction"]; }; /** * Reaction created */ - "201": { + 201: { "application/json": components["schemas"]["reaction"]; }; - "415": unknown; - "422": unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -14451,7 +14451,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; "issues/list-events-for-repo": { @@ -14469,10 +14469,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-event"][]; }; - "422": unknown; + 422: unknown; }; }; "issues/get-event": { @@ -14487,12 +14487,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-event"]; }; - "403": unknown; - "404": unknown; - "410": unknown; + 403: unknown; + 404: unknown; + 410: unknown; }; }; /** @@ -14520,13 +14520,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue"]; }; - "301": never; - "304": never; - "404": unknown; - "410": unknown; + 301: never; + 304: never; + 404: unknown; + 410: unknown; }; }; /** @@ -14579,15 +14579,15 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue"]; }; - "301": never; - "403": unknown; - "404": unknown; - "410": unknown; - "422": unknown; - "503": unknown; + 301: never; + 403: unknown; + 404: unknown; + 410: unknown; + 422: unknown; + 503: unknown; }; }; /** @@ -14613,7 +14613,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["issue-simple"]; }; }; @@ -14641,7 +14641,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-simple"]; }; }; @@ -14666,11 +14666,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-comment"][]; }; - "404": unknown; - "410": unknown; + 404: unknown; + 410: unknown; }; }; /** @@ -14696,13 +14696,13 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["issue-comment"]; }; - "403": unknown; - "404": unknown; - "410": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 410: unknown; + 422: unknown; }; }; "issues/list-events": { @@ -14721,10 +14721,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-event-for-issue"][]; }; - "410": unknown; + 410: unknown; }; }; "issues/list-labels-on-issue": { @@ -14743,10 +14743,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["label"][]; }; - "410": unknown; + 410: unknown; }; }; "issues/add-labels": { @@ -14769,11 +14769,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["label"][]; }; - "410": unknown; - "422": unknown; + 410: unknown; + 422: unknown; }; }; /** @@ -14799,11 +14799,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["label"][]; }; - "410": unknown; - "422": unknown; + 410: unknown; + 422: unknown; }; }; "issues/remove-all-labels": { @@ -14818,8 +14818,8 @@ export interface operations { /** * Empty response */ - "204": never; - "410": unknown; + 204: never; + 410: unknown; }; }; /** @@ -14838,11 +14838,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["label"][]; }; - "404": unknown; - "410": unknown; + 404: unknown; + 410: unknown; }; }; /** @@ -14874,11 +14874,11 @@ export interface operations { /** * Empty response */ - "204": never; - "403": unknown; - "404": unknown; - "410": unknown; - "422": unknown; + 204: never; + 403: unknown; + 404: unknown; + 410: unknown; + 422: unknown; }; }; /** @@ -14896,9 +14896,9 @@ export interface operations { /** * Empty response */ - "204": never; - "403": unknown; - "404": unknown; + 204: never; + 403: unknown; + 404: unknown; }; }; /** @@ -14932,12 +14932,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["reaction"][]; }; - "404": unknown; - "410": unknown; - "415": unknown; + 404: unknown; + 410: unknown; + 415: unknown; }; }; /** @@ -14971,11 +14971,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["reaction"]; }; - "415": unknown; - "422": unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -14996,7 +14996,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; "issues/list-events-for-timeline": { @@ -15015,12 +15015,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue-event-for-issue"][]; }; - "404": unknown; - "410": unknown; - "415": unknown; + 404: unknown; + 410: unknown; + 415: unknown; }; }; "repos/list-deploy-keys": { @@ -15038,7 +15038,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["deploy-key"][]; }; }; @@ -15075,10 +15075,10 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["deploy-key"]; }; - "422": unknown; + 422: unknown; }; }; "repos/get-deploy-key": { @@ -15093,10 +15093,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["deploy-key"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -15114,7 +15114,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; "issues/list-labels-for-repo": { @@ -15132,10 +15132,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["label"][]; }; - "404": unknown; + 404: unknown; }; }; "issues/create-label": { @@ -15165,11 +15165,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["label"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; "issues/get-label": { @@ -15184,10 +15184,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["label"]; }; - "404": unknown; + 404: unknown; }; }; "issues/update-label": { @@ -15218,7 +15218,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["label"]; }; }; @@ -15235,7 +15235,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -15252,7 +15252,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["language"]; }; }; @@ -15273,7 +15273,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["license-content"]; }; }; @@ -15305,23 +15305,23 @@ export interface operations { /** * Successful Response (The resulting merge commit) */ - "201": { + 201: { "application/json": components["schemas"]["commit"]; }; - "403": unknown; + 403: unknown; /** * response */ - "404": { + 404: { "application/json": { message?: string; documentation_url?: string }; }; /** * Merge conflict response */ - "409": { + 409: { "application/json": { message?: string; documentation_url?: string }; }; - "422": unknown; + 422: unknown; }; }; "issues/list-milestones": { @@ -15351,10 +15351,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["milestone"][]; }; - "404": unknown; + 404: unknown; }; }; "issues/create-milestone": { @@ -15388,11 +15388,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["milestone"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; "issues/get-milestone": { @@ -15407,10 +15407,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["milestone"]; }; - "404": unknown; + 404: unknown; }; }; "issues/update-milestone": { @@ -15445,7 +15445,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["milestone"]; }; }; @@ -15462,8 +15462,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; "issues/list-labels-for-milestone": { @@ -15482,7 +15482,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["label"][]; }; }; @@ -15509,7 +15509,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["thread"][]; }; }; @@ -15536,7 +15536,7 @@ export interface operations { /** * response */ - "202": unknown; + 202: unknown; }; }; "repos/get-pages": { @@ -15550,10 +15550,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["page"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -15587,12 +15587,12 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["page"]; }; - "409": unknown; - "415": unknown; - "422": unknown; + 409: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -15628,9 +15628,9 @@ export interface operations { /** * Empty response */ - "204": never; - "400": unknown; - "422": unknown; + 204: never; + 400: unknown; + 422: unknown; }; }; "repos/delete-pages-site": { @@ -15644,10 +15644,10 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; - "415": unknown; - "422": unknown; + 204: never; + 404: unknown; + 415: unknown; + 422: unknown; }; }; "repos/list-pages-builds": { @@ -15665,7 +15665,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["page-build"][]; }; }; @@ -15686,7 +15686,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["page-build-status"]; }; }; @@ -15702,7 +15702,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["page-build"]; }; }; @@ -15719,7 +15719,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["page-build"]; }; }; @@ -15746,14 +15746,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project"][]; }; - "401": unknown; - "403": unknown; - "404": unknown; - "410": unknown; - "422": unknown; + 401: unknown; + 403: unknown; + 404: unknown; + 410: unknown; + 422: unknown; }; }; /** @@ -15782,14 +15782,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["project"]; }; - "401": unknown; - "403": unknown; - "404": unknown; - "410": unknown; - "422": unknown; + 401: unknown; + 403: unknown; + 404: unknown; + 410: unknown; + 422: unknown; }; }; /** @@ -15830,11 +15830,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-simple"][]; }; - "304": never; - "422": unknown; + 304: never; + 422: unknown; }; }; /** @@ -15886,11 +15886,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["pull-request"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -15937,7 +15937,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review-comment"][]; }; }; @@ -15977,10 +15977,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review-comment"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -16024,7 +16024,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review-comment"]; }; }; @@ -16044,8 +16044,8 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; + 204: never; + 404: unknown; }; }; /** @@ -16079,11 +16079,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["reaction"][]; }; - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -16117,17 +16117,17 @@ export interface operations { /** * Reaction exists */ - "200": { + 200: { "application/json": components["schemas"]["reaction"]; }; /** * Reaction created */ - "201": { + 201: { "application/json": components["schemas"]["reaction"]; }; - "415": unknown; - "422": unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -16148,7 +16148,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -16180,12 +16180,12 @@ export interface operations { /** * Pass the appropriate [media type](https://docs.github.com/rest/overview/media-types/#commits-commit-comparison-and-pull-requests) to fetch diff and patch formats. */ - "200": { + 200: { "application/json": components["schemas"]["pull-request"]; }; - "304": never; - "404": unknown; - "500": unknown; + 304: never; + 404: unknown; + 500: unknown; }; }; /** @@ -16229,11 +16229,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -16281,7 +16281,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review-comment"][]; }; }; @@ -16362,11 +16362,11 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["pull-request-review-comment"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -16395,10 +16395,10 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["pull-request-review-comment"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -16420,7 +16420,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-commit"][]; }; }; @@ -16444,11 +16444,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["diff-entry"][]; }; - "422": unknown; - "500": unknown; + 422: unknown; + 500: unknown; }; }; "pulls/check-if-merged": { @@ -16463,11 +16463,11 @@ export interface operations { /** * Response if pull request has been merged */ - "204": never; + 204: never; /** * Response if pull request has not been merged */ - "404": unknown; + 404: unknown; }; }; /** @@ -16505,24 +16505,24 @@ export interface operations { /** * Response if merge was successful */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-merge-result"]; }; - "403": unknown; - "404": unknown; + 403: unknown; + 404: unknown; /** * Response if merge cannot be performed */ - "405": { + 405: { "application/json": { message?: string; documentation_url?: string }; }; /** * Response if sha was provided and pull request head did not match */ - "409": { + 409: { "application/json": { message?: string; documentation_url?: string }; }; - "422": unknown; + 422: unknown; }; }; "pulls/list-requested-reviewers": { @@ -16541,7 +16541,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review-request"]; }; }; @@ -16573,14 +16573,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["pull-request-simple"]; }; - "403": unknown; + 403: unknown; /** * Response if user is not a collaborator */ - "422": unknown; + 422: unknown; }; }; "pulls/remove-requested-reviewers": { @@ -16607,8 +16607,8 @@ export interface operations { /** * response */ - "200": unknown; - "422": unknown; + 200: unknown; + 422: unknown; }; }; /** @@ -16630,7 +16630,7 @@ export interface operations { /** * The list of reviews returns in chronological order. */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review"][]; }; }; @@ -16693,11 +16693,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; "pulls/get-review": { @@ -16713,10 +16713,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -16743,10 +16743,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review"]; }; - "422": unknown; + 422: unknown; }; }; "pulls/delete-pending-review": { @@ -16762,11 +16762,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -16789,10 +16789,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["review-comment"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -16820,11 +16820,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; "pulls/submit-review": { @@ -16852,12 +16852,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["pull-request-review"]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -16883,12 +16883,12 @@ export interface operations { /** * response */ - "202": { + 202: { "application/json": { message?: string; url?: string }; }; - "403": unknown; - "415": unknown; - "422": unknown; + 403: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -16913,11 +16913,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["content-file"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -16940,10 +16940,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["release"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -16990,10 +16990,10 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["release"]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -17011,12 +17011,12 @@ export interface operations { /** * To download the asset's binary content, set the `Accept` header of the request to [`application/octet-stream`](https://docs.github.com/rest/overview/media-types). The API will either redirect the client to the location, or stream it directly if possible. API clients should handle both a `200` or `302` response. */ - "200": { + 200: { "application/json": components["schemas"]["release-asset"]; }; - "302": never; - "404": unknown; - "415": unknown; + 302: never; + 404: unknown; + 415: unknown; }; }; /** @@ -17047,7 +17047,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["release-asset"]; }; }; @@ -17064,7 +17064,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -17083,7 +17083,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["release"]; }; }; @@ -17106,10 +17106,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["release"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -17127,10 +17127,10 @@ export interface operations { /** * **Note:** This returns an `upload_url` key corresponding to the endpoint for uploading release assets. This key is a [hypermedia resource](https://docs.github.com/rest/overview/resources-in-the-rest-api#hypermedia). */ - "200": { + 200: { "application/json": components["schemas"]["release"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -17176,7 +17176,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["release"]; }; }; @@ -17196,7 +17196,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; "repos/list-release-assets": { @@ -17215,7 +17215,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["release-asset"][]; }; }; @@ -17259,7 +17259,7 @@ export interface operations { /** * Response for successful upload */ - "201": { + 201: { "application/json": components["schemas"]["release-asset"]; }; }; @@ -17284,11 +17284,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; "application/vnd.github.v3.star+json": components["schemas"]["stargazer"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -17305,7 +17305,7 @@ export interface operations { /** * Returns a weekly aggregate of the number of additions and deletions pushed to a repository. */ - "200": { + 200: { "application/json": components["schemas"]["code-frequency-stat"][]; }; }; @@ -17324,7 +17324,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["commit-activity"][]; }; }; @@ -17351,7 +17351,7 @@ export interface operations { * * `d` - Number of deletions * * `c` - Number of commits */ - "200": { + 200: { "application/json": components["schemas"]["contributor-activity"][]; }; }; @@ -17372,10 +17372,10 @@ export interface operations { /** * The array order is oldest week (index 0) to most recent week. */ - "200": { + 200: { "application/json": components["schemas"]["participation-stats"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -17398,7 +17398,7 @@ export interface operations { /** * For example, `[2, 14, 25]` indicates that there were 25 total commits, during the 2:00pm hour on Tuesdays. All times are based on the time zone of individual commits. */ - "200": { + 200: { "application/json": components["schemas"]["code-frequency-stat"][]; }; }; @@ -17442,7 +17442,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["status"]; }; }; @@ -17465,7 +17465,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; }; @@ -17481,14 +17481,14 @@ export interface operations { /** * Response if you subscribe to the repository */ - "200": { + 200: { "application/json": components["schemas"]["repository-subscription"]; }; - "403": unknown; + 403: unknown; /** * Response if you don't subscribe to the repository */ - "404": unknown; + 404: unknown; }; }; /** @@ -17517,7 +17517,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["repository-subscription"]; }; }; @@ -17536,7 +17536,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; "repos/list-tags": { @@ -17554,7 +17554,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["tag"][]; }; }; @@ -17577,7 +17577,7 @@ export interface operations { /** * response */ - "302": never; + 302: never; }; }; "repos/list-teams": { @@ -17595,7 +17595,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; }; @@ -17611,11 +17611,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["topic"]; }; - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; "repos/replace-all-topics": { @@ -17637,12 +17637,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["topic"]; }; - "404": unknown; - "415": unknown; - "422": unknown; + 404: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -17662,10 +17662,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["clone-traffic"]; }; - "403": unknown; + 403: unknown; }; }; /** @@ -17682,10 +17682,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["content-traffic"][]; }; - "403": unknown; + 403: unknown; }; }; /** @@ -17702,10 +17702,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["referrer-traffic"][]; }; - "403": unknown; + 403: unknown; }; }; /** @@ -17725,10 +17725,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["view-traffic"]; }; - "403": unknown; + 403: unknown; }; }; /** @@ -17757,7 +17757,7 @@ export interface operations { /** * response */ - "202": { + 202: { "application/json": components["schemas"]["repository"]; }; }; @@ -17776,11 +17776,11 @@ export interface operations { /** * Response if repository is enabled with vulnerability alerts */ - "204": never; + 204: never; /** * Response if repository is not enabled with vulnerability alerts */ - "404": unknown; + 404: unknown; }; }; /** @@ -17797,7 +17797,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -17814,7 +17814,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -17835,7 +17835,7 @@ export interface operations { /** * response */ - "302": never; + 302: never; }; }; /** @@ -17883,7 +17883,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["repository"]; }; }; @@ -17903,11 +17903,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; - "304": never; - "422": unknown; + 304: never; + 422: unknown; }; }; /** @@ -17927,7 +17927,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["scim-group-list-enterprise"]; }; }; @@ -17965,7 +17965,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["scim-enterprise-group"]; }; }; @@ -17984,7 +17984,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["scim-enterprise-group"]; }; }; @@ -18023,7 +18023,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["scim-enterprise-group"]; }; }; @@ -18056,7 +18056,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["scim-enterprise-group"]; }; }; @@ -18075,7 +18075,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -18112,7 +18112,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["scim-user-list-enterprise"]; }; }; @@ -18177,7 +18177,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["scim-enterprise-user"]; }; }; @@ -18196,7 +18196,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["scim-enterprise-user"]; }; }; @@ -18264,7 +18264,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["scim-enterprise-user"]; }; }; @@ -18312,7 +18312,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["scim-enterprise-user"]; }; }; @@ -18331,7 +18331,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -18382,13 +18382,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/scim+json": components["schemas"]["scim-user-list"]; }; - "304": never; - "400": unknown; - "403": unknown; - "404": unknown; + 304: never; + 400: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -18425,15 +18425,15 @@ export interface operations { /** * response */ - "201": { + 201: { "application/scim+json": components["schemas"]["scim-user"]; }; - "304": never; - "400": unknown; - "403": unknown; - "404": unknown; - "409": unknown; - "500": unknown; + 304: never; + 400: unknown; + 403: unknown; + 404: unknown; + 409: unknown; + 500: unknown; }; }; "scim/get-provisioning-information-for-user": { @@ -18447,12 +18447,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/scim+json": components["schemas"]["scim-user"]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -18494,12 +18494,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/scim+json": components["schemas"]["scim-user"]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -18553,17 +18553,17 @@ export interface operations { /** * response */ - "200": { + 200: { "application/scim+json": components["schemas"]["scim-user"]; }; - "304": never; - "400": unknown; - "403": unknown; - "404": unknown; + 304: never; + 400: unknown; + 403: unknown; + 404: unknown; /** * Too many requests */ - "429": { + 429: { "application/json": components["schemas"]["basic-error"]; }; }; @@ -18579,10 +18579,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -18625,17 +18625,17 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; incomplete_results?: boolean; items?: components["schemas"]["code-search-result-item"][]; }; }; - "304": never; - "403": unknown; - "422": unknown; - "503": unknown; + 304: never; + 403: unknown; + 422: unknown; + 503: unknown; }; }; /** @@ -18668,15 +18668,15 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; incomplete_results?: boolean; items?: components["schemas"]["commit-search-result-item"][]; }; }; - "304": never; - "415": unknown; + 304: never; + 415: unknown; }; }; /** @@ -18724,17 +18724,17 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; incomplete_results?: boolean; items?: components["schemas"]["issue-search-result-item"][]; }; }; - "304": never; - "403": unknown; - "422": unknown; - "503": unknown; + 304: never; + 403: unknown; + 422: unknown; + 503: unknown; }; }; /** @@ -18770,17 +18770,17 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; incomplete_results?: boolean; items?: components["schemas"]["label-search-result-item"][]; }; }; - "304": never; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -18818,16 +18818,16 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; incomplete_results?: boolean; items?: components["schemas"]["repo-search-result-item"][]; }; }; - "304": never; - "422": unknown; - "503": unknown; + 304: never; + 422: unknown; + 503: unknown; }; }; /** @@ -18854,15 +18854,15 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; incomplete_results?: boolean; items?: components["schemas"]["topic-search-result-item"][]; }; }; - "304": never; - "415": unknown; + 304: never; + 415: unknown; }; }; /** @@ -18896,16 +18896,16 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": { total_count?: number; incomplete_results?: boolean; items?: components["schemas"]["user-search-result-item"][]; }; }; - "304": never; - "422": unknown; - "503": unknown; + 304: never; + 422: unknown; + 503: unknown; }; }; /** @@ -18921,10 +18921,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-full"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -18976,12 +18976,12 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["team-full"]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -19001,9 +19001,9 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; - "422": unknown; + 204: never; + 404: unknown; + 422: unknown; }; }; /** @@ -19026,7 +19026,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion"][]; }; }; @@ -19064,7 +19064,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["team-discussion"]; }; }; @@ -19085,7 +19085,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion"]; }; }; @@ -19118,7 +19118,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion"]; }; }; @@ -19139,7 +19139,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -19163,7 +19163,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion-comment"][]; }; }; @@ -19194,7 +19194,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["team-discussion-comment"]; }; }; @@ -19216,7 +19216,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion-comment"]; }; }; @@ -19246,7 +19246,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-discussion-comment"]; }; }; @@ -19268,7 +19268,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -19304,7 +19304,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["reaction"][]; }; }; @@ -19342,7 +19342,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["reaction"]; }; }; @@ -19379,7 +19379,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["reaction"][]; }; }; @@ -19416,7 +19416,7 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["reaction"]; }; }; @@ -19440,7 +19440,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-invitation"][]; }; }; @@ -19471,10 +19471,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -19495,11 +19495,11 @@ export interface operations { /** * Response if user is a member */ - "204": never; + 204: never; /** * Response if user is not a member */ - "404": unknown; + 404: unknown; }; }; /** @@ -19526,16 +19526,16 @@ export interface operations { /** * Empty response */ - "204": never; - "403": unknown; + 204: never; + 403: unknown; /** * Response if team synchronization is set up */ - "404": unknown; + 404: unknown; /** * response */ - "422": { + 422: { "application/json": { message?: string; errors?: { code?: string; field?: string; resource?: string }[]; @@ -19566,11 +19566,11 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; /** * Response if team synchronization is setup */ - "404": unknown; + 404: unknown; }; }; /** @@ -19593,10 +19593,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-membership"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -19633,18 +19633,18 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-membership"]; }; /** * Response if team synchronization is set up */ - "403": unknown; - "404": unknown; + 403: unknown; + 404: unknown; /** * Response if you attempt to add an organization to a team */ - "422": { + 422: { "application/json": { message?: string; errors?: { code?: string; field?: string; resource?: string }[]; @@ -19673,11 +19673,11 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; /** * Response if team synchronization is set up */ - "403": unknown; + 403: unknown; }; }; /** @@ -19699,11 +19699,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-project"][]; }; - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -19722,14 +19722,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-project"]; }; /** * Response if project is not managed by this team */ - "404": unknown; - "415": unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -19760,16 +19760,16 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; /** * Response if the project is not owned by the organization */ - "403": { + 403: { "application/json": { message?: string; documentation_url?: string }; }; - "404": unknown; - "415": unknown; - "422": unknown; + 404: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -19788,10 +19788,10 @@ export interface operations { /** * Empty response */ - "204": never; - "404": unknown; - "415": unknown; - "422": unknown; + 204: never; + 404: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -19811,10 +19811,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -19836,17 +19836,17 @@ export interface operations { /** * Alternative response with extra repository information */ - "200": { + 200: { "application/vnd.github.v3.repository+json": components["schemas"]["team-repository"]; }; /** * Response if repository is managed by this team */ - "204": never; + 204: never; /** * Response if repository is not managed by this team */ - "404": unknown; + 404: unknown; }; }; /** @@ -19881,9 +19881,9 @@ export interface operations { /** * Empty response */ - "204": never; - "403": unknown; - "422": unknown; + 204: never; + 403: unknown; + 422: unknown; }; }; /** @@ -19903,7 +19903,7 @@ export interface operations { /** * Empty response */ - "204": never; + 204: never; }; }; /** @@ -19923,11 +19923,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["group-mapping"]; }; - "403": unknown; - "404": unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -19972,11 +19972,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["group-mapping"]; }; - "403": unknown; - "422": unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -19996,12 +19996,12 @@ export interface operations { /** * Response if child teams exist */ - "200": { + 200: { "application/json": components["schemas"]["team"][]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20015,14 +20015,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": | components["schemas"]["private-user"] | components["schemas"]["public-user"]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -20070,14 +20070,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["private-user"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20089,14 +20089,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "415": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 415: unknown; }; }; /** @@ -20114,14 +20114,14 @@ export interface operations { /** * If the user is blocked: */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; /** * If the user is not blocked: */ - "404": { + 404: { "application/json": components["schemas"]["basic-error"]; }; }; @@ -20136,12 +20136,12 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; "users/unblock": { @@ -20154,11 +20154,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20182,14 +20182,14 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["email"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20206,13 +20206,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["email"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20235,14 +20235,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["email"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20265,12 +20265,12 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20287,12 +20287,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -20309,12 +20309,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; "users/check-person-is-followed-by-authenticated": { @@ -20327,14 +20327,14 @@ export interface operations { /** * Response if the person is followed by the authenticated user */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; /** * Response if the person is not followed by the authenticated user */ - "404": { + 404: { "application/json": components["schemas"]["basic-error"]; }; }; @@ -20354,11 +20354,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20374,11 +20374,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20395,13 +20395,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gpg-key"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20421,14 +20421,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["gpg-key"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20444,13 +20444,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gpg-key"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20466,12 +20466,12 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20494,16 +20494,16 @@ export interface operations { /** * You can find the permissions for the installation under the `permissions` key. */ - "200": { + 200: { "application/json": { total_count?: number; installations?: components["schemas"]["installation"][]; }; }; - "304": never; - "401": unknown; - "403": unknown; - "415": unknown; + 304: never; + 401: unknown; + 403: unknown; + 415: unknown; }; }; /** @@ -20529,16 +20529,16 @@ export interface operations { /** * The access the user has to each repository is included in the hash under the `permissions` key. */ - "200": { + 200: { "application/json": { total_count?: number; repository_selection?: string; repositories?: components["schemas"]["repository"][]; }; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -20557,10 +20557,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -20579,10 +20579,10 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -20624,11 +20624,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["issue"][]; }; - "304": never; - "404": unknown; + 304: never; + 404: unknown; }; }; /** @@ -20645,13 +20645,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["key"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20675,14 +20675,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["key"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20698,13 +20698,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["key"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20720,11 +20720,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20741,12 +20741,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["user-marketplace-purchase"][]; }; - "304": never; - "401": unknown; - "404": unknown; + 304: never; + 401: unknown; + 404: unknown; }; }; /** @@ -20763,11 +20763,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["user-marketplace-purchase"][]; }; - "304": never; - "401": unknown; + 304: never; + 401: unknown; }; }; "orgs/list-memberships-for-authenticated-user": { @@ -20785,13 +20785,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["org-membership"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 422: unknown; }; }; "orgs/get-membership-for-authenticated-user": { @@ -20804,11 +20804,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["org-membership"]; }; - "403": unknown; - "404": unknown; + 403: unknown; + 404: unknown; }; }; "orgs/update-membership-for-authenticated-user": { @@ -20829,12 +20829,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["org-membership"]; }; - "403": unknown; - "404": unknown; - "422": unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -20851,12 +20851,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["migration"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -20885,13 +20885,13 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["migration"]; }; - "304": never; - "401": unknown; - "403": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 422: unknown; }; }; /** @@ -20917,13 +20917,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["migration"]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20959,10 +20959,10 @@ export interface operations { /** * response */ - "302": never; - "304": never; - "401": unknown; - "403": unknown; + 302: never; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -20978,11 +20978,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -20999,11 +20999,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -21023,10 +21023,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -21047,12 +21047,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-simple"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; "projects/create-for-authenticated-user": { @@ -21073,14 +21073,14 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["project"]; }; - "304": never; - "401": unknown; - "403": unknown; - "415": unknown; - "422": unknown; + 304: never; + 401: unknown; + 403: unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -21097,13 +21097,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["email"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -21149,17 +21149,17 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["repository"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; /** * Response definition missing */ - "418": unknown; - "422": unknown; + 418: unknown; + 422: unknown; }; }; /** @@ -21250,15 +21250,15 @@ export interface operations { /** * response */ - "201": { + 201: { "application/json": components["schemas"]["repository"]; }; - "304": never; - "400": unknown; - "401": unknown; - "403": unknown; - "404": unknown; - "422": unknown; + 304: never; + 400: unknown; + 401: unknown; + 403: unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -21275,13 +21275,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["repository-invitation"][]; }; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; "repos/accept-invitation": { @@ -21294,11 +21294,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; - "409": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; + 409: unknown; }; }; "repos/decline-invitation": { @@ -21311,11 +21311,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "403": unknown; - "404": unknown; - "409": unknown; + 204: never; + 304: never; + 403: unknown; + 404: unknown; + 409: unknown; }; }; /** @@ -21336,13 +21336,13 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["repository"][]; "application/vnd.github.v3.star+json": components["schemas"]["starred-repository"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; "activity/check-repo-is-starred-by-authenticated-user": { @@ -21356,14 +21356,14 @@ export interface operations { /** * Response if this repository is starred by you */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; /** * Response if this repository is not starred by you */ - "404": { + 404: { "application/json": components["schemas"]["basic-error"]; }; }; @@ -21382,11 +21382,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; "activity/unstar-repo-for-authenticated-user": { @@ -21400,11 +21400,11 @@ export interface operations { /** * Empty response */ - "204": never; - "304": never; - "401": unknown; - "403": unknown; - "404": unknown; + 204: never; + 304: never; + 401: unknown; + 403: unknown; + 404: unknown; }; }; /** @@ -21421,12 +21421,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; - "304": never; - "401": unknown; - "403": unknown; + 304: never; + 401: unknown; + 403: unknown; }; }; /** @@ -21443,12 +21443,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["team-full"][]; }; - "304": never; - "403": unknown; - "404": unknown; + 304: never; + 403: unknown; + 404: unknown; }; }; /** @@ -21467,10 +21467,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; - "304": never; + 304: never; }; }; /** @@ -21492,12 +21492,12 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": | components["schemas"]["private-user"] | components["schemas"]["public-user"]; }; - "404": unknown; + 404: unknown; }; }; /** @@ -21517,7 +21517,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; }; @@ -21540,7 +21540,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; }; @@ -21559,7 +21559,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; }; @@ -21581,7 +21581,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; }; @@ -21603,7 +21603,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["simple-user"][]; }; }; @@ -21619,11 +21619,11 @@ export interface operations { /** * Response if the user follows the target user */ - "204": never; + 204: never; /** * Response if the user does not follow the target user */ - "404": unknown; + 404: unknown; }; }; /** @@ -21644,10 +21644,10 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["base-gist"][]; }; - "422": unknown; + 422: unknown; }; }; /** @@ -21667,7 +21667,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["gpg-key"][]; }; }; @@ -21702,11 +21702,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["hovercard"]; }; - "404": unknown; - "422": unknown; + 404: unknown; + 422: unknown; }; }; /** @@ -21724,7 +21724,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["installation"]; }; }; @@ -21746,7 +21746,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["key-simple"][]; }; }; @@ -21770,7 +21770,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["organization-simple"][]; }; }; @@ -21793,11 +21793,11 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["project"][]; }; - "415": unknown; - "422": unknown; + 415: unknown; + 422: unknown; }; }; /** @@ -21817,7 +21817,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; }; @@ -21836,7 +21836,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["event"][]; }; }; @@ -21870,7 +21870,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; }; @@ -21892,7 +21892,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["actions-billing-usage"]; }; }; @@ -21914,7 +21914,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["packages-billing-usage"]; }; }; @@ -21936,7 +21936,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["combined-billing-usage"]; }; }; @@ -21962,7 +21962,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["repository"][]; "application/vnd.github.v3.star+json": components["schemas"]["starred-repository"][]; }; @@ -21985,7 +21985,7 @@ export interface operations { /** * response */ - "200": { + 200: { "application/json": components["schemas"]["minimal-repository"][]; }; }; @@ -21998,7 +21998,7 @@ export interface operations { /** * response */ - "200": { + 200: { "text/plain": string; }; }; diff --git a/tests/v3/expected/manifold.ts b/tests/v3/expected/manifold.ts index 6c853818d..db20a8dd6 100644 --- a/tests/v3/expected/manifold.ts +++ b/tests/v3/expected/manifold.ts @@ -23,13 +23,13 @@ export interface paths { /** * A list of regions. */ - "200": { + 200: { "application/json": components["schemas"]["Region"][]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -42,25 +42,25 @@ export interface paths { /** * Complete region object */ - "201": { + 201: { "application/json": components["schemas"]["Region"]; }; /** * Invalid request provided */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Region already exists for that platform and location */ - "409": { + 409: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -80,25 +80,25 @@ export interface paths { /** * A region. */ - "200": { + 200: { "application/json": components["schemas"]["Region"]; }; /** * Provided Region ID is Invalid */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Region could not be found */ - "404": { + 404: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -119,19 +119,19 @@ export interface paths { /** * Complete region object */ - "200": { + 200: { "application/json": components["schemas"]["Region"]; }; /** * Invalid request provided */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -151,13 +151,13 @@ export interface paths { /** * A list of providers. */ - "200": { + 200: { "application/json": components["schemas"]["Provider"][]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -170,31 +170,31 @@ export interface paths { /** * Complete provider object */ - "201": { + 201: { "application/json": components["schemas"]["Provider"]; }; /** * Invalid request provided */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Forbidden */ - "403": { + 403: { "application/json": components["schemas"]["Error"]; }; /** * Provider already exists with that label */ - "409": { + 409: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -214,19 +214,19 @@ export interface paths { /** * A provider. */ - "200": { + 200: { "application/json": components["schemas"]["Provider"]; }; /** * Unknown provider error */ - "404": { + 404: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -247,37 +247,37 @@ export interface paths { /** * Complete provider object */ - "200": { + 200: { "application/json": components["schemas"]["Provider"]; }; /** * Invalid request provided */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Forbidden */ - "403": { + 403: { "application/json": components["schemas"]["Error"]; }; /** * Provider not found */ - "404": { + 404: { "application/json": components["schemas"]["Error"]; }; /** * Provider already exists with that label */ - "409": { + 409: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -306,19 +306,19 @@ export interface paths { /** * A product. */ - "200": { + 200: { "application/json": components["schemas"]["Product"][]; }; /** * Invalid provider_id supplied */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -331,31 +331,31 @@ export interface paths { /** * Complete product object */ - "201": { + 201: { "application/json": components["schemas"]["Product"]; }; /** * Invalid request provided */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Forbidden */ - "403": { + 403: { "application/json": components["schemas"]["Error"]; }; /** * Product already exists with that label */ - "409": { + 409: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -388,19 +388,19 @@ export interface paths { /** * A product. */ - "200": { + 200: { "application/json": components["schemas"]["ExpandedProduct"][]; }; /** * Invalid provider_id supplied */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -421,25 +421,25 @@ export interface paths { /** * A product. */ - "200": { + 200: { "application/json": components["schemas"]["Product"]; }; /** * Invalid Product ID */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Product not found error */ - "404": { + 404: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -461,25 +461,25 @@ export interface paths { /** * Complete product object */ - "200": { + 200: { "application/json": components["schemas"]["Product"]; }; /** * Invalid Product ID */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Product not found error */ - "404": { + 404: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -500,19 +500,19 @@ export interface paths { /** * A plan. */ - "200": { + 200: { "application/json": components["schemas"]["ExpandedPlan"]; }; /** * Invalid Plan ID Provided */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Unknown plan error */ - "404": { + 404: { "application/json": components["schemas"]["Error"]; }; /** @@ -540,25 +540,25 @@ export interface paths { /** * Complete product plan */ - "200": { + 200: { "application/json": components["schemas"]["Plan"]; }; /** * Invalid Plan ID */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Plan not found error */ - "404": { + 404: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -582,25 +582,25 @@ export interface paths { /** * A list of plans for the given product. */ - "200": { + 200: { "application/json": components["schemas"]["ExpandedPlan"][]; }; /** * Invalid Parameters Provided */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Could not find product */ - "404": { + 404: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; @@ -613,31 +613,31 @@ export interface paths { /** * Complete plan object */ - "201": { + 201: { "application/json": components["schemas"]["Plan"]; }; /** * Invalid request provided */ - "400": { + 400: { "application/json": components["schemas"]["Error"]; }; /** * Forbidden */ - "403": { + 403: { "application/json": components["schemas"]["Error"]; }; /** * Plan already exists with that label */ - "409": { + 409: { "application/json": components["schemas"]["Error"]; }; /** * Unexpected Error */ - "500": { + 500: { "application/json": components["schemas"]["Error"]; }; }; diff --git a/tests/v3/expected/petstore.ts b/tests/v3/expected/petstore.ts index 242087744..e87ef7ce2 100644 --- a/tests/v3/expected/petstore.ts +++ b/tests/v3/expected/petstore.ts @@ -64,15 +64,15 @@ export interface operations { /** * Invalid ID supplied */ - "400": unknown; + 400: unknown; /** * Pet not found */ - "404": unknown; + 404: unknown; /** * Validation exception */ - "405": unknown; + 405: unknown; }; }; addPet: { @@ -84,7 +84,7 @@ export interface operations { /** * Invalid input */ - "405": unknown; + 405: unknown; }; }; /** @@ -103,14 +103,14 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/xml": components["schemas"]["Pet"][]; "application/json": components["schemas"]["Pet"][]; }; /** * Invalid status value */ - "400": unknown; + 400: unknown; }; }; /** @@ -129,14 +129,14 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/xml": components["schemas"]["Pet"][]; "application/json": components["schemas"]["Pet"][]; }; /** * Invalid tag value */ - "400": unknown; + 400: unknown; }; }; /** @@ -155,18 +155,18 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/xml": components["schemas"]["Pet"]; "application/json": components["schemas"]["Pet"]; }; /** * Invalid ID supplied */ - "400": unknown; + 400: unknown; /** * Pet not found */ - "404": unknown; + 404: unknown; }; }; updatePetWithForm: { @@ -194,7 +194,7 @@ export interface operations { /** * Invalid input */ - "405": unknown; + 405: unknown; }; }; deletePet: { @@ -213,11 +213,11 @@ export interface operations { /** * Invalid ID supplied */ - "400": unknown; + 400: unknown; /** * Pet not found */ - "404": unknown; + 404: unknown; }; }; uploadFile: { @@ -245,7 +245,7 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/json": components["schemas"]["ApiResponse"]; }; }; @@ -258,7 +258,7 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/json": { [key: string]: number }; }; }; @@ -271,14 +271,14 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/xml": components["schemas"]["Order"]; "application/json": components["schemas"]["Order"]; }; /** * Invalid Order */ - "400": unknown; + 400: unknown; }; }; /** @@ -297,18 +297,18 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/xml": components["schemas"]["Order"]; "application/json": components["schemas"]["Order"]; }; /** * Invalid ID supplied */ - "400": unknown; + 400: unknown; /** * Order not found */ - "404": unknown; + 404: unknown; }; }; /** @@ -327,11 +327,11 @@ export interface operations { /** * Invalid ID supplied */ - "400": unknown; + 400: unknown; /** * Order not found */ - "404": unknown; + 404: unknown; }; }; /** @@ -387,14 +387,14 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/xml": string; "application/json": string; }; /** * Invalid username/password supplied */ - "400": unknown; + 400: unknown; }; }; logoutUser: { @@ -418,18 +418,18 @@ export interface operations { /** * successful operation */ - "200": { + 200: { "application/xml": components["schemas"]["User"]; "application/json": components["schemas"]["User"]; }; /** * Invalid username supplied */ - "400": unknown; + 400: unknown; /** * User not found */ - "404": unknown; + 404: unknown; }; }; /** @@ -451,11 +451,11 @@ export interface operations { /** * Invalid user supplied */ - "400": unknown; + 400: unknown; /** * User not found */ - "404": unknown; + 404: unknown; }; }; /** @@ -474,11 +474,11 @@ export interface operations { /** * Invalid username supplied */ - "400": unknown; + 400: unknown; /** * User not found */ - "404": unknown; + 404: unknown; }; }; } diff --git a/tests/v3/expected/stripe.ts b/tests/v3/expected/stripe.ts index c17e96fac..f22002bbf 100644 --- a/tests/v3/expected/stripe.ts +++ b/tests/v3/expected/stripe.ts @@ -813,7 +813,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["three_d_secure"]; }; /** @@ -846,7 +846,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["three_d_secure"]; }; /** @@ -872,7 +872,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_account"]; }; /** @@ -902,7 +902,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -1146,7 +1146,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -1198,7 +1198,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1225,7 +1225,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_external_account"]; }; /** @@ -1258,7 +1258,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1343,7 +1343,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1373,7 +1373,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["capability"][]; /** @@ -1420,7 +1420,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["capability"]; }; /** @@ -1456,7 +1456,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["capability"]; }; /** @@ -1498,7 +1498,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * The list contains all external accounts that have been attached to the Stripe account. These may be bank accounts or cards. @@ -1568,7 +1568,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1595,7 +1595,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_external_account"]; }; /** @@ -1628,7 +1628,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1713,7 +1713,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -1747,7 +1747,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["login_link"]; }; /** @@ -1777,7 +1777,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["light_account_logout"]; }; /** @@ -1828,7 +1828,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["person"][]; /** @@ -1984,7 +1984,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2011,7 +2011,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_person"]; }; /** @@ -2044,7 +2044,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2191,7 +2191,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2242,7 +2242,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["person"][]; /** @@ -2398,7 +2398,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2425,7 +2425,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_person"]; }; /** @@ -2458,7 +2458,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2605,7 +2605,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -2652,7 +2652,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account_link"]; }; /** @@ -2701,7 +2701,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["account"][]; /** @@ -2969,7 +2969,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -3000,7 +3000,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_account"]; }; /** @@ -3033,7 +3033,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -3282,7 +3282,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -3339,7 +3339,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3367,7 +3367,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_external_account"]; }; /** @@ -3401,7 +3401,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3487,7 +3487,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3520,7 +3520,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["capability"][]; /** @@ -3568,7 +3568,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["capability"]; }; /** @@ -3605,7 +3605,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["capability"]; }; /** @@ -3650,7 +3650,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * The list contains all external accounts that have been attached to the Stripe account. These may be bank accounts or cards. @@ -3725,7 +3725,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3753,7 +3753,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_external_account"]; }; /** @@ -3787,7 +3787,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3873,7 +3873,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["external_account"]; }; /** @@ -3911,7 +3911,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["login_link"]; }; /** @@ -3945,7 +3945,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["light_account_logout"]; }; /** @@ -3999,7 +3999,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["person"][]; /** @@ -4159,7 +4159,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4187,7 +4187,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_person"]; }; /** @@ -4221,7 +4221,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4368,7 +4368,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4422,7 +4422,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["person"][]; /** @@ -4582,7 +4582,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4610,7 +4610,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_person"]; }; /** @@ -4644,7 +4644,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4791,7 +4791,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["person"]; }; /** @@ -4829,7 +4829,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["account"]; }; /** @@ -4872,7 +4872,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["apple_pay_domain"][]; /** @@ -4914,7 +4914,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["apple_pay_domain"]; }; /** @@ -4941,7 +4941,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_apple_pay_domain"]; }; /** @@ -4974,7 +4974,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["apple_pay_domain"]; }; /** @@ -5027,7 +5027,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["application_fee"][]; /** @@ -5075,7 +5075,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["fee_refund"]; }; /** @@ -5114,7 +5114,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["fee_refund"]; }; /** @@ -5147,7 +5147,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["application_fee"]; }; /** @@ -5178,7 +5178,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["application_fee"]; }; /** @@ -5223,7 +5223,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -5288,7 +5288,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["fee_refund"]; }; /** @@ -5319,7 +5319,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["balance"]; }; /** @@ -5393,7 +5393,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["balance_transaction"][]; /** @@ -5442,7 +5442,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["balance_transaction"]; }; /** @@ -5516,7 +5516,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["balance_transaction"][]; /** @@ -5565,7 +5565,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["balance_transaction"]; }; /** @@ -5600,7 +5600,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["billing_portal.session"]; }; /** @@ -5654,7 +5654,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["bitcoin_receiver"][]; /** @@ -5701,7 +5701,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["bitcoin_receiver"]; }; /** @@ -5750,7 +5750,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -5814,7 +5814,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -5892,7 +5892,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["charge"][]; /** @@ -6028,7 +6028,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6061,7 +6061,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6134,7 +6134,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6200,7 +6200,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6233,7 +6233,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -6302,7 +6302,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -6331,7 +6331,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -6382,7 +6382,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["charge"]; }; /** @@ -6427,7 +6427,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -6485,7 +6485,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -6519,7 +6519,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -6553,7 +6553,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -6603,7 +6603,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["checkout.session"][]; /** @@ -7031,7 +7031,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["checkout.session"]; }; /** @@ -7064,7 +7064,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["checkout.session"]; }; /** @@ -7106,7 +7106,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["country_spec"][]; /** @@ -7153,7 +7153,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["country_spec"]; }; /** @@ -7205,7 +7205,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["coupon"][]; /** @@ -7288,7 +7288,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["coupon"]; }; /** @@ -7315,7 +7315,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_coupon"]; }; /** @@ -7348,7 +7348,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["coupon"]; }; /** @@ -7388,7 +7388,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["coupon"]; }; /** @@ -7438,7 +7438,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["credit_note"][]; /** @@ -7545,7 +7545,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7628,7 +7628,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7723,7 +7723,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -7785,7 +7785,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -7835,7 +7835,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7875,7 +7875,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7907,7 +7907,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["credit_note"]; }; /** @@ -7960,7 +7960,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["customer"][]; /** @@ -8111,7 +8111,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer"]; }; /** @@ -8138,7 +8138,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_customer"]; }; /** @@ -8171,7 +8171,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -8341,7 +8341,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer"]; }; /** @@ -8386,7 +8386,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -8451,7 +8451,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer_balance_transaction"]; }; /** @@ -8485,7 +8485,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer_balance_transaction"]; }; /** @@ -8526,7 +8526,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["customer_balance_transaction"]; }; /** @@ -8571,7 +8571,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -8668,7 +8668,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_source"]; }; /** @@ -8701,7 +8701,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -8736,7 +8736,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["bank_account"]; }; /** @@ -8830,7 +8830,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial & Partial; @@ -8869,7 +8869,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["bank_account"]; }; /** @@ -8916,7 +8916,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["card"][]; /** @@ -9010,7 +9010,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_source"]; }; /** @@ -9043,7 +9043,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -9078,7 +9078,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["card"]; }; /** @@ -9172,7 +9172,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial & Partial; @@ -9201,7 +9201,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_discount"]; }; /** @@ -9231,7 +9231,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["discount"]; }; /** @@ -9280,7 +9280,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -9381,7 +9381,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_source"]; }; /** @@ -9414,7 +9414,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -9449,7 +9449,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_source"]; }; /** @@ -9543,7 +9543,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial & Partial; @@ -9582,7 +9582,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["bank_account"]; }; /** @@ -9627,7 +9627,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -9791,7 +9791,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -9836,7 +9836,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -9870,7 +9870,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -10027,7 +10027,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -10055,7 +10055,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_discount"]; }; /** @@ -10086,7 +10086,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["discount"]; }; /** @@ -10131,7 +10131,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -10211,7 +10211,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_id"]; }; /** @@ -10239,7 +10239,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_tax_id"]; }; /** @@ -10273,7 +10273,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_id"]; }; /** @@ -10330,7 +10330,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["dispute"][]; /** @@ -10377,7 +10377,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -10451,7 +10451,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -10485,7 +10485,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["dispute"]; }; /** @@ -10520,7 +10520,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["ephemeral_key"]; }; /** @@ -10552,7 +10552,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["ephemeral_key"]; }; /** @@ -10613,7 +10613,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["event"][]; /** @@ -10660,7 +10660,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["event"]; }; /** @@ -10702,7 +10702,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["exchange_rate"][]; /** @@ -10749,7 +10749,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["exchange_rate"]; }; /** @@ -10806,7 +10806,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["file_link"][]; /** @@ -10859,7 +10859,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file_link"]; }; /** @@ -10892,7 +10892,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file_link"]; }; /** @@ -10932,7 +10932,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file_link"]; }; /** @@ -10995,7 +10995,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["file"][]; /** @@ -11062,7 +11062,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file"]; }; /** @@ -11095,7 +11095,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["file"]; }; /** @@ -11156,7 +11156,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["invoiceitem"][]; /** @@ -11249,7 +11249,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoiceitem"]; }; /** @@ -11276,7 +11276,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_invoiceitem"]; }; /** @@ -11309,7 +11309,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoiceitem"]; }; /** @@ -11377,7 +11377,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoiceitem"]; }; /** @@ -11449,7 +11449,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["invoice"][]; /** @@ -11555,7 +11555,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -11690,7 +11690,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -11833,7 +11833,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -11877,7 +11877,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_invoice"]; }; /** @@ -11910,7 +11910,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12004,7 +12004,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12040,7 +12040,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12085,7 +12085,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -12134,7 +12134,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12188,7 +12188,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12222,7 +12222,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12254,7 +12254,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["invoice"]; }; /** @@ -12300,7 +12300,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuer_fraud_record"][]; /** @@ -12349,7 +12349,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuer_fraud_record"]; }; /** @@ -12413,7 +12413,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.authorization"][]; /** @@ -12460,7 +12460,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.authorization"]; }; /** @@ -12496,7 +12496,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.authorization"]; }; /** @@ -12536,7 +12536,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.authorization"]; }; /** @@ -12572,7 +12572,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.authorization"]; }; /** @@ -12640,7 +12640,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.cardholder"][]; /** @@ -13617,7 +13617,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.cardholder"]; }; /** @@ -13650,7 +13650,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.cardholder"]; }; /** @@ -14610,7 +14610,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.cardholder"]; }; /** @@ -14686,7 +14686,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.card"][]; /** @@ -15656,7 +15656,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.card"]; }; /** @@ -15689,7 +15689,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.card"]; }; /** @@ -16618,7 +16618,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.card"]; }; /** @@ -16660,7 +16660,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.dispute"][]; /** @@ -16705,7 +16705,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.dispute"]; }; /** @@ -16738,7 +16738,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.dispute"]; }; /** @@ -16774,7 +16774,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.dispute"]; }; /** @@ -16826,7 +16826,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.settlement"][]; /** @@ -16873,7 +16873,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.settlement"]; }; /** @@ -16909,7 +16909,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.settlement"]; }; /** @@ -16969,7 +16969,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["issuing.transaction"][]; /** @@ -17016,7 +17016,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.transaction"]; }; /** @@ -17052,7 +17052,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["issuing.transaction"]; }; /** @@ -17085,7 +17085,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["mandate"]; }; /** @@ -17141,7 +17141,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["order_return"][]; /** @@ -17188,7 +17188,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order_return"]; }; /** @@ -17289,7 +17289,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["order"][]; /** @@ -17376,7 +17376,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order"]; }; /** @@ -17409,7 +17409,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order"]; }; /** @@ -17461,7 +17461,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order"]; }; /** @@ -17513,7 +17513,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order"]; }; /** @@ -17558,7 +17558,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["order_return"]; }; /** @@ -17614,7 +17614,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["payment_intent"][]; /** @@ -17812,7 +17812,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -17853,7 +17853,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -17993,7 +17993,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -18035,7 +18035,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -18094,7 +18094,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -18251,7 +18251,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_intent"]; }; /** @@ -18307,7 +18307,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["payment_method"][]; /** @@ -18442,7 +18442,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18475,7 +18475,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18535,7 +18535,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18581,7 +18581,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18613,7 +18613,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payment_method"]; }; /** @@ -18677,7 +18677,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["payout"][]; /** @@ -18754,7 +18754,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payout"]; }; /** @@ -18787,7 +18787,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payout"]; }; /** @@ -18823,7 +18823,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payout"]; }; /** @@ -18855,7 +18855,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["payout"]; }; /** @@ -18915,7 +18915,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["plan"][]; /** @@ -19035,7 +19035,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["plan"]; }; /** @@ -19062,7 +19062,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_plan"]; }; /** @@ -19095,7 +19095,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["plan"]; }; /** @@ -19147,7 +19147,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["plan"]; }; /** @@ -19219,7 +19219,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["product"][]; /** @@ -19328,7 +19328,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["product"]; }; /** @@ -19355,7 +19355,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_product"]; }; /** @@ -19388,7 +19388,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["product"]; }; /** @@ -19481,7 +19481,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["product"]; }; /** @@ -19527,7 +19527,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["radar.early_fraud_warning"][]; /** @@ -19576,7 +19576,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.early_fraud_warning"]; }; /** @@ -19633,7 +19633,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["radar.value_list_item"][]; /** @@ -19682,7 +19682,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list_item"]; }; /** @@ -19709,7 +19709,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_radar.value_list_item"]; }; /** @@ -19742,7 +19742,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list_item"]; }; /** @@ -19799,7 +19799,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["radar.value_list"][]; /** @@ -19863,7 +19863,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list"]; }; /** @@ -19890,7 +19890,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_radar.value_list"]; }; /** @@ -19923,7 +19923,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list"]; }; /** @@ -19967,7 +19967,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["radar.value_list"]; }; /** @@ -20021,7 +20021,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["recipient"][]; /** @@ -20095,7 +20095,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["recipient"]; }; /** @@ -20122,7 +20122,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_recipient"]; }; /** @@ -20155,7 +20155,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -20224,7 +20224,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["recipient"]; }; /** @@ -20281,7 +20281,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["refund"][]; /** @@ -20332,7 +20332,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -20365,7 +20365,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -20403,7 +20403,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["refund"]; }; /** @@ -20452,7 +20452,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["reporting.report_run"][]; /** @@ -21135,7 +21135,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["reporting.report_run"]; }; /** @@ -21168,7 +21168,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["reporting.report_run"]; }; /** @@ -21198,7 +21198,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["reporting.report_type"][]; /** @@ -21245,7 +21245,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["reporting.report_type"]; }; /** @@ -21294,7 +21294,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["review"][]; /** @@ -21341,7 +21341,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["review"]; }; /** @@ -21373,7 +21373,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["review"]; }; /** @@ -21433,7 +21433,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["setup_intent"][]; /** @@ -21536,7 +21536,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21577,7 +21577,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21637,7 +21637,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21678,7 +21678,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21759,7 +21759,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["setup_intent"]; }; /** @@ -21801,7 +21801,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["scheduled_query_run"][]; /** @@ -21848,7 +21848,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["scheduled_query_run"]; }; /** @@ -21910,7 +21910,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["sku"][]; /** @@ -22000,7 +22000,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["sku"]; }; /** @@ -22027,7 +22027,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_sku"]; }; /** @@ -22060,7 +22060,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": Partial & Partial; }; @@ -22141,7 +22141,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["sku"]; }; /** @@ -22276,7 +22276,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source"]; }; /** @@ -22313,7 +22313,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source"]; }; /** @@ -22421,7 +22421,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source"]; }; /** @@ -22455,7 +22455,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source_mandate_notification"]; }; /** @@ -22500,7 +22500,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["source_transaction"][]; /** @@ -22548,7 +22548,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source_transaction"]; }; /** @@ -22584,7 +22584,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["source"]; }; /** @@ -22630,7 +22630,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["subscription_item"][]; /** @@ -22722,7 +22722,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_item"]; }; /** @@ -22770,7 +22770,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_subscription_item"]; }; /** @@ -22803,7 +22803,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_item"]; }; /** @@ -22886,7 +22886,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_item"]; }; /** @@ -22933,7 +22933,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["usage_record_summary"][]; /** @@ -22997,7 +22997,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["usage_record"]; }; /** @@ -23087,7 +23087,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["subscription_schedule"][]; /** @@ -23189,7 +23189,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23222,7 +23222,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23312,7 +23312,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23352,7 +23352,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23388,7 +23388,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription_schedule"]; }; /** @@ -23476,7 +23476,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["subscription"][]; /** @@ -23636,7 +23636,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -23680,7 +23680,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -23713,7 +23713,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -23869,7 +23869,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["subscription"]; }; /** @@ -23896,7 +23896,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_discount"]; }; /** @@ -23956,7 +23956,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["tax_rate"][]; /** @@ -24025,7 +24025,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_rate"]; }; /** @@ -24058,7 +24058,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_rate"]; }; /** @@ -24110,7 +24110,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["tax_rate"]; }; /** @@ -24141,7 +24141,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.connection_token"]; }; /** @@ -24183,7 +24183,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["terminal.location"][]; /** @@ -24243,7 +24243,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.location"]; }; /** @@ -24270,7 +24270,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_terminal.location"]; }; /** @@ -24303,7 +24303,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.location"]; }; /** @@ -24354,7 +24354,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.location"]; }; /** @@ -24408,7 +24408,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * A list of readers @@ -24468,7 +24468,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.reader"]; }; /** @@ -24495,7 +24495,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_terminal.reader"]; }; /** @@ -24528,7 +24528,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.reader"]; }; /** @@ -24568,7 +24568,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["terminal.reader"]; }; /** @@ -24802,7 +24802,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["token"]; }; /** @@ -24835,7 +24835,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["token"]; }; /** @@ -24901,7 +24901,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["topup"][]; /** @@ -24970,7 +24970,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["topup"]; }; /** @@ -25003,7 +25003,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["topup"]; }; /** @@ -25043,7 +25043,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["topup"]; }; /** @@ -25075,7 +25075,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["topup"]; }; /** @@ -25132,7 +25132,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -25208,7 +25208,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer"]; }; /** @@ -25253,7 +25253,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { /** * Details about each object. @@ -25322,7 +25322,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer_reversal"]; }; /** @@ -25355,7 +25355,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer"]; }; /** @@ -25397,7 +25397,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer"]; }; /** @@ -25431,7 +25431,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer_reversal"]; }; /** @@ -25470,7 +25470,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["transfer_reversal"]; }; /** @@ -25512,7 +25512,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": { data: components["schemas"]["webhook_endpoint"][]; /** @@ -25822,7 +25822,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["webhook_endpoint"]; }; /** @@ -25849,7 +25849,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["deleted_webhook_endpoint"]; }; /** @@ -25882,7 +25882,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["webhook_endpoint"]; }; /** @@ -26084,7 +26084,7 @@ export interface operations { /** * Successful response. */ - "200": { + 200: { "application/json": components["schemas"]["webhook_endpoint"]; }; /** diff --git a/tests/v3/index.test.ts b/tests/v3/index.test.ts index 745cd8068..bf607f929 100644 --- a/tests/v3/index.test.ts +++ b/tests/v3/index.test.ts @@ -530,7 +530,7 @@ describe("OpenAPI3 features", () => { "/": { get: { responses: { - "200": { + 200: { content: { "application/json": { schema: { @@ -563,7 +563,7 @@ describe("OpenAPI3 features", () => { }, ], responses: { - "200": { + 200: { content: { "application/json": { schema: { @@ -580,7 +580,7 @@ describe("OpenAPI3 features", () => { }, }, }, - "404": { + 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorResponse" }, @@ -628,7 +628,7 @@ describe("OpenAPI3 features", () => { '/': { get: { responses: { - '200': { + 200: { 'application/json': { title: string; body: string } } } @@ -643,13 +643,13 @@ describe("OpenAPI3 features", () => { } }; responses: { - '200': { + 200: { 'application/json': { results?: components['schemas']['SearchResult'][]; total: number; } } - '404': { + 404: { 'application/json': components['schemas']['ErrorResponse'] } } @@ -678,7 +678,7 @@ describe("OpenAPI3 features", () => { "/no-content": { get: { responses: { - "204": { + 204: { description: "Empty response", }, }, @@ -687,7 +687,7 @@ describe("OpenAPI3 features", () => { "/not-modified": { get: { responses: { - "304": { + 304: { description: "Empty response", }, }, @@ -696,7 +696,7 @@ describe("OpenAPI3 features", () => { "/not-found": { get: { responses: { - "404": { + 404: { description: "Empty response", }, }, @@ -714,7 +714,7 @@ describe("OpenAPI3 features", () => { /** * Empty response */ - "204": never; + 204: never; }; }; }; @@ -724,7 +724,7 @@ describe("OpenAPI3 features", () => { /** * Empty response */ - "304": never; + 304: never; }; }; }; @@ -734,7 +734,7 @@ describe("OpenAPI3 features", () => { /** * Empty response */ - "404": unknown; + 404: unknown; }; }; }; @@ -767,7 +767,7 @@ describe("OpenAPI3 features", () => { }, }, responses: { - "201": { + 201: { content: { "application/json": { schema: { @@ -796,7 +796,7 @@ describe("OpenAPI3 features", () => { 'application/json': { title: string } } responses: { - "201": { + 201: { 'application/json': { id: string; title: string} }; }; diff --git a/tests/v3/specs/github.yaml b/tests/v3/specs/github.yaml index d662fd351..398a9ed43 100644 --- a/tests/v3/specs/github.yaml +++ b/tests/v3/specs/github.yaml @@ -82,7 +82,7 @@ paths: - meta operationId: meta/root responses: - '200': + 200: description: response content: application/json: @@ -241,7 +241,7 @@ paths: url: https://docs.github.com/v3/apps/#get-the-authenticated-app parameters: [] responses: - '200': + 200: description: response content: application/json: @@ -255,7 +255,7 @@ paths: enabledForGitHubApps: true previews: [] category: apps - subcategory: + subcategory: "/app-manifests/{code}/conversions": post: summary: Create a GitHub App from a manifest @@ -276,7 +276,7 @@ paths: schema: type: string responses: - '201': + 201: description: response content: application/json: @@ -302,16 +302,16 @@ paths: examples: default: "$ref": "#/components/examples/integration-from-manifest" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: apps - subcategory: + subcategory: "/app/hook/config": get: summary: Get a webhook configuration for an app @@ -326,7 +326,7 @@ paths: description: API method documentation url: https://docs.github.com/v3/apps#get-a-webhook-configuration-for-an-app responses: - '200': + 200: description: Default response content: application/json: @@ -373,7 +373,7 @@ paths: secret: "********" url: https://example.com/webhook responses: - '200': + 200: description: Default response content: application/json: @@ -411,7 +411,7 @@ paths: schema: type: string responses: - '200': + 200: description: The permissions the installation has are included under the `permissions` key. content: @@ -431,7 +431,7 @@ paths: enabledForGitHubApps: true previews: [] category: apps - subcategory: + subcategory: "/app/installations/{installation_id}": get: summary: Get an installation for the authenticated app @@ -448,7 +448,7 @@ paths: parameters: - "$ref": "#/components/parameters/installation_id" responses: - '200': + 200: description: response content: application/json: @@ -457,16 +457,16 @@ paths: examples: default: "$ref": "#/components/examples/base-installation" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: apps - subcategory: + subcategory: delete: summary: Delete an installation for the authenticated app description: |- @@ -482,16 +482,16 @@ paths: parameters: - "$ref": "#/components/parameters/installation_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: apps - subcategory: + subcategory: "/app/installations/{installation_id}/access_tokens": post: summary: Create an installation access token for an app @@ -548,7 +548,7 @@ paths: deployments: write single_file: read responses: - '201': + 201: description: response content: application/json: @@ -557,22 +557,22 @@ paths: examples: default: "$ref": "#/components/examples/installation-token" - '403': + 403: "$ref": "#/components/responses/forbidden" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: apps - subcategory: + subcategory: "/app/installations/{installation_id}/suspended": put: summary: Suspend an app installation @@ -593,16 +593,16 @@ paths: parameters: - "$ref": "#/components/parameters/installation_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: apps - subcategory: + subcategory: delete: summary: Unsuspend an app installation description: |- @@ -622,16 +622,16 @@ paths: parameters: - "$ref": "#/components/parameters/installation_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: apps - subcategory: + subcategory: "/applications/grants": get: summary: List your grants @@ -649,7 +649,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -663,13 +663,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -678,7 +678,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true "/applications/grants/{grant_id}": get: @@ -699,7 +699,7 @@ paths: parameters: - "$ref": "#/components/parameters/grant_id" responses: - '200': + 200: description: response content: application/json: @@ -708,11 +708,11 @@ paths: examples: default: "$ref": "#/components/examples/application-grant" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -721,7 +721,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true delete: summary: Delete a grant @@ -738,13 +738,13 @@ paths: parameters: - "$ref": "#/components/parameters/grant_id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -753,7 +753,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true "/applications/{client_id}/grant": delete: @@ -782,9 +782,9 @@ paths: example: access_token: e72e16c7e42f292c6912e7710c838347ae178b4a responses: - '204': + 204: description: Empty response - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -811,7 +811,7 @@ paths: - "$ref": "#/components/parameters/client-id" - "$ref": "#/components/parameters/access-token" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -852,7 +852,7 @@ paths: - access_token type: object responses: - '200': + 200: description: response content: application/json: @@ -861,9 +861,9 @@ paths: examples: default: "$ref": "#/components/examples/authorization-with-user" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -900,7 +900,7 @@ paths: - access_token type: object responses: - '200': + 200: description: response content: application/json: @@ -909,7 +909,7 @@ paths: examples: default: "$ref": "#/components/examples/authorization-with-user" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -944,9 +944,9 @@ paths: example: access_token: e72e16c7e42f292c6912e7710c838347ae178b4a responses: - '204': + 204: description: Empty response - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -971,7 +971,7 @@ paths: - "$ref": "#/components/parameters/client-id" - "$ref": "#/components/parameters/access-token" responses: - '200': + 200: description: response content: application/json: @@ -982,7 +982,7 @@ paths: examples: default: "$ref": "#/components/examples/authorization-with-user" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -1009,7 +1009,7 @@ paths: - "$ref": "#/components/parameters/client-id" - "$ref": "#/components/parameters/access-token" responses: - '200': + 200: description: response content: application/json: @@ -1043,7 +1043,7 @@ paths: - "$ref": "#/components/parameters/client-id" - "$ref": "#/components/parameters/access-token" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -1070,7 +1070,7 @@ paths: parameters: - "$ref": "#/components/parameters/app_slug" responses: - '200': + 200: description: response content: application/json: @@ -1079,18 +1079,18 @@ paths: examples: default: "$ref": "#/components/examples/integration" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: apps - subcategory: + subcategory: "/authorizations": get: summary: List your authorizations @@ -1111,7 +1111,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -1125,13 +1125,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -1140,7 +1140,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true post: summary: Create a new authorization @@ -1199,7 +1199,7 @@ paths: others created for the same client ID and user. type: string responses: - '201': + 201: description: response content: application/json: @@ -1213,15 +1213,15 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '410': + 410: "$ref": "#/components/responses/gone" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -1230,7 +1230,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true "/authorizations/clients/{client_id}": put: @@ -1287,7 +1287,7 @@ paths: - client_secret type: object responses: - '200': + 200: description: Response if returning an existing token content: application/json: @@ -1301,7 +1301,7 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '201': + 201: description: "**Deprecation Notice:** GitHub will discontinue the [OAuth Authorizations API](https://docs.github.com/rest/reference/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth @@ -1322,13 +1322,13 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -1337,7 +1337,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true "/authorizations/clients/{client_id}/{fingerprint}": put: @@ -1393,7 +1393,7 @@ paths: - client_secret type: object responses: - '200': + 200: description: Response if returning an existing token content: application/json: @@ -1407,7 +1407,7 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '201': + 201: description: Response if returning a new token content: application/json: @@ -1421,7 +1421,7 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -1430,7 +1430,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true "/authorizations/{authorization_id}": get: @@ -1451,7 +1451,7 @@ paths: parameters: - "$ref": "#/components/parameters/authorization_id" responses: - '200': + 200: description: response content: application/json: @@ -1460,11 +1460,11 @@ paths: examples: default: "$ref": "#/components/examples/authorization-2" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -1473,7 +1473,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true patch: summary: Update an existing authorization @@ -1528,7 +1528,7 @@ paths: others created for the same client ID and user. type: string responses: - '200': + 200: description: response content: application/json: @@ -1537,7 +1537,7 @@ paths: examples: default: "$ref": "#/components/examples/authorization-2" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -1546,7 +1546,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true delete: summary: Delete an authorization @@ -1566,13 +1566,13 @@ paths: parameters: - "$ref": "#/components/parameters/authorization_id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -1581,7 +1581,7 @@ paths: removalDate: '2020-11-13' deprecationDate: '2020-02-14' category: oauth-authorizations - subcategory: + subcategory: deprecated: true "/codes_of_conduct": get: @@ -1595,7 +1595,7 @@ paths: url: https://docs.github.com/v3/codes_of_conduct/#get-all-codes-of-conduct parameters: [] responses: - '200': + 200: description: response content: application/json: @@ -1606,9 +1606,9 @@ paths: examples: default: "$ref": "#/components/examples/code-of-conduct-simple-items" - '304': + 304: "$ref": "#/components/responses/not_modified" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -1624,7 +1624,7 @@ paths: application/vnd.github.scarlet-witch-preview+json ``` category: codes-of-conduct - subcategory: + subcategory: "/codes_of_conduct/{key}": get: summary: Get a code of conduct @@ -1642,7 +1642,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -1651,11 +1651,11 @@ paths: examples: default: "$ref": "#/components/examples/code-of-conduct" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -1671,7 +1671,7 @@ paths: application/vnd.github.scarlet-witch-preview+json ``` category: codes-of-conduct - subcategory: + subcategory: "/content_references/{content_reference_id}/attachments": post: summary: Create a content attachment @@ -1713,7 +1713,7 @@ paths: - body type: object responses: - '200': + 200: description: response content: application/json: @@ -1722,17 +1722,17 @@ paths: examples: default: "$ref": "#/components/examples/content-reference-attachment" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -1759,7 +1759,7 @@ paths: url: https://docs.github.com/v3/emojis/#get-emojis parameters: [] responses: - '200': + 200: content: application/json: schema: @@ -1767,14 +1767,14 @@ paths: additionalProperties: type: string description: response - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: emojis - subcategory: + subcategory: "/enterprises/{enterprise}/actions/permissions": get: summary: Get GitHub Actions permissions for an enterprise @@ -1791,7 +1791,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '200': + 200: description: response content: application/json: @@ -1821,7 +1821,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '204': + 204: description: Empty response requestBody: content: @@ -1862,7 +1862,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -1899,7 +1899,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '204': + 204: description: Empty response requestBody: content: @@ -1942,7 +1942,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/org_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -1966,7 +1966,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/org_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -1990,7 +1990,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '200': + 200: description: response content: application/json: @@ -2020,7 +2020,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '204': + 204: description: Empty response requestBody: content: @@ -2054,7 +2054,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -2131,7 +2131,7 @@ paths: - 9 - 2 responses: - '201': + 201: description: response content: application/json: @@ -2163,7 +2163,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/runner_group_id" responses: - '200': + 200: description: response content: application/json: @@ -2214,7 +2214,7 @@ paths: name: Expensive hardware runners visibility: selected responses: - '200': + 200: description: response content: application/json: @@ -2245,7 +2245,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/runner_group_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -2272,7 +2272,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -2329,7 +2329,7 @@ paths: - 32 - 91 responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -2355,7 +2355,7 @@ paths: - "$ref": "#/components/parameters/runner_group_id" - "$ref": "#/components/parameters/org_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -2380,7 +2380,7 @@ paths: - "$ref": "#/components/parameters/runner_group_id" - "$ref": "#/components/parameters/org_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -2407,7 +2407,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -2466,7 +2466,7 @@ paths: - 9 - 2 responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -2493,7 +2493,7 @@ paths: - "$ref": "#/components/parameters/runner_group_id" - "$ref": "#/components/parameters/runner_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -2518,7 +2518,7 @@ paths: - "$ref": "#/components/parameters/runner_group_id" - "$ref": "#/components/parameters/runner_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -2544,7 +2544,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -2585,7 +2585,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '200': + 200: description: response content: application/json: @@ -2626,7 +2626,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '201': + 201: description: response content: application/json: @@ -2666,7 +2666,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '201': + 201: description: response content: application/json: @@ -2698,7 +2698,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/runner_id" responses: - '200': + 200: description: response content: application/json: @@ -2729,7 +2729,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/runner_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: false @@ -2755,7 +2755,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '200': + 200: description: response content: application/json: @@ -2788,7 +2788,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '200': + 200: description: response content: application/json: @@ -2821,7 +2821,7 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" responses: - '200': + 200: description: response content: application/json: @@ -2852,7 +2852,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -2860,11 +2860,11 @@ paths: type: array items: "$ref": "#/components/schemas/event" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '503': + 503: "$ref": "#/components/responses/service_unavailable" x-github: githubCloudOnly: false @@ -2895,7 +2895,7 @@ paths: url: https://docs.github.com/rest/reference/activity#get-feeds parameters: [] responses: - '200': + 200: description: response content: application/json: @@ -2926,7 +2926,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -2940,16 +2940,16 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: post: summary: Create a gist description: |- @@ -3003,7 +3003,7 @@ paths: - files type: object responses: - '201': + 201: description: response content: application/json: @@ -3017,20 +3017,20 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/gists/public": get: summary: List public gists @@ -3049,7 +3049,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -3063,18 +3063,18 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/gists/starred": get: summary: List starred gists @@ -3090,7 +3090,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -3104,18 +3104,18 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/gists/{gist_id}": get: summary: Get a gist @@ -3129,7 +3129,7 @@ paths: parameters: - "$ref": "#/components/parameters/gist_id" responses: - '200': + 200: description: response content: application/json: @@ -3138,18 +3138,18 @@ paths: examples: default: "$ref": "#/components/examples/gist" - '403': + 403: "$ref": "#/components/responses/forbidden_gist" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: patch: summary: Update a gist description: Allows you to update or delete a gist file and rename gist files. @@ -3198,7 +3198,7 @@ paths: type: object nullable: true responses: - '200': + 200: description: response content: application/json: @@ -3207,16 +3207,16 @@ paths: examples: default: "$ref": "#/components/examples/gist-3" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: delete: summary: Delete a gist description: '' @@ -3229,20 +3229,20 @@ paths: parameters: - "$ref": "#/components/parameters/gist_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/gists/{gist_id}/comments": get: summary: List gist comments @@ -3258,7 +3258,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -3272,11 +3272,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -3309,7 +3309,7 @@ paths: required: - body responses: - '201': + 201: description: response content: application/json: @@ -3323,11 +3323,11 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -3349,7 +3349,7 @@ paths: - "$ref": "#/components/parameters/gist_id" - "$ref": "#/components/parameters/comment_id" responses: - '200': + 200: description: response content: application/json: @@ -3358,11 +3358,11 @@ paths: examples: default: "$ref": "#/components/examples/gist-comment" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden_gist" x-github: githubCloudOnly: false @@ -3396,7 +3396,7 @@ paths: required: - body responses: - '200': + 200: description: response content: application/json: @@ -3405,7 +3405,7 @@ paths: examples: default: "$ref": "#/components/examples/gist-comment" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -3426,13 +3426,13 @@ paths: - "$ref": "#/components/parameters/gist_id" - "$ref": "#/components/parameters/comment_id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -3455,7 +3455,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -3471,18 +3471,18 @@ paths: example: ; rel="next" schema: type: string - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/gists/{gist_id}/forks": get: summary: List gist forks @@ -3498,7 +3498,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -3512,18 +3512,18 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: post: summary: Fork a gist description: "**Note**: This was previously `/gists/:gist_id/fork`." @@ -3536,7 +3536,7 @@ paths: parameters: - "$ref": "#/components/parameters/gist_id" responses: - '201': + 201: description: response content: application/json: @@ -3550,20 +3550,20 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/gists/{gist_id}/star": get: summary: Check if a gist is starred @@ -3577,9 +3577,9 @@ paths: parameters: - "$ref": "#/components/parameters/gist_id" responses: - '204': + 204: description: Response if gist is starred - '404': + 404: description: Response if gist is not starred content: application/json: @@ -3587,16 +3587,16 @@ paths: type: object properties: {} additionalProperties: false - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: put: summary: Star a gist description: Note that you'll need to set `Content-Length` to zero when calling @@ -3610,20 +3610,20 @@ paths: parameters: - "$ref": "#/components/parameters/gist_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: delete: summary: Unstar a gist description: '' @@ -3636,20 +3636,20 @@ paths: parameters: - "$ref": "#/components/parameters/gist_id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/gists/{gist_id}/{sha}": get: summary: Get a gist revision @@ -3668,7 +3668,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -3677,18 +3677,18 @@ paths: examples: default: "$ref": "#/components/examples/gist-2" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/gitignore/templates": get: summary: Get all gitignore templates @@ -3702,7 +3702,7 @@ paths: url: https://docs.github.com/v3/gitignore/#get-all-gitignore-templates parameters: [] responses: - '200': + 200: description: response content: application/json: @@ -3718,14 +3718,14 @@ paths: - Bancha - C - C++ - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: gitignore - subcategory: + subcategory: "/gitignore/templates/{name}": get: summary: Get a gitignore template @@ -3745,7 +3745,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -3754,14 +3754,14 @@ paths: examples: default: "$ref": "#/components/examples/gitignore-template" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: gitignore - subcategory: + subcategory: "/installation/repositories": get: summary: List repositories accessible to the app installation @@ -3779,7 +3779,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -3801,11 +3801,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '403': + 403: "$ref": "#/components/responses/forbidden" - '304': + 304: "$ref": "#/components/responses/not_modified" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -3837,7 +3837,7 @@ paths: url: https://docs.github.com/rest/reference/apps#revoke-an-installation-access-token parameters: [] responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -3932,7 +3932,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -3946,11 +3946,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -3967,7 +3967,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: issues - subcategory: + subcategory: "/licenses": get: summary: Get all commonly used licenses @@ -3986,7 +3986,7 @@ paths: type: boolean - "$ref": "#/components/parameters/per_page" responses: - '200': + 200: description: response content: application/json: @@ -3997,14 +3997,14 @@ paths: examples: default: "$ref": "#/components/examples/license-simple-items" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: licenses - subcategory: + subcategory: "/licenses/{license}": get: summary: Get a license @@ -4022,7 +4022,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -4031,18 +4031,18 @@ paths: examples: default: "$ref": "#/components/examples/license" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: licenses - subcategory: + subcategory: "/markdown": post: summary: Render a Markdown document @@ -4078,25 +4078,25 @@ paths: - text type: object responses: - '200': + 200: description: response headers: Content-Type: "$ref": "#/components/headers/content-type" Content-Length: - example: '279' + example: 279 schema: type: string X-CommonMarker-Version: "$ref": "#/components/headers/x-common-marker-version" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: markdown - subcategory: + subcategory: "/markdown/raw": post: summary: Render a Markdown document in raw mode @@ -4121,7 +4121,7 @@ paths: schema: type: string responses: - '200': + 200: description: response headers: X-CommonMarker-Version: @@ -4130,14 +4130,14 @@ paths: text/html: schema: type: string - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: markdown - subcategory: + subcategory: "/marketplace_listing/accounts/{account_id}": get: summary: Get a subscription plan for an account @@ -4154,7 +4154,7 @@ paths: parameters: - "$ref": "#/components/parameters/account_id" responses: - '200': + 200: description: response content: application/json: @@ -4163,13 +4163,13 @@ paths: examples: default: "$ref": "#/components/examples/marketplace-purchase" - '404': + 404: description: Response when the account has not purchased the listing content: application/json: schema: "$ref": "#/components/schemas/basic-error" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4194,7 +4194,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -4208,9 +4208,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4247,7 +4247,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -4261,11 +4261,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4289,7 +4289,7 @@ paths: parameters: - "$ref": "#/components/parameters/account_id" responses: - '200': + 200: description: response content: application/json: @@ -4298,9 +4298,9 @@ paths: examples: default: "$ref": "#/components/examples/marketplace-purchase" - '404': + 404: description: Response when the account has not purchased the listing - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4325,7 +4325,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -4339,7 +4339,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4376,7 +4376,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -4390,7 +4390,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4411,7 +4411,7 @@ paths: url: https://docs.github.com/v3/meta/#get-github-meta-information parameters: [] responses: - '200': + 200: description: response content: application/json: @@ -4420,14 +4420,14 @@ paths: examples: default: "$ref": "#/components/examples/api-overview" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: meta - subcategory: + subcategory: "/networks/{owner}/{repo}/events": get: summary: List public events for a network of repositories @@ -4444,7 +4444,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -4452,13 +4452,13 @@ paths: type: array items: "$ref": "#/components/schemas/event" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '304': + 304: "$ref": "#/components/responses/not_modified" - '301': + 301: "$ref": "#/components/responses/moved_permanently" x-github: githubCloudOnly: false @@ -4485,7 +4485,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -4499,13 +4499,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -4543,7 +4543,7 @@ paths: description: Whether the notification has been read. type: boolean responses: - '202': + 202: description: response content: application/json: @@ -4552,13 +4552,13 @@ paths: properties: message: type: string - '205': + 205: description: response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4579,7 +4579,7 @@ paths: parameters: - "$ref": "#/components/parameters/thread_id" responses: - '200': + 200: description: response content: application/json: @@ -4588,11 +4588,11 @@ paths: examples: default: "$ref": "#/components/examples/thread" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4612,11 +4612,11 @@ paths: parameters: - "$ref": "#/components/parameters/thread_id" responses: - '205': + 205: description: response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -4640,7 +4640,7 @@ paths: parameters: - "$ref": "#/components/parameters/thread_id" responses: - '200': + 200: description: response content: application/json: @@ -4649,11 +4649,11 @@ paths: examples: default: "$ref": "#/components/examples/thread-subscription" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4688,7 +4688,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: response content: application/json: @@ -4697,11 +4697,11 @@ paths: examples: default: "$ref": "#/components/examples/thread-subscription" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4725,13 +4725,13 @@ paths: parameters: - "$ref": "#/components/parameters/thread_id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -4754,7 +4754,7 @@ paths: type: string required: false responses: - '200': + 200: description: response content: application/octocat-stream: @@ -4782,7 +4782,7 @@ paths: - "$ref": "#/components/parameters/since-org" - "$ref": "#/components/parameters/per_page" responses: - '200': + 200: description: response content: application/json: @@ -4798,14 +4798,14 @@ paths: example: ; rel="next" schema: type: string - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: orgs - subcategory: + subcategory: "/orgs/{org}": get: summary: Get an organization @@ -4822,7 +4822,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -4833,7 +4833,7 @@ paths: "$ref": "#/components/examples/organization-full-default-response" response-with-git-hub-plan-information: "$ref": "#/components/examples/organization-full-response-with-git-hub-plan-information" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -4849,7 +4849,7 @@ paths: application/vnd.github.surtur-preview+json ``` category: orgs - subcategory: + subcategory: patch: summary: Update an organization description: |- @@ -4992,7 +4992,7 @@ paths: members_can_create_repositories: true members_allowed_repository_creation_type: all responses: - '200': + 200: description: response content: application/json: @@ -5001,7 +5001,7 @@ paths: examples: default: "$ref": "#/components/examples/organization-full" - '422': + 422: description: Validation Failed content: application/json: @@ -5009,9 +5009,9 @@ paths: oneOf: - "$ref": "#/components/schemas/validation-error" - "$ref": "#/components/schemas/validation-error-simple" - '409': + 409: "$ref": "#/components/responses/conflict" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -5027,7 +5027,7 @@ paths: application/vnd.github.surtur-preview+json ``` category: orgs - subcategory: + subcategory: "/orgs/{org}/actions/permissions": get: summary: Get GitHub Actions permissions for an organization @@ -5044,7 +5044,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -5076,7 +5076,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '204': + 204: description: Empty response requestBody: content: @@ -5117,7 +5117,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -5154,7 +5154,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '204': + 204: description: Empty response requestBody: content: @@ -5197,7 +5197,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/repository_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5221,7 +5221,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/repository_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5245,7 +5245,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -5279,7 +5279,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '204': + 204: description: Empty response requestBody: content: @@ -5315,7 +5315,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -5396,7 +5396,7 @@ paths: - 9 - 2 responses: - '201': + 201: description: response content: application/json: @@ -5430,7 +5430,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/runner_group_id" responses: - '200': + 200: description: response content: application/json: @@ -5484,7 +5484,7 @@ paths: name: Expensive hardware runners visibility: selected responses: - '200': + 200: description: response content: application/json: @@ -5517,7 +5517,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/runner_group_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5544,7 +5544,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/runner_group_id" responses: - '200': + 200: description: response content: application/json: @@ -5602,7 +5602,7 @@ paths: - 32 - 91 responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5632,7 +5632,7 @@ paths: - "$ref": "#/components/parameters/runner_group_id" - "$ref": "#/components/parameters/repository_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5660,7 +5660,7 @@ paths: - "$ref": "#/components/parameters/runner_group_id" - "$ref": "#/components/parameters/repository_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5689,7 +5689,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -5750,7 +5750,7 @@ paths: - 9 - 2 responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5780,7 +5780,7 @@ paths: - "$ref": "#/components/parameters/runner_group_id" - "$ref": "#/components/parameters/runner_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5808,7 +5808,7 @@ paths: - "$ref": "#/components/parameters/runner_group_id" - "$ref": "#/components/parameters/runner_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -5834,7 +5834,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -5875,7 +5875,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -5916,7 +5916,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '201': + 201: description: response content: application/json: @@ -5956,7 +5956,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '201': + 201: description: response content: application/json: @@ -5988,7 +5988,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/runner_id" responses: - '200': + 200: description: response content: application/json: @@ -6019,7 +6019,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/runner_id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -6045,7 +6045,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -6086,7 +6086,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -6118,7 +6118,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/secret_name" responses: - '200': + 200: description: response content: application/json: @@ -6266,9 +6266,9 @@ paths: - '1296269' - '1296280' responses: - '201': + 201: description: Response when creating a secret - '204': + 204: description: Response when updating a secret x-github: githubCloudOnly: false @@ -6292,7 +6292,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/secret_name" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -6317,7 +6317,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/secret_name" responses: - '200': + 200: description: response content: application/json: @@ -6377,7 +6377,7 @@ paths: selected_repository_ids: - 64780797 responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -6409,9 +6409,9 @@ paths: schema: type: integer responses: - '204': + 204: description: Response when repository was added to the selected list - '409': + 409: description: Response when visibility type is not set to selected x-github: githubCloudOnly: false @@ -6442,9 +6442,9 @@ paths: schema: type: integer responses: - '204': + 204: description: Response when repository was removed from the selected list - '409': + 409: description: Response when visibility type not set to selected x-github: githubCloudOnly: false @@ -6465,7 +6465,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -6476,7 +6476,7 @@ paths: examples: default: "$ref": "#/components/examples/simple-user-items" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -6498,9 +6498,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: 'If the user is blocked:' - '404': + 404: description: 'If the user is not blocked:' content: application/json: @@ -6525,9 +6525,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -6548,7 +6548,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -6572,7 +6572,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -6588,7 +6588,7 @@ paths: enabledForGitHubApps: true previews: [] category: orgs - subcategory: + subcategory: "/orgs/{org}/credential-authorizations/{credential_id}": delete: summary: Remove a SAML SSO authorization for an organization @@ -6610,16 +6610,16 @@ paths: schema: type: integer responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: true enabledForGitHubApps: true previews: [] category: orgs - subcategory: + subcategory: "/orgs/{org}/events": get: summary: List public organization events @@ -6635,7 +6635,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -6664,7 +6664,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -6678,7 +6678,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -6754,7 +6754,7 @@ paths: url: http://example.com/webhook content_type: json responses: - '201': + 201: description: response content: application/json: @@ -6768,9 +6768,9 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -6793,7 +6793,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/hook-id" responses: - '200': + 200: description: response content: application/json: @@ -6802,7 +6802,7 @@ paths: examples: default: "$ref": "#/components/examples/org-hook" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -6868,7 +6868,7 @@ paths: events: - pull_request responses: - '200': + 200: description: response content: application/json: @@ -6877,9 +6877,9 @@ paths: examples: default: "$ref": "#/components/examples/org-hook-2" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -6900,9 +6900,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/hook-id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -6927,7 +6927,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/hook-id" responses: - '200': + 200: description: Default response content: application/json: @@ -6977,7 +6977,7 @@ paths: secret: "********" url: https://example.com/webhook responses: - '200': + 200: description: Default response content: application/json: @@ -7007,9 +7007,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/hook-id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7033,7 +7033,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -7047,7 +7047,7 @@ paths: enabledForGitHubApps: false previews: [] category: apps - subcategory: + subcategory: "/orgs/{org}/installations": get: summary: List app installations for an organization @@ -7065,7 +7065,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -7089,7 +7089,7 @@ paths: enabledForGitHubApps: true previews: [] category: orgs - subcategory: + subcategory: "/orgs/{org}/interaction-limits": get: summary: Get interaction restrictions for an organization @@ -7105,7 +7105,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -7154,7 +7154,7 @@ paths: example: limit: collaborators_only responses: - '200': + 200: description: response content: application/json: @@ -7163,7 +7163,7 @@ paths: examples: default: "$ref": "#/components/examples/interaction-limit" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -7184,7 +7184,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -7210,7 +7210,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -7224,7 +7224,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7288,7 +7288,7 @@ paths: - 12 - 26 responses: - '201': + 201: description: response content: application/json: @@ -7297,9 +7297,9 @@ paths: examples: default: "$ref": "#/components/examples/organization-invitation" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: triggersNotification: true @@ -7325,7 +7325,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -7339,7 +7339,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7412,7 +7412,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -7426,7 +7426,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7443,7 +7443,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: issues - subcategory: + subcategory: "/orgs/{org}/members": get: summary: List organization members @@ -7487,7 +7487,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -7501,14 +7501,14 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '302': + 302: description: Response if requester is not an organization member headers: Location: example: https://api.github.com/orgs/github/public_members schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -7530,17 +7530,17 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Response if requester is an organization member and user is a member - '302': + 302: description: Response if requester is not an organization member headers: Location: example: https://api.github.com/orgs/github/public_members/pezra schema: type: string - '404': + 404: description: Response if requester is an organization member and user is not a member x-github: @@ -7563,9 +7563,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -7588,7 +7588,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -7601,9 +7601,9 @@ paths: "$ref": "#/components/examples/org-membership-response-if-user-has-an-active-membership-with-organization" response-if-user-has-a-pending-membership-with-organization: "$ref": "#/components/examples/org-membership-response-if-user-has-a-pending-membership-with-organization" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -7652,7 +7652,7 @@ paths: - member default: member responses: - '200': + 200: description: response content: application/json: @@ -7663,9 +7663,9 @@ paths: "$ref": "#/components/examples/org-membership-response-if-user-was-previously-unaffiliated-with-organization" response-if-user-already-had-membership-with-organization: "$ref": "#/components/examples/org-membership-response-if-user-already-had-membership-with-organization" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -7689,11 +7689,11 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7716,7 +7716,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -7787,7 +7787,7 @@ paths: - github/Hello-World lock_repositories: true responses: - '201': + 201: description: response content: application/json: @@ -7796,9 +7796,9 @@ paths: examples: default: "$ref": "#/components/examples/migration-with-short-org-2" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -7828,7 +7828,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/migration_id" responses: - '200': + 200: description: |- * `pending`, which means the migration hasn't started yet. * `exporting`, which means the migration is in progress. @@ -7841,7 +7841,7 @@ paths: examples: default: "$ref": "#/components/examples/migration-with-short-org" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7870,9 +7870,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/migration_id" responses: - '302': + 302: description: response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7901,9 +7901,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/migration_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7935,9 +7935,9 @@ paths: - "$ref": "#/components/parameters/migration_id" - "$ref": "#/components/parameters/repo_name" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -7968,7 +7968,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -7982,7 +7982,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -8024,7 +8024,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -8061,11 +8061,11 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '202': + 202: description: User is getting converted asynchronously - '204': + 204: description: User was converted - '403': + 403: description: response content: application/json: @@ -8087,7 +8087,7 @@ paths: value: message: " is not a member of the organization." documentation_url: https://docs.github.com/rest/reference/orgs#convert-member-to-outside-collaborator - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -8109,9 +8109,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '422': + 422: description: Response if user is a member of the organization content: application/json: @@ -8164,7 +8164,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -8178,7 +8178,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -8192,7 +8192,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: post: summary: Create an organization project description: Creates an organization project board. Returns a `404 Not Found` @@ -8225,7 +8225,7 @@ paths: name: Organization Roadmap body: High-level roadmap for the upcoming year. responses: - '201': + 201: description: response content: application/json: @@ -8234,15 +8234,15 @@ paths: examples: default: "$ref": "#/components/examples/project-2" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -8256,7 +8256,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: "/orgs/{org}/public_members": get: summary: List public organization members @@ -8273,7 +8273,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -8307,9 +8307,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Response if user is a public member - '404': + 404: description: Response if user is not a public member x-github: githubCloudOnly: false @@ -8333,9 +8333,9 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -8356,7 +8356,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -8419,7 +8419,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -8454,7 +8454,7 @@ paths: application/vnd.github.baptiste-preview+json ``` category: repos - subcategory: + subcategory: post: summary: Create an organization repository description: |- @@ -8585,7 +8585,7 @@ paths: has_projects: true has_wiki: true responses: - '201': + 201: description: response content: application/json: @@ -8599,9 +8599,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -8624,7 +8624,7 @@ paths: application/vnd.github.baptiste-preview+json ``` category: repos - subcategory: + subcategory: "/orgs/{org}/settings/billing/actions": get: summary: Get GitHub Actions billing for an organization @@ -8643,7 +8643,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -8657,7 +8657,7 @@ paths: enabledForGitHubApps: false previews: [] category: billing - subcategory: + subcategory: "/orgs/{org}/settings/billing/packages": get: summary: Get GitHub Packages billing for an organization @@ -8676,7 +8676,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -8690,7 +8690,7 @@ paths: enabledForGitHubApps: false previews: [] category: billing - subcategory: + subcategory: "/orgs/{org}/settings/billing/shared-storage": get: summary: Get shared storage billing for an organization @@ -8709,7 +8709,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -8723,7 +8723,7 @@ paths: enabledForGitHubApps: false previews: [] category: billing - subcategory: + subcategory: "/orgs/{org}/team-sync/groups": get: summary: List IdP groups for an organization @@ -8744,7 +8744,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -8781,7 +8781,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -8795,14 +8795,14 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: post: summary: Create a team description: |- @@ -8878,7 +8878,7 @@ paths: permission: admin privacy: closed responses: - '201': + 201: description: response content: application/json: @@ -8887,16 +8887,16 @@ paths: examples: default: "$ref": "#/components/examples/team-full" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}": get: summary: Get a team by name @@ -8914,7 +8914,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/team_slug" responses: - '200': + 200: description: response content: application/json: @@ -8923,14 +8923,14 @@ paths: examples: default: "$ref": "#/components/examples/team-full" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: patch: summary: Update a team description: |- @@ -8995,7 +8995,7 @@ paths: description: new team description privacy: closed responses: - '201': + 201: description: response content: application/json: @@ -9009,7 +9009,7 @@ paths: enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: delete: summary: Delete a team description: |- @@ -9028,14 +9028,14 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/team_slug" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/discussions": get: summary: List discussions @@ -9056,7 +9056,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -9129,7 +9129,7 @@ paths: title: Our first team post body: Hi! This is an area for us to collaborate as a team. responses: - '201': + 201: description: response content: application/json: @@ -9173,7 +9173,7 @@ paths: - "$ref": "#/components/parameters/team_slug" - "$ref": "#/components/parameters/discussion-number" responses: - '200': + 200: description: response content: application/json: @@ -9229,7 +9229,7 @@ paths: example: title: Welcome to our first team post responses: - '200': + 200: description: response content: application/json: @@ -9271,7 +9271,7 @@ paths: - "$ref": "#/components/parameters/team_slug" - "$ref": "#/components/parameters/discussion-number" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -9300,7 +9300,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -9362,7 +9362,7 @@ paths: example: body: Do you like apples? responses: - '201': + 201: description: response content: application/json: @@ -9407,7 +9407,7 @@ paths: - "$ref": "#/components/parameters/discussion-number" - "$ref": "#/components/parameters/comment-number" responses: - '200': + 200: description: response content: application/json: @@ -9463,7 +9463,7 @@ paths: example: body: Do you like pineapples? responses: - '200': + 200: description: response content: application/json: @@ -9506,7 +9506,7 @@ paths: - "$ref": "#/components/parameters/discussion-number" - "$ref": "#/components/parameters/comment-number" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -9551,7 +9551,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -9580,7 +9580,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: post: summary: Create reaction for a team discussion comment description: |- @@ -9622,7 +9622,7 @@ paths: example: content: heart responses: - '201': + 201: description: response content: application/json: @@ -9646,7 +9646,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}": delete: summary: Delete team discussion comment reaction @@ -9667,7 +9667,7 @@ paths: - "$ref": "#/components/parameters/comment-number" - "$ref": "#/components/parameters/reaction-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -9684,7 +9684,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions": get: summary: List reactions for a team discussion @@ -9721,7 +9721,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -9750,7 +9750,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: post: summary: Create reaction for a team discussion description: |- @@ -9791,7 +9791,7 @@ paths: example: content: heart responses: - '201': + 201: description: response content: application/json: @@ -9815,7 +9815,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}": delete: summary: Delete team discussion reaction @@ -9835,7 +9835,7 @@ paths: - "$ref": "#/components/parameters/discussion-number" - "$ref": "#/components/parameters/reaction-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -9852,7 +9852,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/invitations": get: summary: List pending team invitations @@ -9872,7 +9872,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -9924,7 +9924,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -9966,7 +9966,7 @@ paths: - "$ref": "#/components/parameters/team_slug" - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -9979,7 +9979,7 @@ paths: "$ref": "#/components/examples/team-membership-response-if-user-is-a-team-maintainer" response-if-user-has-a-pending-membership-with-team: "$ref": "#/components/examples/team-membership-response-if-user-has-a-pending-membership-with-team" - '404': + 404: description: Response if user has no team membership x-github: githubCloudOnly: false @@ -10029,7 +10029,7 @@ paths: - maintainer default: member responses: - '200': + 200: description: response content: application/json: @@ -10040,9 +10040,9 @@ paths: "$ref": "#/components/examples/team-membership-response-if-users-membership-with-team-is-now-active" response-if-users-membership-with-team-is-now-pending: "$ref": "#/components/examples/team-membership-response-if-users-membership-with-team-is-now-pending" - '403': + 403: description: Response if team synchronization is set up - '422': + 422: description: Response if you attempt to add an organization to a team content: application/json: @@ -10097,9 +10097,9 @@ paths: - "$ref": "#/components/parameters/team_slug" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '403': + 403: description: Response if team synchronization is set up x-github: githubCloudOnly: false @@ -10126,7 +10126,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -10152,7 +10152,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: teams - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/projects/{project_id}": get: summary: Check team permissions for a project @@ -10171,7 +10171,7 @@ paths: - "$ref": "#/components/parameters/team_slug" - "$ref": "#/components/parameters/project-id" responses: - '200': + 200: description: response content: application/json: @@ -10180,7 +10180,7 @@ paths: examples: default: "$ref": "#/components/examples/team-project" - '404': + 404: description: Response if project is not managed by this team x-github: githubCloudOnly: false @@ -10194,7 +10194,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: teams - subcategory: + subcategory: put: summary: Add or update team project permissions description: |- @@ -10234,9 +10234,9 @@ paths: - write - admin responses: - '204': + 204: description: Empty response - '403': + 403: description: Response if the project is not owned by the organization content: application/json: @@ -10264,7 +10264,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: teams - subcategory: + subcategory: delete: summary: Remove a project from a team description: |- @@ -10282,14 +10282,14 @@ paths: - "$ref": "#/components/parameters/team_slug" - "$ref": "#/components/parameters/project-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/repos": get: summary: List team repositories @@ -10309,7 +10309,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -10328,7 +10328,7 @@ paths: enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": get: summary: Check team permissions for a repository @@ -10352,7 +10352,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: Alternative response with repository permissions content: application/vnd.github.v3.repository+json: @@ -10361,16 +10361,16 @@ paths: examples: alternative-response-with-repository-permissions: "$ref": "#/components/examples/team-repository-alternative-response-with-repository-permissions" - '204': + 204: description: Response if team has permission for the repository - '404': + 404: description: Response if team does not have permission for the repository x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: put: summary: Add or update team repository permissions description: |- @@ -10419,14 +10419,14 @@ paths: - maintain - triage responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: delete: summary: Remove a repository from a team description: |- @@ -10445,14 +10445,14 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: "/orgs/{org}/teams/{team_slug}/team-sync/group-mappings": get: summary: List IdP groups for a team @@ -10472,7 +10472,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/team_slug" responses: - '200': + 200: description: response content: application/json: @@ -10536,11 +10536,11 @@ paths: - groups example: groups: - - group_id: '123' + - group_id: 123 group_name: Octocat admins group_description: string responses: - '200': + 200: description: response content: application/json: @@ -10574,7 +10574,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: Response if child teams exist content: application/json: @@ -10593,7 +10593,7 @@ paths: enabledForGitHubApps: true previews: [] category: teams - subcategory: + subcategory: "/projects/columns/cards/{card_id}": get: summary: Get a project card @@ -10607,7 +10607,7 @@ paths: parameters: - "$ref": "#/components/parameters/card_id" responses: - '200': + 200: description: response content: application/json: @@ -10616,13 +10616,13 @@ paths: examples: default: "$ref": "#/components/examples/project-card" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -10664,7 +10664,7 @@ paths: example: false type: boolean responses: - '200': + 200: description: response content: application/json: @@ -10673,15 +10673,15 @@ paths: examples: default: "$ref": "#/components/examples/project-card" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -10708,11 +10708,11 @@ paths: parameters: - "$ref": "#/components/parameters/card_id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: description: Forbidden content: application/json: @@ -10727,9 +10727,9 @@ paths: type: array items: type: string - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -10775,7 +10775,7 @@ paths: - position type: object responses: - '201': + 201: description: response content: application/json: @@ -10783,9 +10783,9 @@ paths: type: object properties: {} additionalProperties: false - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: description: Forbidden content: application/json: @@ -10809,9 +10809,9 @@ paths: type: string field: type: string - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '503': + 503: description: Service Unavailable content: application/json: @@ -10833,7 +10833,7 @@ paths: type: string message: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -10861,7 +10861,7 @@ paths: parameters: - "$ref": "#/components/parameters/column_id" responses: - '200': + 200: description: response content: application/json: @@ -10870,13 +10870,13 @@ paths: examples: default: "$ref": "#/components/examples/project-column" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -10915,7 +10915,7 @@ paths: - name type: object responses: - '200': + 200: description: response content: application/json: @@ -10924,11 +10924,11 @@ paths: examples: default: "$ref": "#/components/examples/project-column" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -10955,13 +10955,13 @@ paths: parameters: - "$ref": "#/components/parameters/column_id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11003,7 +11003,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -11017,11 +11017,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11079,7 +11079,7 @@ paths: - content_id - content_type responses: - '201': + 201: description: response content: application/json: @@ -11088,13 +11088,13 @@ paths: examples: default: "$ref": "#/components/examples/project-card" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '422': + 422: description: Validation Failed content: application/json: @@ -11102,7 +11102,7 @@ paths: oneOf: - "$ref": "#/components/schemas/validation-error" - "$ref": "#/components/schemas/validation-error-simple" - '503': + 503: description: Service Unavailable content: application/json: @@ -11163,7 +11163,7 @@ paths: - position type: object responses: - '201': + 201: description: response content: application/json: @@ -11171,13 +11171,13 @@ paths: type: object properties: {} additionalProperties: false - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11207,7 +11207,7 @@ paths: parameters: - "$ref": "#/components/parameters/project-id" responses: - '200': + 200: description: response content: application/json: @@ -11216,11 +11216,11 @@ paths: examples: default: "$ref": "#/components/examples/project-3" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11234,7 +11234,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: patch: summary: Update a project description: Updates a project board's information. Returns a `404 Not Found` @@ -11281,7 +11281,7 @@ paths: type: boolean type: object responses: - '200': + 200: description: response content: application/json: @@ -11290,12 +11290,12 @@ paths: examples: default: "$ref": "#/components/examples/project-3" - '404': + 404: description: Response if the authenticated user does not have access to the project - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: description: Forbidden content: application/json: @@ -11310,11 +11310,11 @@ paths: type: array items: type: string - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '410': + 410: "$ref": "#/components/responses/gone" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -11328,7 +11328,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: delete: summary: Delete a project description: Deletes a project board. Returns a `404 Not Found` status if projects @@ -11342,11 +11342,11 @@ paths: parameters: - "$ref": "#/components/parameters/project-id" responses: - '204': + 204: description: Delete Success - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: description: Forbidden content: application/json: @@ -11361,11 +11361,11 @@ paths: type: array items: type: string - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '410': + 410: "$ref": "#/components/responses/gone" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -11379,7 +11379,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: "/projects/{project_id}/collaborators": get: summary: List project collaborators @@ -11415,7 +11415,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -11429,17 +11429,17 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11484,19 +11484,19 @@ paths: example: write type: string responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11525,19 +11525,19 @@ paths: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11569,7 +11569,7 @@ paths: - "$ref": "#/components/parameters/project-id" - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -11578,17 +11578,17 @@ paths: examples: default: "$ref": "#/components/examples/repository-collaborator-permission" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11618,7 +11618,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -11632,11 +11632,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11675,7 +11675,7 @@ paths: - name type: object responses: - '201': + 201: description: response content: application/json: @@ -11690,13 +11690,13 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -11726,7 +11726,7 @@ paths: url: https://docs.github.com/v3/rate_limit/#get-rate-limit-status-for-the-authenticated-user parameters: [] responses: - '200': + 200: description: response content: application/json: @@ -11742,16 +11742,16 @@ paths: "$ref": "#/components/headers/x-rate-limit-remaining" X-RateLimit-Reset: "$ref": "#/components/headers/x-rate-limit-reset" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: rate-limit - subcategory: + subcategory: "/reactions/{reaction_id}": delete: summary: Delete a reaction (Legacy) @@ -11768,17 +11768,17 @@ paths: parameters: - "$ref": "#/components/parameters/reaction-id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '410': + 410: "$ref": "#/components/responses/gone" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -11797,7 +11797,7 @@ paths: removalDate: '2021-02-21' deprecationDate: '2020-02-26' category: reactions - subcategory: + subcategory: deprecated: true "/repos/{owner}/{repo}": get: @@ -11816,7 +11816,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -11827,11 +11827,11 @@ paths: "$ref": "#/components/examples/full-repository-default-response" response-with-scarlet-witch-preview-media-type: "$ref": "#/components/examples/full-repository-response-with-scarlet-witch-preview-media-type" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '301': + 301: "$ref": "#/components/responses/moved_permanently" x-github: githubCloudOnly: false @@ -11856,7 +11856,7 @@ paths: application/vnd.github.scarlet-witch-preview+json ``` category: repos - subcategory: + subcategory: patch: summary: Update a repository description: "**Note**: To edit a repository's topics, use the [Replace all @@ -11973,7 +11973,7 @@ paths: has_projects: true has_wiki: true responses: - '200': + 200: description: response content: application/json: @@ -11982,11 +11982,11 @@ paths: examples: default: "$ref": "#/components/examples/full-repository" - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -12009,7 +12009,7 @@ paths: application/vnd.github.baptiste-preview+json ``` category: repos - subcategory: + subcategory: delete: summary: Delete a repository description: |- @@ -12027,9 +12027,9 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response - '403': + 403: description: 'If an organization owner has configured the organization to prevent members from deleting organization-owned repositories, a member will get this response:' @@ -12045,14 +12045,14 @@ paths: example: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/reference/repos#delete-a-repository - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/actions/artifacts": get: summary: List artifacts for a repository @@ -12072,7 +12072,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -12115,7 +12115,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/artifact_id" responses: - '200': + 200: description: response content: application/json: @@ -12146,7 +12146,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/artifact_id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -12178,7 +12178,7 @@ paths: schema: type: string responses: - '302': + 302: description: response headers: Location: @@ -12207,7 +12207,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/job_id" responses: - '202': + 202: description: response content: application/json: @@ -12241,7 +12241,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/job_id" responses: - '302': + 302: description: response headers: Location: @@ -12272,7 +12272,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -12305,7 +12305,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response requestBody: content: @@ -12345,7 +12345,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -12380,7 +12380,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response requestBody: content: @@ -12413,7 +12413,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -12455,7 +12455,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -12491,7 +12491,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '201': + 201: description: response content: application/json: @@ -12525,7 +12525,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '201': + 201: description: response content: application/json: @@ -12559,7 +12559,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/runner_id" responses: - '200': + 200: description: response content: application/json: @@ -12592,7 +12592,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/runner_id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -12623,7 +12623,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -12666,7 +12666,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/run-id" responses: - '200': + 200: description: response content: application/json: @@ -12698,7 +12698,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/run-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -12726,7 +12726,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -12768,7 +12768,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/run-id" responses: - '202': + 202: description: response x-github: githubCloudOnly: false @@ -12810,7 +12810,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -12854,7 +12854,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/run-id" responses: - '302': + 302: description: response headers: Location: @@ -12883,7 +12883,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/run-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -12908,7 +12908,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/run-id" responses: - '201': + 201: description: response x-github: githubCloudOnly: false @@ -12936,7 +12936,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/run-id" responses: - '200': + 200: description: response content: application/json: @@ -12970,7 +12970,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -13013,7 +13013,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -13046,7 +13046,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/secret_name" responses: - '200': + 200: description: response content: application/json: @@ -13168,9 +13168,9 @@ paths: encrypted_value: "****************************************************************************************" key_id: '012345678912345678' responses: - '201': + 201: description: Response when creating a secret - '204': + 204: description: Response when updating a secret x-github: githubCloudOnly: false @@ -13194,7 +13194,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/secret_name" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -13221,7 +13221,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -13265,7 +13265,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '200': + 200: description: response content: application/json: @@ -13298,7 +13298,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -13326,7 +13326,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '204': + 204: description: Empty response requestBody: content: @@ -13378,7 +13378,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -13410,7 +13410,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -13455,7 +13455,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '200': + 200: description: response content: application/json: @@ -13487,7 +13487,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -13501,7 +13501,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -13533,10 +13533,10 @@ paths: schema: type: string responses: - '204': + 204: description: If the `assignee` can be assigned to issues in the repository, a `204` header with no content is returned. - '404': + 404: description: Otherwise a `404` status code is returned. content: application/json: @@ -13564,7 +13564,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -13578,7 +13578,7 @@ paths: application/vnd.github.london-preview+json ``` category: repos - subcategory: + subcategory: delete: summary: Disable automated security fixes description: Disables automated security fixes for a repository. The authenticated @@ -13594,7 +13594,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -13608,7 +13608,7 @@ paths: application/vnd.github.london-preview+json ``` category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/branches": get: summary: List branches @@ -13633,7 +13633,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -13649,7 +13649,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -13672,7 +13672,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -13681,9 +13681,9 @@ paths: examples: default: "$ref": "#/components/examples/branch-with-protection" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -13710,7 +13710,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -13719,7 +13719,7 @@ paths: examples: default: "$ref": "#/components/examples/branch-protection" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -13902,19 +13902,19 @@ paths: allow_force_pushes: true allow_deletions: true responses: - '200': + 200: description: response content: application/json: schema: "$ref": "#/components/schemas/protected-branch" - '403': + 403: "$ref": "#/components/responses/forbidden" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -13947,9 +13947,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -13976,7 +13976,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14008,7 +14008,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14040,9 +14040,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '204': + 204: description: No Content - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14069,7 +14069,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/vnd.github.luke-cage-preview+json: @@ -14155,7 +14155,7 @@ paths: require_code_owner_reviews: true required_approving_review_count: 2 responses: - '200': + 200: description: response content: application/json: @@ -14164,7 +14164,7 @@ paths: examples: default: "$ref": "#/components/examples/protected-branch-pull-request-review" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -14197,9 +14197,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '204': + 204: description: No Content - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14227,7 +14227,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14236,7 +14236,7 @@ paths: examples: default: "$ref": "#/components/examples/protected-branch-admin-enforced" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14268,7 +14268,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14277,7 +14277,7 @@ paths: examples: default: "$ref": "#/components/examples/protected-branch-admin-enforced" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14309,9 +14309,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '204': + 204: description: No Content - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14345,7 +14345,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14354,7 +14354,7 @@ paths: examples: default: "$ref": "#/components/examples/status-check-policy" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14398,7 +14398,7 @@ paths: contexts: - continuous-integration/travis-ci responses: - '200': + 200: description: response content: application/json: @@ -14407,9 +14407,9 @@ paths: examples: default: "$ref": "#/components/examples/status-check-policy" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -14435,7 +14435,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '204': + 204: description: No Content x-github: githubCloudOnly: false @@ -14462,7 +14462,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14472,7 +14472,7 @@ paths: type: string example: - continuous-integration/travis-ci - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14506,7 +14506,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -14517,11 +14517,11 @@ paths: example: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14556,7 +14556,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -14566,9 +14566,9 @@ paths: type: string example: - continuous-integration/travis-ci - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14603,7 +14603,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -14613,9 +14613,9 @@ paths: type: string example: - continuous-integration/travis-ci - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -14644,7 +14644,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14653,7 +14653,7 @@ paths: examples: default: "$ref": "#/components/examples/branch-restriction-policy" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14678,7 +14678,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '204': + 204: description: No Content x-github: githubCloudOnly: false @@ -14704,7 +14704,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14715,7 +14715,7 @@ paths: examples: default: "$ref": "#/components/examples/integration-items" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14752,7 +14752,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -14763,7 +14763,7 @@ paths: examples: default: "$ref": "#/components/examples/integration-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -14801,7 +14801,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -14812,7 +14812,7 @@ paths: examples: default: "$ref": "#/components/examples/integration-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -14850,7 +14850,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -14861,7 +14861,7 @@ paths: examples: default: "$ref": "#/components/examples/integration-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -14888,7 +14888,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -14899,7 +14899,7 @@ paths: examples: default: "$ref": "#/components/examples/team-items" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -14936,7 +14936,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -14947,7 +14947,7 @@ paths: examples: default: "$ref": "#/components/examples/team-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -14985,7 +14985,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -14996,7 +14996,7 @@ paths: examples: default: "$ref": "#/components/examples/team-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -15034,7 +15034,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -15045,7 +15045,7 @@ paths: examples: default: "$ref": "#/components/examples/team-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -15072,7 +15072,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/branch" responses: - '200': + 200: description: response content: application/json: @@ -15083,7 +15083,7 @@ paths: examples: default: "$ref": "#/components/examples/simple-user-items" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -15120,7 +15120,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -15131,7 +15131,7 @@ paths: examples: default: "$ref": "#/components/examples/simple-user-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -15169,7 +15169,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -15180,7 +15180,7 @@ paths: examples: default: "$ref": "#/components/examples/simple-user-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -15218,7 +15218,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -15229,7 +15229,7 @@ paths: examples: default: "$ref": "#/components/examples/simple-user-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -15507,7 +15507,7 @@ paths: identifier: fix_errors description: Allow us to fix these errors for you responses: - '201': + 201: description: response content: application/json: @@ -15542,7 +15542,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/check_run_id" responses: - '200': + 200: description: response content: application/json: @@ -15783,7 +15783,7 @@ paths: - alt: Super bananas image_url: http://example.com/images/42 responses: - '200': + 200: description: response content: application/json: @@ -15819,7 +15819,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -15869,7 +15869,7 @@ paths: example: head_sha: d6fde92930d4715a2b49857d24b940956b26d2d3 responses: - '201': + 201: description: response content: application/json: @@ -15934,7 +15934,7 @@ paths: - app_id: 4 setting: false responses: - '200': + 200: description: response content: application/json: @@ -15967,7 +15967,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/check_suite_id" responses: - '200': + 200: description: response content: application/json: @@ -16015,7 +16015,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -16058,7 +16058,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/check_suite_id" responses: - '201': + 201: description: response x-github: githubCloudOnly: false @@ -16098,7 +16098,7 @@ paths: schema: "$ref": "#/components/schemas/code-scanning-alert-ref" responses: - '200': + 200: description: response content: application/json: @@ -16109,16 +16109,16 @@ paths: examples: default: "$ref": "#/components/examples/code-scanning-alert-code-scanning-alert-items" - '404': + 404: description: Response if the ref does not match an existing ref - '503': + 503: "$ref": "#/components/responses/service_unavailable" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: code-scanning - subcategory: + subcategory: "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": get: summary: Get a code scanning alert @@ -16141,7 +16141,7 @@ paths: schema: type: integer responses: - '200': + 200: description: response content: application/json: @@ -16150,16 +16150,16 @@ paths: examples: default: "$ref": "#/components/examples/code-scanning-alert-code-scanning-alert" - '404': + 404: "$ref": "#/components/responses/not_found" - '503': + 503: "$ref": "#/components/responses/service_unavailable" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: code-scanning - subcategory: + subcategory: patch: summary: Update a code scanning alert description: |- @@ -16191,7 +16191,7 @@ paths: state: dismissed dismissed_reason: false positive responses: - '200': + 200: description: response content: application/json: @@ -16200,9 +16200,9 @@ paths: examples: default: "$ref": "#/components/examples/code-scanning-alert-code-scanning-alert-dismissed" - '403': + 403: description: Response if the repository is archived - '503': + 503: description: Response when code scanning is not available and you should try again at a later time x-github: @@ -16241,7 +16241,7 @@ paths: schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-name" responses: - '200': + 200: description: response content: application/json: @@ -16310,11 +16310,11 @@ paths: sarif: REPLACE_ME tool_name: codeql responses: - '202': + 202: description: response - '403': + 403: description: Response if the repository is archived - '404': + 404: description: Response if `commit_sha` or `ref` cannot be found x-github: enabledForGitHubApps: true @@ -16355,7 +16355,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -16369,7 +16369,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -16395,9 +16395,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Response if user is a collaborator - '404': + 404: description: Response if user is not a collaborator x-github: githubCloudOnly: false @@ -16457,7 +16457,7 @@ paths: type: string example: '"push"' responses: - '201': + 201: description: Response when a new invitation is created content: application/json: @@ -16466,11 +16466,11 @@ paths: examples: response-when-a-new-invitation-is-created: "$ref": "#/components/examples/repository-invitation-response-when-a-new-invitation-is-created" - '204': + 204: description: Response when person is already a collaborator - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: triggersNotification: true @@ -16493,7 +16493,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -16517,7 +16517,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: Response if user has admin permissions content: application/json: @@ -16526,7 +16526,7 @@ paths: examples: response-if-user-has-admin-permissions: "$ref": "#/components/examples/repository-collaborator-permission-response-if-user-has-admin-permissions" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -16553,7 +16553,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -16598,7 +16598,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/comment_id" responses: - '200': + 200: description: response content: application/json: @@ -16607,7 +16607,7 @@ paths: examples: default: "$ref": "#/components/examples/commit-comment" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -16652,7 +16652,7 @@ paths: example: body: Nice change responses: - '200': + 200: description: response content: application/json: @@ -16661,7 +16661,7 @@ paths: examples: default: "$ref": "#/components/examples/commit-comment-2" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -16683,9 +16683,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/comment_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -16726,7 +16726,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -16740,9 +16740,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -16759,7 +16759,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: post: summary: Create reaction for a commit comment description: 'Create a reaction to a [commit comment](https://docs.github.com/rest/reference/repos#comments). @@ -16799,7 +16799,7 @@ paths: example: content: heart responses: - '200': + 200: description: Reaction exists content: application/json: @@ -16808,7 +16808,7 @@ paths: examples: default: "$ref": "#/components/examples/reaction" - '201': + 201: description: Reaction created content: application/json: @@ -16817,9 +16817,9 @@ paths: examples: default: "$ref": "#/components/examples/reaction" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -16836,7 +16836,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}": delete: summary: Delete a commit comment reaction @@ -16856,7 +16856,7 @@ paths: - "$ref": "#/components/parameters/comment_id" - "$ref": "#/components/parameters/reaction-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -16873,7 +16873,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/repos/{owner}/{repo}/commits": get: summary: List commits @@ -16945,7 +16945,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -16959,13 +16959,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '500': + 500: "$ref": "#/components/responses/internal_error" - '400': + 400: "$ref": "#/components/responses/bad_request" - '404': + 404: "$ref": "#/components/responses/not_found" - '409': + 409: "$ref": "#/components/responses/conflict" x-github: githubCloudOnly: false @@ -16991,7 +16991,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/commit_sha" responses: - '200': + 200: description: response content: application/json: @@ -17002,9 +17002,9 @@ paths: examples: default: "$ref": "#/components/examples/branch-short-items" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -17037,7 +17037,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -17110,7 +17110,7 @@ paths: position: 4 line: 1 responses: - '201': + 201: description: response content: application/json: @@ -17124,9 +17124,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: triggersNotification: true @@ -17158,7 +17158,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -17172,7 +17172,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -17243,7 +17243,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -17252,11 +17252,11 @@ paths: examples: default: "$ref": "#/components/examples/commit" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" - '500': + 500: "$ref": "#/components/responses/internal_error" x-github: githubCloudOnly: false @@ -17302,7 +17302,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -17360,7 +17360,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -17414,7 +17414,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -17423,7 +17423,7 @@ paths: examples: default: "$ref": "#/components/examples/combined-commit-status" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -17456,7 +17456,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -17470,7 +17470,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '301': + 301: "$ref": "#/components/responses/moved_permanently" x-github: githubCloudOnly: false @@ -17493,7 +17493,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -17516,7 +17516,7 @@ paths: application/vnd.github.scarlet-witch-preview+json ``` category: codes-of-conduct - subcategory: + subcategory: "/repos/{owner}/{repo}/community/profile": get: summary: Get community profile metrics @@ -17534,7 +17534,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -17614,7 +17614,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -17623,9 +17623,9 @@ paths: examples: default: "$ref": "#/components/examples/commit-comparison" - '500': + 500: "$ref": "#/components/responses/internal_error" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -17688,7 +17688,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/vnd.github.v3.object: @@ -17710,11 +17710,11 @@ paths: "$ref": "#/components/examples/content-file-response-if-content-is-a-symlink" response-if-content-is-a-submodule: "$ref": "#/components/examples/content-file-response-if-content-is-a-submodule" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '302': + 302: "$ref": "#/components/responses/found" x-github: githubCloudOnly: false @@ -17820,7 +17820,7 @@ paths: content: bXkgdXBkYXRlZCBmaWxlIGNvbnRlbnRz sha: 95b966ae1c166bd92f8ae7d1c313e738c731dfc3 responses: - '200': + 200: description: response content: application/json: @@ -17829,7 +17829,7 @@ paths: examples: example-for-updating-a-file: "$ref": "#/components/examples/file-commit-example-for-updating-a-file" - '201': + 201: description: response content: application/json: @@ -17838,11 +17838,11 @@ paths: examples: example-for-creating-a-file: "$ref": "#/components/examples/file-commit-example-for-creating-a-file" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '409': + 409: "$ref": "#/components/responses/conflict" x-github: githubCloudOnly: false @@ -17921,7 +17921,7 @@ paths: email: octocat@github.com sha: 329688480d39049927147c162b9d2deaf885005f responses: - '200': + 200: description: response content: application/json: @@ -17930,13 +17930,13 @@ paths: examples: default: "$ref": "#/components/examples/file-commit" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" - '409': + 409: "$ref": "#/components/responses/conflict" - '503': + 503: "$ref": "#/components/responses/service_unavailable" x-github: githubCloudOnly: false @@ -17969,7 +17969,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: Response if repository contains content content: application/json: @@ -17983,18 +17983,18 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '204': + 204: description: Response if repository is empty - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/deployments": get: summary: List deployments @@ -18040,7 +18040,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -18207,7 +18207,7 @@ paths: - ci/janky - security/brakeman responses: - '201': + 201: description: response content: application/json: @@ -18218,7 +18218,7 @@ paths: "$ref": "#/components/examples/deployment-simple-example" advanced-example: "$ref": "#/components/examples/deployment-advanced-example" - '202': + 202: description: Merged branch response content: application/json: @@ -18231,7 +18231,7 @@ paths: merged-branch-response: value: message: Auto-merged master into topic-branch on deployment. - '409': + 409: description: response content: application/json: @@ -18252,7 +18252,7 @@ paths: summary: Failed commit status checks value: message: 'Conflict: Commit status checks failed for topic-branch.' - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -18284,7 +18284,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/deployment_id" responses: - '200': + 200: description: response content: application/json: @@ -18293,7 +18293,7 @@ paths: examples: default: "$ref": "#/components/examples/deployment" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -18332,11 +18332,11 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/deployment_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -18361,7 +18361,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -18375,7 +18375,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -18503,7 +18503,7 @@ paths: log_url: https://example.com/deployment/42/output description: Deployment finished successfully. responses: - '201': + 201: description: response content: application/json: @@ -18517,7 +18517,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -18563,7 +18563,7 @@ paths: schema: type: integer responses: - '200': + 200: description: response content: application/json: @@ -18572,9 +18572,9 @@ paths: examples: default: "$ref": "#/components/examples/deployment-status" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -18642,16 +18642,16 @@ paths: unit: false integration: true responses: - '204': + 204: description: Empty response - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/events": get: summary: List repository events @@ -18668,7 +18668,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -18709,7 +18709,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -18723,7 +18723,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '400': + 400: "$ref": "#/components/responses/bad_request" x-github: githubCloudOnly: false @@ -18757,7 +18757,7 @@ paths: description: Optional parameter to specify the organization name if forking into an organization. responses: - '202': + 202: description: response content: application/json: @@ -18766,13 +18766,13 @@ paths: examples: default: "$ref": "#/components/examples/repository" - '400': + 400: "$ref": "#/components/responses/bad_request" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -18813,7 +18813,7 @@ paths: content: Content of the blob encoding: utf-8 responses: - '201': + 201: description: response content: application/json: @@ -18827,13 +18827,13 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': + 404: "$ref": "#/components/responses/not_found" - '409': + 409: "$ref": "#/components/responses/conflict" - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -18863,7 +18863,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -18872,11 +18872,11 @@ paths: examples: default: "$ref": "#/components/examples/blob" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -19022,7 +19022,7 @@ paths: =5Io4 -----END PGP SIGNATURE----- responses: - '201': + 201: description: response content: application/json: @@ -19036,9 +19036,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19091,7 +19091,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/commit_sha" responses: - '200': + 200: description: response content: application/json: @@ -19100,7 +19100,7 @@ paths: examples: default: "$ref": "#/components/examples/git-commit-2" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19137,7 +19137,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -19180,7 +19180,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -19189,7 +19189,7 @@ paths: examples: default: "$ref": "#/components/examples/git-ref" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19236,7 +19236,7 @@ paths: ref: refs/heads/featureA sha: aa218f56b14c9653891f9e74264a383fa43fefbd responses: - '201': + 201: description: response content: application/json: @@ -19250,7 +19250,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -19298,7 +19298,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd force: true responses: - '200': + 200: description: response content: application/json: @@ -19307,7 +19307,7 @@ paths: examples: default: "$ref": "#/components/examples/git-ref" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -19334,9 +19334,9 @@ paths: schema: type: string responses: - '204': + 204: description: Empty response - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -19442,7 +19442,7 @@ paths: email: octocat@github.com date: '2011-06-17T14:53:35-07:00' responses: - '201': + 201: description: response content: application/json: @@ -19456,7 +19456,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -19511,7 +19511,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -19520,7 +19520,7 @@ paths: examples: default: "$ref": "#/components/examples/git-tag" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19610,7 +19610,7 @@ paths: type: blob sha: 44b4fc6d56897b048c772eb4087f854f46256132 responses: - '201': + 201: description: response content: application/json: @@ -19624,11 +19624,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -19668,7 +19668,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -19679,9 +19679,9 @@ paths: "$ref": "#/components/examples/git-tree-default-response" response-recursively-retrieving-a-tree: "$ref": "#/components/examples/git-tree-response-recursively-retrieving-a-tree" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19705,7 +19705,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -19719,7 +19719,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19798,7 +19798,7 @@ paths: content_type: json insecure_ssl: '0' responses: - '201': + 201: description: response content: application/json: @@ -19812,11 +19812,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -19840,7 +19840,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/hook-id" responses: - '200': + 200: description: response content: application/json: @@ -19849,7 +19849,7 @@ paths: examples: default: "$ref": "#/components/examples/hook" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19930,7 +19930,7 @@ paths: add_events: - pull_request responses: - '200': + 200: description: response content: application/json: @@ -19939,9 +19939,9 @@ paths: examples: default: "$ref": "#/components/examples/hook" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19963,9 +19963,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/hook-id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -19991,7 +19991,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/hook-id" responses: - '200': + 200: description: Default response content: application/json: @@ -20042,7 +20042,7 @@ paths: secret: "********" url: https://example.com/webhook responses: - '200': + 200: description: Default response content: application/json: @@ -20073,9 +20073,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/hook-id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -20101,9 +20101,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/hook-id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -20159,7 +20159,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -20168,7 +20168,7 @@ paths: examples: default: "$ref": "#/components/examples/import" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -20229,7 +20229,7 @@ paths: vcs_username: octocat vcs_password: secret responses: - '201': + 201: description: response content: application/json: @@ -20243,9 +20243,9 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -20292,7 +20292,7 @@ paths: vcs_username: octocat vcs_password: secret responses: - '200': + 200: description: response content: application/json: @@ -20324,7 +20324,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -20350,7 +20350,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/since-user" responses: - '200': + 200: description: response content: application/json: @@ -20361,7 +20361,7 @@ paths: examples: default: "$ref": "#/components/examples/porter-author-items" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -20407,7 +20407,7 @@ paths: email: hubot@github.com name: Hubot the Robot responses: - '200': + 200: description: response content: application/json: @@ -20416,9 +20416,9 @@ paths: examples: default: "$ref": "#/components/examples/porter-author" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -20440,7 +20440,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -20492,7 +20492,7 @@ paths: example: use_lfs: opt_in responses: - '200': + 200: description: response content: application/json: @@ -20501,7 +20501,7 @@ paths: examples: default: "$ref": "#/components/examples/import" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -20526,7 +20526,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -20535,16 +20535,16 @@ paths: examples: default: "$ref": "#/components/examples/installation" - '301': + 301: "$ref": "#/components/responses/moved_permanently" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: apps - subcategory: + subcategory: "/repos/{owner}/{repo}/interaction-limits": get: summary: Get interaction restrictions for a repository @@ -20561,7 +20561,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -20609,7 +20609,7 @@ paths: example: limit: collaborators_only responses: - '200': + 200: description: response content: application/json: @@ -20638,7 +20638,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -20663,7 +20663,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -20715,7 +20715,7 @@ paths: - triage - admin responses: - '200': + 200: description: response content: application/json: @@ -20744,7 +20744,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/invitation_id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -20829,7 +20829,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -20843,11 +20843,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '301': + 301: "$ref": "#/components/responses/moved_permanently" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -20864,7 +20864,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: issues - subcategory: + subcategory: post: summary: Create an issue description: |- @@ -20941,7 +20941,7 @@ paths: labels: - bug responses: - '201': + 201: description: response content: application/json: @@ -20955,15 +20955,15 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '503': + 503: "$ref": "#/components/responses/service_unavailable" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" x-github: triggersNotification: true @@ -20971,7 +20971,7 @@ paths: enabledForGitHubApps: true previews: [] category: issues - subcategory: + subcategory: "/repos/{owner}/{repo}/issues/comments": get: summary: List issue comments for a repository @@ -20999,7 +20999,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -21013,9 +21013,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -21048,7 +21048,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/comment_id" responses: - '200': + 200: description: response content: application/json: @@ -21057,7 +21057,7 @@ paths: examples: default: "$ref": "#/components/examples/issue-comment" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -21102,7 +21102,7 @@ paths: example: body: Me too responses: - '200': + 200: description: response content: application/json: @@ -21111,7 +21111,7 @@ paths: examples: default: "$ref": "#/components/examples/issue-comment" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -21133,7 +21133,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/comment_id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -21174,7 +21174,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -21188,9 +21188,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -21207,7 +21207,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: post: summary: Create reaction for an issue comment description: 'Create a reaction to an [issue comment](https://docs.github.com/rest/reference/issues#comments). @@ -21247,7 +21247,7 @@ paths: example: content: heart responses: - '200': + 200: description: Reaction exists content: application/json: @@ -21256,7 +21256,7 @@ paths: examples: default: "$ref": "#/components/examples/reaction" - '201': + 201: description: Reaction created content: application/json: @@ -21265,9 +21265,9 @@ paths: examples: default: "$ref": "#/components/examples/reaction" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -21284,7 +21284,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}": delete: summary: Delete an issue comment reaction @@ -21304,7 +21304,7 @@ paths: - "$ref": "#/components/parameters/comment_id" - "$ref": "#/components/parameters/reaction-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -21321,7 +21321,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/repos/{owner}/{repo}/issues/events": get: summary: List issue events for a repository @@ -21338,7 +21338,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -21352,7 +21352,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -21388,7 +21388,7 @@ paths: schema: type: integer responses: - '200': + 200: description: response content: application/json: @@ -21397,11 +21397,11 @@ paths: examples: default: "$ref": "#/components/examples/issue-event" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -21444,7 +21444,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/issue_number" responses: - '200': + 200: description: response content: application/json: @@ -21453,13 +21453,13 @@ paths: examples: default: "$ref": "#/components/examples/issue" - '301': + 301: "$ref": "#/components/responses/moved_permanently" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false @@ -21476,7 +21476,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: issues - subcategory: + subcategory: patch: summary: Update an issue description: Issue owners and users with push access can edit an issue. @@ -21558,7 +21558,7 @@ paths: labels: - bug responses: - '200': + 200: description: response content: application/json: @@ -21567,24 +21567,24 @@ paths: examples: default: "$ref": "#/components/examples/issue" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '503': + 503: "$ref": "#/components/responses/service_unavailable" - '403': + 403: "$ref": "#/components/responses/forbidden" - '301': + 301: "$ref": "#/components/responses/moved_permanently" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: issues - subcategory: + subcategory: "/repos/{owner}/{repo}/issues/{issue_number}/assignees": post: summary: Add assignees to an issue @@ -21618,7 +21618,7 @@ paths: - hubot - other_user responses: - '201': + 201: description: response content: application/json: @@ -21664,7 +21664,7 @@ paths: - hubot - other_user responses: - '200': + 200: description: response content: application/json: @@ -21697,7 +21697,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -21711,9 +21711,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" x-github: githubCloudOnly: false @@ -21762,7 +21762,7 @@ paths: example: body: Me too responses: - '201': + 201: description: response content: application/json: @@ -21776,13 +21776,13 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': + 403: "$ref": "#/components/responses/forbidden" - '410': + 410: "$ref": "#/components/responses/gone" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: triggersNotification: true @@ -21808,7 +21808,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -21822,7 +21822,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '410': + 410: "$ref": "#/components/responses/gone" x-github: githubCloudOnly: false @@ -21856,7 +21856,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -21870,7 +21870,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '410': + 410: "$ref": "#/components/responses/gone" x-github: githubCloudOnly: false @@ -21912,7 +21912,7 @@ paths: - bug - enhancement responses: - '200': + 200: description: response content: application/json: @@ -21923,9 +21923,9 @@ paths: examples: default: "$ref": "#/components/examples/label-items" - '410': + 410: "$ref": "#/components/responses/gone" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -21966,7 +21966,7 @@ paths: - bug - enhancement responses: - '200': + 200: description: response content: application/json: @@ -21977,9 +21977,9 @@ paths: examples: default: "$ref": "#/components/examples/label-items" - '410': + 410: "$ref": "#/components/responses/gone" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -22001,9 +22001,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/issue_number" responses: - '204': + 204: description: Empty response - '410': + 410: "$ref": "#/components/responses/gone" x-github: githubCloudOnly: false @@ -22033,7 +22033,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -22044,9 +22044,9 @@ paths: examples: default: "$ref": "#/components/examples/label-items-2" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" x-github: githubCloudOnly: false @@ -22088,22 +22088,22 @@ paths: - resolved - spam responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" - '410': + 410: "$ref": "#/components/responses/gone" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: issues - subcategory: + subcategory: delete: summary: Unlock an issue description: Users with push access can unlock an issue's conversation. @@ -22118,18 +22118,18 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/issue_number" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: issues - subcategory: + subcategory: "/repos/{owner}/{repo}/issues/{issue_number}/reactions": get: summary: List reactions for an issue @@ -22163,7 +22163,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -22177,11 +22177,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -22198,7 +22198,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: post: summary: Create reaction for an issue description: 'Create a reaction to an [issue](https://docs.github.com/rest/reference/issues/). @@ -22238,7 +22238,7 @@ paths: example: content: heart responses: - '201': + 201: description: response content: application/json: @@ -22247,9 +22247,9 @@ paths: examples: default: "$ref": "#/components/examples/reaction" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -22266,7 +22266,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}": delete: summary: Delete an issue reaction @@ -22286,7 +22286,7 @@ paths: - "$ref": "#/components/parameters/issue_number" - "$ref": "#/components/parameters/reaction-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -22303,7 +22303,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/repos/{owner}/{repo}/issues/{issue_number}/timeline": get: summary: List timeline events for an issue @@ -22321,7 +22321,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -22335,11 +22335,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -22379,7 +22379,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -22439,7 +22439,7 @@ paths: key: ssh-rsa AAA... read_only: true responses: - '201': + 201: description: response content: application/json: @@ -22453,7 +22453,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -22476,7 +22476,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/key_id" responses: - '200': + 200: description: response content: application/json: @@ -22485,7 +22485,7 @@ paths: examples: default: "$ref": "#/components/examples/deploy-key" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -22508,7 +22508,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/key_id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -22532,7 +22532,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -22546,7 +22546,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -22593,7 +22593,7 @@ paths: description: Something isn't working color: f29513 responses: - '201': + 201: description: response content: application/json: @@ -22607,9 +22607,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -22636,7 +22636,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -22645,7 +22645,7 @@ paths: examples: default: "$ref": "#/components/examples/label" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -22695,7 +22695,7 @@ paths: description: Small bug fix required color: b01f26 responses: - '200': + 200: description: response content: application/json: @@ -22728,7 +22728,7 @@ paths: schema: type: string responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -22751,7 +22751,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -22765,7 +22765,7 @@ paths: enabledForGitHubApps: true previews: [] category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/license": get: summary: Get the license for a repository @@ -22783,7 +22783,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -22797,7 +22797,7 @@ paths: enabledForGitHubApps: true previews: [] category: licenses - subcategory: + subcategory: "/repos/{owner}/{repo}/merges": post: summary: Merge a branch @@ -22837,7 +22837,7 @@ paths: head: cool_feature commit_message: Shipped cool_feature! responses: - '201': + 201: description: Successful Response (The resulting merge commit) content: application/json: @@ -22846,7 +22846,7 @@ paths: examples: default: "$ref": "#/components/examples/commit" - '404': + 404: description: response content: application/json: @@ -22867,7 +22867,7 @@ paths: summary: Missing head response value: message: Head does not exist - '409': + 409: description: Merge conflict response content: application/json: @@ -22883,9 +22883,9 @@ paths: merge-conflict-response: value: message: Merge Conflict - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -22940,7 +22940,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -22954,7 +22954,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -23005,7 +23005,7 @@ paths: description: Tracking milestone for version 1.0 due_on: '2012-10-09T23:39:01Z' responses: - '201': + 201: description: response content: application/json: @@ -23019,9 +23019,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -23044,7 +23044,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/milestone_number" responses: - '200': + 200: description: response content: application/json: @@ -23053,7 +23053,7 @@ paths: examples: default: "$ref": "#/components/examples/milestone" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -23103,7 +23103,7 @@ paths: description: Tracking milestone for version 1.0 due_on: '2012-10-09T23:39:01Z' responses: - '200': + 200: description: response content: application/json: @@ -23132,9 +23132,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/milestone_number" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -23159,7 +23159,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -23199,7 +23199,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -23252,7 +23252,7 @@ paths: This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. Default: The current timestamp.' responses: - '202': + 202: description: response x-github: githubCloudOnly: false @@ -23274,7 +23274,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -23283,7 +23283,7 @@ paths: examples: default: "$ref": "#/components/examples/page" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -23339,7 +23339,7 @@ paths: branch: main path: "/docs" responses: - '201': + 201: description: response content: application/json: @@ -23348,11 +23348,11 @@ paths: examples: default: "$ref": "#/components/examples/page" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '409': + 409: "$ref": "#/components/responses/conflict" x-github: githubCloudOnly: false @@ -23429,11 +23429,11 @@ paths: branch: main path: "/" responses: - '204': + 204: description: Empty response - '422': + 422: "$ref": "#/components/responses/validation_failed" - '400': + 400: "$ref": "#/components/responses/bad_request" x-github: githubCloudOnly: false @@ -23454,13 +23454,13 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response - '422': + 422: "$ref": "#/components/responses/validation_failed" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -23491,7 +23491,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -23527,7 +23527,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '201': + 201: description: response content: application/json: @@ -23556,7 +23556,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -23590,7 +23590,7 @@ paths: schema: type: integer responses: - '200': + 200: description: response content: application/json: @@ -23636,7 +23636,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -23650,15 +23650,15 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -23672,7 +23672,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: post: summary: Create a repository project description: Creates a repository project board. Returns a `404 Not Found` status @@ -23706,7 +23706,7 @@ paths: name: Projects Documentation body: Developer documentation project for the developer site. responses: - '201': + 201: description: response content: application/json: @@ -23715,15 +23715,15 @@ paths: examples: default: "$ref": "#/components/examples/project-3" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '410': + 410: "$ref": "#/components/responses/gone" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -23737,7 +23737,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: "/repos/{owner}/{repo}/pulls": get: summary: List pull requests @@ -23807,7 +23807,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -23821,16 +23821,16 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: pulls - subcategory: + subcategory: post: summary: Create a pull request description: |- @@ -23894,7 +23894,7 @@ paths: head: octocat:new-feature base: master responses: - '201': + 201: description: response content: application/json: @@ -23908,9 +23908,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: triggersNotification: true @@ -23918,7 +23918,7 @@ paths: enabledForGitHubApps: true previews: [] category: pulls - subcategory: + subcategory: "/repos/{owner}/{repo}/pulls/comments": get: summary: List review comments in a repository @@ -23967,7 +23967,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -24040,7 +24040,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/comment_id" responses: - '200': + 200: description: response content: application/json: @@ -24049,7 +24049,7 @@ paths: examples: default: "$ref": "#/components/examples/pull-request-review-comment-2" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -24120,7 +24120,7 @@ paths: example: body: I like this too! responses: - '200': + 200: description: response content: application/json: @@ -24156,9 +24156,9 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/comment_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -24199,7 +24199,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -24213,9 +24213,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -24232,7 +24232,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: post: summary: Create reaction for a pull request review comment description: 'Create a reaction to a [pull request review comment](https://docs.github.com/rest/reference/pulls#comments). @@ -24272,7 +24272,7 @@ paths: example: content: heart responses: - '200': + 200: description: Reaction exists content: application/json: @@ -24281,7 +24281,7 @@ paths: examples: default: "$ref": "#/components/examples/reaction" - '201': + 201: description: Reaction created content: application/json: @@ -24290,9 +24290,9 @@ paths: examples: default: "$ref": "#/components/examples/reaction" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -24309,7 +24309,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}": delete: summary: Delete a pull request comment reaction @@ -24329,7 +24329,7 @@ paths: - "$ref": "#/components/parameters/comment_id" - "$ref": "#/components/parameters/reaction-id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -24346,7 +24346,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: reactions - subcategory: + subcategory: "/repos/{owner}/{repo}/pulls/{pull_number}": get: summary: Get a pull request @@ -24377,7 +24377,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/pull-number" responses: - '200': + 200: description: Pass the appropriate [media type](https://docs.github.com/rest/overview/media-types/#commits-commit-comparison-and-pull-requests) to fetch diff and patch formats. content: @@ -24387,18 +24387,18 @@ paths: examples: default: "$ref": "#/components/examples/pull-request" - '304': + 304: "$ref": "#/components/responses/not_modified" - '500': + 500: "$ref": "#/components/responses/internal_error" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: pulls - subcategory: + subcategory: patch: summary: Update a pull request description: |- @@ -24449,7 +24449,7 @@ paths: state: open base: master responses: - '200': + 200: description: response content: application/json: @@ -24458,16 +24458,16 @@ paths: examples: default: "$ref": "#/components/examples/pull-request" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: pulls - subcategory: + subcategory: "/repos/{owner}/{repo}/pulls/{pull_number}/comments": get: summary: List review comments on a pull request @@ -24517,7 +24517,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -24682,7 +24682,7 @@ paths: line: 2 side: RIGHT responses: - '201': + 201: description: response content: application/json: @@ -24696,9 +24696,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: triggersNotification: true @@ -24746,7 +24746,7 @@ paths: example: body: Great stuff! responses: - '201': + 201: description: response content: application/json: @@ -24760,7 +24760,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': + 404: "$ref": "#/components/responses/not_found" x-github: triggersNotification: true @@ -24789,7 +24789,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -24808,7 +24808,7 @@ paths: enabledForGitHubApps: true previews: [] category: pulls - subcategory: + subcategory: "/repos/{owner}/{repo}/pulls/{pull_number}/files": get: summary: List pull requests files @@ -24827,7 +24827,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -24841,16 +24841,16 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '500': + 500: "$ref": "#/components/responses/internal_error" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: pulls - subcategory: + subcategory: "/repos/{owner}/{repo}/pulls/{pull_number}/merge": get: summary: Check if a pull request has been merged @@ -24866,16 +24866,16 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/pull-number" responses: - '204': + 204: description: Response if pull request has been merged - '404': + 404: description: Response if pull request has not been merged x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: pulls - subcategory: + subcategory: put: summary: Merge a pull request description: This endpoint triggers [notifications](https://help.github.com/articles/about-notifications/). @@ -24917,7 +24917,7 @@ paths: - squash - rebase responses: - '200': + 200: description: Response if merge was successful content: application/json: @@ -24926,7 +24926,7 @@ paths: examples: response-if-merge-was-successful: "$ref": "#/components/examples/pull-request-merge-result-response-if-merge-was-successful" - '405': + 405: description: Response if merge cannot be performed content: application/json: @@ -24941,7 +24941,7 @@ paths: response-if-merge-cannot-be-performed: value: message: Pull Request is not mergeable - '409': + 409: description: Response if sha was provided and pull request head did not match content: @@ -24957,11 +24957,11 @@ paths: response-if-sha-was-provided-and-pull-request-head-did-not-match: value: message: Head branch was modified. Review and try the merge again. - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: triggersNotification: true @@ -24969,7 +24969,7 @@ paths: enabledForGitHubApps: true previews: [] category: pulls - subcategory: + subcategory: "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": get: summary: List requested reviewers for a pull request @@ -24987,7 +24987,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -25046,7 +25046,7 @@ paths: team_reviewers: - justice-league responses: - '201': + 201: description: response content: application/json: @@ -25055,9 +25055,9 @@ paths: examples: default: "$ref": "#/components/examples/pull-request-review-request" - '422': + 422: description: Response if user is not a collaborator - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: triggersNotification: true @@ -25103,9 +25103,9 @@ paths: team_reviewers: - justice-league responses: - '200': + 200: description: response - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -25130,7 +25130,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: The list of reviews returns in chronological order. content: application/json: @@ -25243,7 +25243,7 @@ paths: position: 6 body: Please add more information here, and fix this typo. responses: - '200': + 200: description: response content: application/json: @@ -25252,9 +25252,9 @@ paths: examples: default: "$ref": "#/components/examples/pull-request-review" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: triggersNotification: true @@ -25279,7 +25279,7 @@ paths: - "$ref": "#/components/parameters/pull-number" - "$ref": "#/components/parameters/review_id" responses: - '200': + 200: description: response content: application/json: @@ -25288,7 +25288,7 @@ paths: examples: default: "$ref": "#/components/examples/pull-request-review-4" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -25325,7 +25325,7 @@ paths: body: This is close to perfect! Please address the suggested inline change. And add more about this. responses: - '200': + 200: description: response content: application/json: @@ -25334,7 +25334,7 @@ paths: examples: default: "$ref": "#/components/examples/pull-request-review-5" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -25357,7 +25357,7 @@ paths: - "$ref": "#/components/parameters/pull-number" - "$ref": "#/components/parameters/review_id" responses: - '200': + 200: description: response content: application/json: @@ -25366,9 +25366,9 @@ paths: examples: default: "$ref": "#/components/examples/pull-request-review" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -25394,7 +25394,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -25408,7 +25408,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -25448,7 +25448,7 @@ paths: required: - message responses: - '200': + 200: description: response content: application/json: @@ -25457,9 +25457,9 @@ paths: examples: default: "$ref": "#/components/examples/pull-request-review-3" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -25506,7 +25506,7 @@ paths: required: - event responses: - '200': + 200: description: response content: application/json: @@ -25515,11 +25515,11 @@ paths: examples: default: "$ref": "#/components/examples/pull-request-review-4" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -25560,7 +25560,7 @@ paths: example: expected_head_sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e responses: - '202': + 202: description: response content: application/json: @@ -25574,11 +25574,11 @@ paths: example: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -25592,7 +25592,7 @@ paths: application/vnd.github.lydian-preview+json ``` category: pulls - subcategory: + subcategory: "/repos/{owner}/{repo}/readme": get: summary: Get a repository README @@ -25617,7 +25617,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -25626,9 +25626,9 @@ paths: examples: default: "$ref": "#/components/examples/content-file" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -25655,7 +25655,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -25669,7 +25669,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -25733,7 +25733,7 @@ paths: draft: false prerelease: false responses: - '201': + 201: description: response content: application/json: @@ -25747,7 +25747,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/releases/1 schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: triggersNotification: true @@ -25774,7 +25774,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/asset_id" responses: - '200': + 200: description: To download the asset's binary content, set the `Accept` header of the request to [`application/octet-stream`](https://docs.github.com/rest/overview/media-types). The API will either redirect the client to the location, or stream it @@ -25787,11 +25787,11 @@ paths: examples: default: "$ref": "#/components/examples/release-asset" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '302': + 302: "$ref": "#/components/responses/found" x-github: githubCloudOnly: false @@ -25832,7 +25832,7 @@ paths: name: foo-1.0.0-osx.zip label: Mac binary responses: - '200': + 200: description: response content: application/json: @@ -25861,7 +25861,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/asset_id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -25886,7 +25886,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -25921,7 +25921,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -25930,7 +25930,7 @@ paths: examples: default: "$ref": "#/components/examples/release" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -25954,7 +25954,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/release_id" responses: - '200': + 200: description: "**Note:** This returns an `upload_url` key corresponding to the endpoint for uploading release assets. This key is a [hypermedia resource](https://docs.github.com/rest/overview/resources-in-the-rest-api#hypermedia)." content: @@ -25964,7 +25964,7 @@ paths: examples: default: "$ref": "#/components/examples/release" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -26022,7 +26022,7 @@ paths: draft: false prerelease: false responses: - '200': + 200: description: response content: application/json: @@ -26051,7 +26051,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/release_id" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -26076,7 +26076,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -26152,7 +26152,7 @@ paths: type: string description: The raw file data responses: - '201': + 201: description: Response for successful upload content: application/json: @@ -26186,7 +26186,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -26208,7 +26208,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -26231,7 +26231,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: Returns a weekly aggregate of the number of additions and deletions pushed to a repository. content: @@ -26264,7 +26264,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -26302,7 +26302,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: |- * `w` - Start of the week, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time). * `a` - Number of additions @@ -26340,7 +26340,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: The array order is oldest week (index 0) to most recent week. content: application/json: @@ -26349,7 +26349,7 @@ paths: examples: default: "$ref": "#/components/examples/participation-stats" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -26378,7 +26378,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: For example, `[2, 14, 25]` indicates that there were 25 total commits, during the 2:00pm hour on Tuesdays. All times are based on the time zone of individual commits. @@ -26457,7 +26457,7 @@ paths: description: The build succeeded! context: continuous-integration/jenkins responses: - '201': + 201: description: response content: application/json: @@ -26493,7 +26493,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -26527,7 +26527,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: Response if you subscribe to the repository content: application/json: @@ -26536,9 +26536,9 @@ paths: examples: response-if-you-subscribe-to-the-repository: "$ref": "#/components/examples/repository-subscription-response-if-you-subscribe-to-the-repository" - '404': + 404: description: Response if you don't subscribe to the repository - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -26577,7 +26577,7 @@ paths: description: Determines if all notifications should be blocked from this repository. responses: - '200': + 200: description: response content: application/json: @@ -26607,7 +26607,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -26631,7 +26631,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -26650,7 +26650,7 @@ paths: enabledForGitHubApps: true previews: [] category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/tarball/{ref}": get: summary: Download a repository archive (tar) @@ -26674,7 +26674,7 @@ paths: schema: type: string responses: - '302': + 302: description: response headers: Location: @@ -26703,7 +26703,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -26722,7 +26722,7 @@ paths: enabledForGitHubApps: true previews: [] category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/topics": get: summary: Get all repository topics @@ -26737,7 +26737,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -26746,9 +26746,9 @@ paths: examples: default: "$ref": "#/components/examples/topic" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -26762,7 +26762,7 @@ paths: application/vnd.github.mercy-preview+json ``` category: repos - subcategory: + subcategory: put: summary: Replace all repository topics description: '' @@ -26798,7 +26798,7 @@ paths: - electron - api responses: - '200': + 200: description: response content: application/json: @@ -26807,11 +26807,11 @@ paths: examples: default: "$ref": "#/components/examples/topic" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -26825,7 +26825,7 @@ paths: application/vnd.github.mercy-preview+json ``` category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/traffic/clones": get: summary: Get repository clones @@ -26843,7 +26843,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/per" responses: - '200': + 200: description: response content: application/json: @@ -26852,7 +26852,7 @@ paths: examples: default: "$ref": "#/components/examples/clone-traffic" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -26874,7 +26874,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -26885,7 +26885,7 @@ paths: examples: default: "$ref": "#/components/examples/content-traffic-items" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -26907,7 +26907,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: response content: application/json: @@ -26918,7 +26918,7 @@ paths: examples: default: "$ref": "#/components/examples/referrer-traffic-items" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -26943,7 +26943,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/per" responses: - '200': + 200: description: response content: application/json: @@ -26952,7 +26952,7 @@ paths: examples: default: "$ref": "#/components/examples/view-traffic" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -26999,7 +26999,7 @@ paths: - 12 - 345 responses: - '202': + 202: description: response content: application/json: @@ -27013,7 +27013,7 @@ paths: enabledForGitHubApps: true previews: [] category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/vulnerability-alerts": get: summary: Check if vulnerability alerts are enabled for a repository @@ -27030,9 +27030,9 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Response if repository is enabled with vulnerability alerts - '404': + 404: description: Response if repository is not enabled with vulnerability alerts x-github: githubCloudOnly: false @@ -27046,7 +27046,7 @@ paths: application/vnd.github.dorian-preview+json ``` category: repos - subcategory: + subcategory: put: summary: Enable vulnerability alerts description: Enables dependency alerts and the dependency graph for a repository. @@ -27062,7 +27062,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -27076,7 +27076,7 @@ paths: application/vnd.github.dorian-preview+json ``` category: repos - subcategory: + subcategory: delete: summary: Disable vulnerability alerts description: Disables dependency alerts and the dependency graph for a repository. @@ -27092,7 +27092,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -27106,7 +27106,7 @@ paths: application/vnd.github.dorian-preview+json ``` category: repos - subcategory: + subcategory: "/repos/{owner}/{repo}/zipball/{ref}": get: summary: Download a repository archive (zip) @@ -27130,7 +27130,7 @@ paths: schema: type: string responses: - '302': + 302: description: response headers: Location: @@ -27209,7 +27209,7 @@ paths: include_all_branches: false private: false responses: - '201': + 201: description: response content: application/json: @@ -27236,7 +27236,7 @@ paths: application/vnd.github.baptiste-preview+json ``` category: repos - subcategory: + subcategory: "/repositories": get: summary: List public repositories @@ -27253,7 +27253,7 @@ paths: parameters: - "$ref": "#/components/parameters/since-repo" responses: - '200': + 200: description: response content: application/json: @@ -27269,16 +27269,16 @@ paths: example: ; rel="next" schema: type: string - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: repos - subcategory: + subcategory: "/scim/v2/enterprises/{enterprise}/Groups": get: summary: List provisioned SCIM groups for an enterprise @@ -27296,7 +27296,7 @@ paths: - "$ref": "#/components/parameters/start_index" - "$ref": "#/components/parameters/count" responses: - '200': + 200: description: response content: application/json: @@ -27361,7 +27361,7 @@ paths: - value: 92b58aaa-a1d6-11ea-8227-b9ce9e023ccc - value: aaaa8c34-a6b2-11ea-9d70-bbbbbd1c8fd5 responses: - '201': + 201: description: response content: application/json: @@ -27392,7 +27392,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/scim_group_id" responses: - '200': + 200: description: response content: application/json: @@ -27458,7 +27458,7 @@ paths: - value: 92b58aaa-a1d6-11ea-8227-b9ce9e023ccc - value: aaaa8c34-a6b2-11ea-9d70-bbbbbd1c8fd5 responses: - '200': + 200: description: response content: application/json: @@ -27516,7 +27516,7 @@ paths: value: - value: aaaa8c34-a6b2-11ea-9d70-bbbbbd1c8fd5 responses: - '200': + 200: description: response content: application/json: @@ -27545,7 +27545,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/scim_group_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -27586,7 +27586,7 @@ paths: - "$ref": "#/components/parameters/start_index" - "$ref": "#/components/parameters/count" responses: - '200': + 200: description: response content: application/json: @@ -27689,7 +27689,7 @@ paths: groups: - value: 468dd3fa-a1d6-11ea-9031-15a1f0d7811d responses: - '201': + 201: description: response content: application/json: @@ -27719,7 +27719,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/scim_user_id" responses: - '200': + 200: description: response content: application/json: @@ -27825,7 +27825,7 @@ paths: groups: - value: 468dd3fa-a1d6-11ea-9031-15a1f0d7811d responses: - '200': + 200: description: response content: application/json: @@ -27902,7 +27902,7 @@ paths: path: name.givenName value: Monalisa responses: - '200': + 200: description: response content: application/json: @@ -27931,7 +27931,7 @@ paths: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/scim_user_id" responses: - '204': + 204: description: Empty response x-github: enabledForGitHubApps: true @@ -27993,7 +27993,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/scim+json: @@ -28004,20 +28004,20 @@ paths: "$ref": "#/components/examples/scim-user-list-response-with-filter" response-without-filter: "$ref": "#/components/examples/scim-user-list-response-without-filter" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/scim_not_found" - '403': + 403: "$ref": "#/components/responses/scim_forbidden" - '400': + 400: "$ref": "#/components/responses/scim_bad_request" x-github: githubCloudOnly: true enabledForGitHubApps: true previews: [] category: scim - subcategory: + subcategory: post: summary: Provision and invite a SCIM user description: Provision organization membership for a user, and send an activation @@ -28031,7 +28031,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '201': + 201: description: response content: application/scim+json: @@ -28040,17 +28040,17 @@ paths: examples: default: "$ref": "#/components/examples/scim-user" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/scim_not_found" - '403': + 403: "$ref": "#/components/responses/scim_forbidden" - '500': + 500: "$ref": "#/components/responses/scim_internal_error" - '409': + 409: "$ref": "#/components/responses/scim_conflict" - '400': + 400: "$ref": "#/components/responses/scim_bad_request" requestBody: content: @@ -28119,7 +28119,7 @@ paths: enabledForGitHubApps: true previews: [] category: scim - subcategory: + subcategory: "/scim/v2/organizations/{org}/Users/{scim_user_id}": get: summary: Get SCIM provisioning information for a user @@ -28134,7 +28134,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/scim_user_id" responses: - '200': + 200: description: response content: application/scim+json: @@ -28143,18 +28143,18 @@ paths: examples: default: "$ref": "#/components/examples/scim-user" - '404': + 404: "$ref": "#/components/responses/scim_not_found" - '403': + 403: "$ref": "#/components/responses/scim_forbidden" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: true enabledForGitHubApps: true previews: [] category: scim - subcategory: + subcategory: put: summary: Update a provisioned organization membership description: |- @@ -28173,7 +28173,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/scim_user_id" responses: - '200': + 200: description: response content: application/scim+json: @@ -28182,11 +28182,11 @@ paths: examples: default: "$ref": "#/components/examples/scim-user" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/scim_not_found" - '403': + 403: "$ref": "#/components/responses/scim_forbidden" requestBody: content: @@ -28255,7 +28255,7 @@ paths: enabledForGitHubApps: true previews: [] category: scim - subcategory: + subcategory: patch: summary: Update an attribute for a SCIM user description: |- @@ -28285,7 +28285,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/scim_user_id" responses: - '200': + 200: description: response content: application/scim+json: @@ -28294,15 +28294,15 @@ paths: examples: default: "$ref": "#/components/examples/scim-user" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/scim_not_found" - '403': + 403: "$ref": "#/components/responses/scim_forbidden" - '400': + 400: "$ref": "#/components/responses/scim_bad_request" - '429': + 429: description: Too many requests content: application/json: @@ -28374,7 +28374,7 @@ paths: enabledForGitHubApps: true previews: [] category: scim - subcategory: + subcategory: delete: summary: Delete a SCIM user from an organization description: '' @@ -28388,20 +28388,20 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/scim_user_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/scim_not_found" - '403': + 403: "$ref": "#/components/responses/scim_forbidden" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: true enabledForGitHubApps: true previews: [] category: scim - subcategory: + subcategory: "/search/code": get: summary: Search code @@ -28456,7 +28456,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -28474,20 +28474,20 @@ paths: examples: default: "$ref": "#/components/examples/code-search-result-item-paginated" - '304': + 304: "$ref": "#/components/responses/not_modified" - '503': + 503: "$ref": "#/components/responses/service_unavailable" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: search - subcategory: + subcategory: "/search/commits": get: summary: Search commits @@ -28532,7 +28532,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -28550,9 +28550,9 @@ paths: examples: default: "$ref": "#/components/examples/commit-search-result-item-paginated" - '304': + 304: "$ref": "#/components/responses/not_modified" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -28568,7 +28568,7 @@ paths: application/vnd.github.cloak-preview ``` category: search - subcategory: + subcategory: "/search/issues": get: summary: Search issues and pull requests @@ -28629,7 +28629,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -28647,20 +28647,20 @@ paths: examples: default: "$ref": "#/components/examples/issue-search-result-item-paginated" - '503': + 503: "$ref": "#/components/responses/service_unavailable" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: search - subcategory: + subcategory: "/search/labels": get: summary: Search labels @@ -28707,7 +28707,7 @@ paths: - updated - "$ref": "#/components/parameters/order" responses: - '200': + 200: description: response content: application/json: @@ -28725,20 +28725,20 @@ paths: examples: default: "$ref": "#/components/examples/label-search-result-item-paginated" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: search - subcategory: + subcategory: "/search/repositories": get: summary: Search repositories @@ -28791,7 +28791,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -28809,11 +28809,11 @@ paths: examples: default: "$ref": "#/components/examples/repo-search-result-item-paginated" - '503': + 503: "$ref": "#/components/responses/service_unavailable" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false @@ -28827,7 +28827,7 @@ paths: application/vnd.github.mercy-preview+json ``` category: search - subcategory: + subcategory: "/search/topics": get: summary: Search topics @@ -28858,7 +28858,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -28876,9 +28876,9 @@ paths: examples: default: "$ref": "#/components/examples/topic-search-result-item-paginated" - '304': + 304: "$ref": "#/components/responses/not_modified" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -28892,7 +28892,7 @@ paths: application/vnd.github.mercy-preview+json ``` category: search - subcategory: + subcategory: "/search/users": get: summary: Search users @@ -28939,7 +28939,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -28957,18 +28957,18 @@ paths: examples: default: "$ref": "#/components/examples/user-search-result-item-paginated" - '304': + 304: "$ref": "#/components/responses/not_modified" - '503': + 503: "$ref": "#/components/responses/service_unavailable" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: search - subcategory: + subcategory: "/teams/{team_id}": get: summary: Get a team (Legacy) @@ -28985,7 +28985,7 @@ paths: parameters: - "$ref": "#/components/parameters/team-id" responses: - '200': + 200: description: response content: application/json: @@ -28994,7 +28994,7 @@ paths: examples: default: "$ref": "#/components/examples/team-full" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -29003,7 +29003,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true patch: summary: Update a team (Legacy) @@ -29070,7 +29070,7 @@ paths: description: new team description privacy: closed responses: - '201': + 201: description: response content: application/json: @@ -29079,11 +29079,11 @@ paths: examples: default: "$ref": "#/components/examples/team-full" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -29092,7 +29092,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true delete: summary: Delete a team (Legacy) @@ -29111,11 +29111,11 @@ paths: parameters: - "$ref": "#/components/parameters/team-id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -29124,7 +29124,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true "/teams/{team_id}/discussions": get: @@ -29145,7 +29145,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -29220,7 +29220,7 @@ paths: title: Our first team post body: Hi! This is an area for us to collaborate as a team. responses: - '201': + 201: description: response content: application/json: @@ -29266,7 +29266,7 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/discussion-number" responses: - '200': + 200: description: response content: application/json: @@ -29324,7 +29324,7 @@ paths: example: title: Welcome to our first team post responses: - '200': + 200: description: response content: application/json: @@ -29368,7 +29368,7 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/discussion-number" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -29399,7 +29399,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -29463,7 +29463,7 @@ paths: example: body: Do you like apples? responses: - '201': + 201: description: response content: application/json: @@ -29510,7 +29510,7 @@ paths: - "$ref": "#/components/parameters/discussion-number" - "$ref": "#/components/parameters/comment-number" responses: - '200': + 200: description: response content: application/json: @@ -29568,7 +29568,7 @@ paths: example: body: Do you like pineapples? responses: - '200': + 200: description: response content: application/json: @@ -29613,7 +29613,7 @@ paths: - "$ref": "#/components/parameters/discussion-number" - "$ref": "#/components/parameters/comment-number" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -29660,7 +29660,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -29691,7 +29691,7 @@ paths: removalDate: '2021-02-21' deprecationDate: '2020-02-26' category: reactions - subcategory: + subcategory: deprecated: true post: summary: Create reaction for a team discussion comment (Legacy) @@ -29733,7 +29733,7 @@ paths: example: content: heart responses: - '201': + 201: description: response content: application/json: @@ -29759,7 +29759,7 @@ paths: removalDate: '2021-02-21' deprecationDate: '2020-02-26' category: reactions - subcategory: + subcategory: deprecated: true "/teams/{team_id}/discussions/{discussion_number}/reactions": get: @@ -29796,7 +29796,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -29827,7 +29827,7 @@ paths: removalDate: '2021-02-21' deprecationDate: '2020-02-26' category: reactions - subcategory: + subcategory: deprecated: true post: summary: Create reaction for a team discussion (Legacy) @@ -29868,7 +29868,7 @@ paths: example: content: heart responses: - '201': + 201: description: response content: application/json: @@ -29894,7 +29894,7 @@ paths: removalDate: '2021-02-21' deprecationDate: '2020-02-26' category: reactions - subcategory: + subcategory: deprecated: true "/teams/{team_id}/invitations": get: @@ -29914,7 +29914,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -29968,7 +29968,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -29982,7 +29982,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -30012,9 +30012,9 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Response if user is a member - '404': + 404: description: Response if user is not a member x-github: githubCloudOnly: false @@ -30049,11 +30049,11 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '404': + 404: description: Response if team synchronization is set up - '422': + 422: description: response content: application/json: @@ -30095,7 +30095,7 @@ paths: - code: unaffiliated field: user resource: TeamMember - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -30128,9 +30128,9 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '404': + 404: description: Response if team synchronization is setup x-github: githubCloudOnly: false @@ -30162,7 +30162,7 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -30175,7 +30175,7 @@ paths: "$ref": "#/components/examples/team-membership-response-if-user-is-a-team-maintainer" response-if-user-has-a-pending-membership-with-team: "$ref": "#/components/examples/team-membership-response-if-user-has-a-pending-membership-with-team" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -30227,7 +30227,7 @@ paths: - maintainer default: member responses: - '200': + 200: description: response content: application/json: @@ -30238,9 +30238,9 @@ paths: "$ref": "#/components/examples/team-membership-response-if-users-membership-with-team-is-now-active" response-if-users-membership-with-team-is-now-pending: "$ref": "#/components/examples/team-membership-response-if-users-membership-with-team-is-now-pending" - '403': + 403: description: Response if team synchronization is set up - '422': + 422: description: Response if you attempt to add an organization to a team content: application/json: @@ -30271,7 +30271,7 @@ paths: - code: org field: user resource: TeamMember - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -30302,9 +30302,9 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '403': + 403: description: Response if team synchronization is set up x-github: githubCloudOnly: false @@ -30333,7 +30333,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -30347,9 +30347,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -30365,7 +30365,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true "/teams/{team_id}/projects/{project_id}": get: @@ -30384,7 +30384,7 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/project-id" responses: - '200': + 200: description: response content: application/json: @@ -30393,9 +30393,9 @@ paths: examples: default: "$ref": "#/components/examples/team-project" - '404': + 404: description: Response if project is not managed by this team - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -30411,7 +30411,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true put: summary: Add or update team project permissions (Legacy) @@ -30451,9 +30451,9 @@ paths: - write - admin responses: - '204': + 204: description: Empty response - '403': + 403: description: Response if the project is not owned by the organization content: application/json: @@ -30469,11 +30469,11 @@ paths: value: message: Must have admin rights to Repository. documentation_url: https://docs.github.com/rest/reference/teams#add-or-update-team-project-permissions - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -30489,7 +30489,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true delete: summary: Remove a project from a team (Legacy) @@ -30507,13 +30507,13 @@ paths: - "$ref": "#/components/parameters/team-id" - "$ref": "#/components/parameters/project-id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -30522,7 +30522,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true "/teams/{team_id}/repos": get: @@ -30542,7 +30542,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -30556,7 +30556,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -30565,7 +30565,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true "/teams/{team_id}/repos/{owner}/{repo}": get: @@ -30587,7 +30587,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '200': + 200: description: Alternative response with extra repository information content: application/vnd.github.v3.repository+json: @@ -30596,9 +30596,9 @@ paths: examples: alternative-response-with-extra-repository-information: "$ref": "#/components/examples/team-repository-alternative-response-with-extra-repository-information" - '204': + 204: description: Response if repository is managed by this team - '404': + 404: description: Response if repository is not managed by this team x-github: githubCloudOnly: false @@ -30607,7 +30607,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true put: summary: Add or update team repository permissions (Legacy) @@ -30648,11 +30648,11 @@ paths: - push - admin responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -30661,7 +30661,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true delete: summary: Remove a repository from a team (Legacy) @@ -30680,7 +30680,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response x-github: githubCloudOnly: false @@ -30689,7 +30689,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true "/teams/{team_id}/team-sync/group-mappings": get: @@ -30709,7 +30709,7 @@ paths: parameters: - "$ref": "#/components/parameters/team-id" responses: - '200': + 200: description: response content: application/json: @@ -30718,9 +30718,9 @@ paths: examples: default: "$ref": "#/components/examples/group-mapping-3" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: true @@ -30791,12 +30791,12 @@ paths: - groups example: groups: - - group_id: '123' + - group_id: 123 group_name: Octocat admins description: The people who configure your octoworld. group_description: string responses: - '200': + 200: description: response content: application/json: @@ -30805,9 +30805,9 @@ paths: examples: default: "$ref": "#/components/examples/group-mapping-2" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: true @@ -30836,7 +30836,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: Response if child teams exist content: application/json: @@ -30850,11 +30850,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -30863,7 +30863,7 @@ paths: removalDate: '2021-02-01' deprecationDate: '2020-01-21' category: teams - subcategory: + subcategory: deprecated: true "/user": get: @@ -30880,7 +30880,7 @@ paths: url: https://docs.github.com/v3/users/#get-the-authenticated-user parameters: [] responses: - '200': + 200: description: response content: application/json: @@ -30893,18 +30893,18 @@ paths: "$ref": "#/components/examples/private-user-response-with-public-and-private-profile-information" response-with-public-profile-information: "$ref": "#/components/examples/private-user-response-with-public-profile-information" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: users - subcategory: + subcategory: patch: summary: Update the authenticated user description: "**Note:** If your email is set to private and you send an `email` @@ -30956,7 +30956,7 @@ paths: description: The new short biography of the user. type: string responses: - '200': + 200: description: response content: application/json: @@ -30965,22 +30965,22 @@ paths: examples: default: "$ref": "#/components/examples/private-user" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: users - subcategory: + subcategory: "/user/blocks": get: summary: List users blocked by the authenticated user @@ -30993,7 +30993,7 @@ paths: url: https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user parameters: [] responses: - '200': + 200: description: response content: application/json: @@ -31004,15 +31004,15 @@ paths: examples: default: "$ref": "#/components/examples/simple-user-items" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -31036,19 +31036,19 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: 'If the user is blocked:' - '404': + 404: description: 'If the user is not blocked:' content: application/json: schema: "$ref": "#/components/schemas/basic-error" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31068,17 +31068,17 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -31098,15 +31098,15 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -31146,7 +31146,7 @@ paths: - visibility type: object responses: - '200': + 200: description: response content: application/json: @@ -31157,15 +31157,15 @@ paths: examples: default: "$ref": "#/components/examples/email-items-3" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -31188,7 +31188,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -31202,13 +31202,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31258,7 +31258,7 @@ paths: minItems: 1 - type: string responses: - '201': + 201: description: response content: application/json: @@ -31269,15 +31269,15 @@ paths: examples: default: "$ref": "#/components/examples/email-items" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31327,17 +31327,17 @@ paths: minItems: 1 - type: string responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -31359,7 +31359,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -31373,11 +31373,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31399,7 +31399,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -31413,11 +31413,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31438,20 +31438,20 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Response if the person is followed by the authenticated user - '404': + 404: description: Response if the person is not followed by the authenticated user content: application/json: schema: "$ref": "#/components/schemas/basic-error" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31474,15 +31474,15 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31503,15 +31503,15 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31534,7 +31534,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -31548,13 +31548,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31586,7 +31586,7 @@ paths: required: - armored_public_key responses: - '201': + 201: description: response content: application/json: @@ -31595,15 +31595,15 @@ paths: examples: default: "$ref": "#/components/examples/gpg-key" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31625,7 +31625,7 @@ paths: parameters: - "$ref": "#/components/parameters/gpg_key_id" responses: - '200': + 200: description: response content: application/json: @@ -31634,13 +31634,13 @@ paths: examples: default: "$ref": "#/components/examples/gpg-key" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31662,17 +31662,17 @@ paths: parameters: - "$ref": "#/components/parameters/gpg_key_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -31701,7 +31701,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: You can find the permissions for the installation under the `permissions` key. content: @@ -31721,13 +31721,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" x-github: githubCloudOnly: false @@ -31757,7 +31757,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: The access the user has to each repository is included in the hash under the `permissions` key. content: @@ -31779,11 +31779,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false @@ -31815,13 +31815,13 @@ paths: - "$ref": "#/components/parameters/installation_id" - "$ref": "#/components/parameters/repository_id" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -31845,13 +31845,13 @@ paths: - "$ref": "#/components/parameters/installation_id" - "$ref": "#/components/parameters/repository_id" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -31923,7 +31923,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -31937,9 +31937,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false @@ -31956,7 +31956,7 @@ paths: ``` The `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/rest/reference/reactions) reactions. category: issues - subcategory: + subcategory: "/user/keys": get: summary: List public SSH keys for the authenticated user @@ -31973,7 +31973,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -31987,13 +31987,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32030,7 +32030,7 @@ paths: - key type: object responses: - '201': + 201: description: response content: application/json: @@ -32039,15 +32039,15 @@ paths: examples: default: "$ref": "#/components/examples/key" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32070,7 +32070,7 @@ paths: parameters: - "$ref": "#/components/parameters/key_id" responses: - '200': + 200: description: response content: application/json: @@ -32079,13 +32079,13 @@ paths: examples: default: "$ref": "#/components/examples/key" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32107,15 +32107,15 @@ paths: parameters: - "$ref": "#/components/parameters/key_id" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32140,7 +32140,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -32154,11 +32154,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -32183,7 +32183,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -32197,9 +32197,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32232,7 +32232,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -32246,13 +32246,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -32273,7 +32273,7 @@ paths: parameters: - "$ref": "#/components/parameters/org" responses: - '200': + 200: description: response content: application/json: @@ -32282,9 +32282,9 @@ paths: examples: default: "$ref": "#/components/examples/org-membership" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -32320,7 +32320,7 @@ paths: example: state: active responses: - '200': + 200: description: response content: application/json: @@ -32329,11 +32329,11 @@ paths: examples: default: "$ref": "#/components/examples/org-membership-2" - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -32355,7 +32355,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -32369,11 +32369,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32438,7 +32438,7 @@ paths: - repositories type: object responses: - '201': + 201: description: response content: application/json: @@ -32447,13 +32447,13 @@ paths: examples: default: "$ref": "#/components/examples/migration-2" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32489,7 +32489,7 @@ paths: items: type: string responses: - '200': + 200: description: response content: application/json: @@ -32498,13 +32498,13 @@ paths: examples: default: "$ref": "#/components/examples/migration" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32553,13 +32553,13 @@ paths: parameters: - "$ref": "#/components/parameters/migration_id" responses: - '302': + 302: description: response - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32590,15 +32590,15 @@ paths: parameters: - "$ref": "#/components/parameters/migration_id" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32632,15 +32632,15 @@ paths: - "$ref": "#/components/parameters/migration_id" - "$ref": "#/components/parameters/repo_name" responses: - '204': + 204: description: Empty response - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32670,7 +32670,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -32684,7 +32684,7 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false @@ -32718,7 +32718,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -32732,18 +32732,18 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: orgs - subcategory: + subcategory: "/user/projects": post: summary: Create a user project @@ -32774,7 +32774,7 @@ paths: - name type: object responses: - '201': + 201: description: response content: application/json: @@ -32783,15 +32783,15 @@ paths: examples: default: "$ref": "#/components/examples/project" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false @@ -32805,7 +32805,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: "/user/public_emails": get: summary: List public email addresses for the authenticated user @@ -32822,7 +32822,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -32836,13 +32836,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -32929,7 +32929,7 @@ paths: - "$ref": "#/components/parameters/since" - "$ref": "#/components/parameters/before" responses: - '200': + 200: description: response content: application/json: @@ -32940,22 +32940,22 @@ paths: examples: default: "$ref": "#/components/examples/repository-items-default-response" - '418': + 418: description: Response definition missing - '422': + 422: "$ref": "#/components/responses/validation_failed" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: repos - subcategory: + subcategory: post: summary: Create a repository for the authenticated user description: |- @@ -33063,7 +33063,7 @@ paths: - name type: object responses: - '201': + 201: description: response content: application/json: @@ -33077,17 +33077,17 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '422': + 422: "$ref": "#/components/responses/validation_failed" - '400': + 400: "$ref": "#/components/responses/bad_request" x-github: githubCloudOnly: false @@ -33110,7 +33110,7 @@ paths: application/vnd.github.baptiste-preview+json ``` category: repos - subcategory: + subcategory: "/user/repository_invitations": get: summary: List repository invitations for the authenticated user @@ -33126,7 +33126,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33140,13 +33140,13 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -33167,15 +33167,15 @@ paths: parameters: - "$ref": "#/components/parameters/invitation_id" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" - '409': + 409: "$ref": "#/components/responses/conflict" - '404': + 404: "$ref": "#/components/responses/not_found" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false @@ -33195,15 +33195,15 @@ paths: parameters: - "$ref": "#/components/parameters/invitation_id" responses: - '204': + 204: description: Empty response - '409': + 409: "$ref": "#/components/responses/conflict" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -33230,7 +33230,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33252,11 +33252,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -33278,19 +33278,19 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Response if this repository is starred by you - '404': + 404: description: Response if this repository is not starred by you content: application/json: schema: "$ref": "#/components/schemas/basic-error" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -33312,15 +33312,15 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response - '403': + 403: "$ref": "#/components/responses/forbidden" - '404': + 404: "$ref": "#/components/responses/not_found" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false @@ -33341,15 +33341,15 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" responses: - '204': + 204: description: Empty response - '404': + 404: "$ref": "#/components/responses/not_found" - '401': + 401: "$ref": "#/components/responses/requires_authentication" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false @@ -33371,7 +33371,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33385,11 +33385,11 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '403': + 403: "$ref": "#/components/responses/forbidden" - '401': + 401: "$ref": "#/components/responses/requires_authentication" x-github: githubCloudOnly: false @@ -33414,7 +33414,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33428,18 +33428,18 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '304': + 304: "$ref": "#/components/responses/not_modified" - '404': + 404: "$ref": "#/components/responses/not_found" - '403': + 403: "$ref": "#/components/responses/forbidden" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: teams - subcategory: + subcategory: "/users": get: summary: List users @@ -33457,7 +33457,7 @@ paths: - "$ref": "#/components/parameters/since-user" - "$ref": "#/components/parameters/per_page" responses: - '200': + 200: description: response content: application/json: @@ -33473,14 +33473,14 @@ paths: example: ; rel="next" schema: type: string - '304': + 304: "$ref": "#/components/responses/not_modified" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: users - subcategory: + subcategory: "/users/{username}": get: summary: Get a user @@ -33501,7 +33501,7 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -33514,14 +33514,14 @@ paths: "$ref": "#/components/examples/public-user-default-response" response-with-git-hub-plan-information: "$ref": "#/components/examples/public-user-response-with-git-hub-plan-information" - '404': + 404: "$ref": "#/components/responses/not_found" x-github: githubCloudOnly: false enabledForGitHubApps: true previews: [] category: users - subcategory: + subcategory: "/users/{username}/events": get: summary: List events for the authenticated user @@ -33538,7 +33538,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33569,7 +33569,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33598,7 +33598,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33627,7 +33627,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33662,7 +33662,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33700,9 +33700,9 @@ paths: schema: type: string responses: - '204': + 204: description: Response if the user follows the target user - '404': + 404: description: Response if the user does not follow the target user x-github: githubCloudOnly: false @@ -33726,7 +33726,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33740,14 +33740,14 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: gists - subcategory: + subcategory: "/users/{username}/gpg_keys": get: summary: List GPG keys for a user @@ -33764,7 +33764,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33825,7 +33825,7 @@ paths: schema: type: string responses: - '200': + 200: description: response content: application/json: @@ -33834,16 +33834,16 @@ paths: examples: default: "$ref": "#/components/examples/hovercard" - '404': + 404: "$ref": "#/components/responses/not_found" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false enabledForGitHubApps: false previews: [] category: users - subcategory: + subcategory: "/users/{username}/installation": get: summary: Get a user installation for the authenticated app @@ -33860,7 +33860,7 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -33874,7 +33874,7 @@ paths: enabledForGitHubApps: false previews: [] category: apps - subcategory: + subcategory: "/users/{username}/keys": get: summary: List public keys for a user @@ -33891,7 +33891,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33929,7 +33929,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33948,7 +33948,7 @@ paths: enabledForGitHubApps: true previews: [] category: orgs - subcategory: + subcategory: "/users/{username}/projects": get: summary: List user projects @@ -33976,7 +33976,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -33990,9 +33990,9 @@ paths: headers: Link: "$ref": "#/components/headers/link" - '415': + 415: "$ref": "#/components/responses/preview_header_missing" - '422': + 422: "$ref": "#/components/responses/validation_failed" x-github: githubCloudOnly: false @@ -34006,7 +34006,7 @@ paths: application/vnd.github.inertia-preview+json ``` category: projects - subcategory: + subcategory: "/users/{username}/received_events": get: summary: List events received by the authenticated user @@ -34024,7 +34024,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -34053,7 +34053,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -34115,7 +34115,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -34143,7 +34143,7 @@ paths: application/vnd.github.nebula-preview+json ``` category: repos - subcategory: + subcategory: "/users/{username}/settings/billing/actions": get: summary: Get GitHub Actions billing for a user @@ -34162,7 +34162,7 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -34176,7 +34176,7 @@ paths: enabledForGitHubApps: false previews: [] category: billing - subcategory: + subcategory: "/users/{username}/settings/billing/packages": get: summary: Get GitHub Packages billing for a user @@ -34195,7 +34195,7 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -34209,7 +34209,7 @@ paths: enabledForGitHubApps: false previews: [] category: billing - subcategory: + subcategory: "/users/{username}/settings/billing/shared-storage": get: summary: Get shared storage billing for a user @@ -34228,7 +34228,7 @@ paths: parameters: - "$ref": "#/components/parameters/username" responses: - '200': + 200: description: response content: application/json: @@ -34242,7 +34242,7 @@ paths: enabledForGitHubApps: false previews: [] category: billing - subcategory: + subcategory: "/users/{username}/starred": get: summary: List repositories starred by a user @@ -34263,7 +34263,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -34306,7 +34306,7 @@ paths: - "$ref": "#/components/parameters/per_page" - "$ref": "#/components/parameters/page" responses: - '200': + 200: description: response content: application/json: @@ -34334,7 +34334,7 @@ paths: - meta operationId: meta/get-zen responses: - '200': + 200: description: response content: text/plain: @@ -48130,7 +48130,7 @@ components: can_encrypt_storage: true can_certify: false created_at: '2016-03-24T11:31:04-06:00' - expires_at: + expires_at: items: type: object properties: @@ -48616,7 +48616,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -48645,7 +48645,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -49137,7 +49137,7 @@ components: updated_at: '2011-06-20T11:34:15Z' description: Hello World Examples comments: 0 - user: + user: comments_url: https://api.github.com/gists/aa5a315d61ae9438b18d/comments/ owner: login: octocat @@ -49301,7 +49301,7 @@ components: updated_at: '2011-06-20T11:34:15Z' description: Hello World Examples comments: 0 - user: + user: comments_url: https://api.github.com/gists/aa5a315d61ae9438b18d/comments/ owner: login: octocat @@ -49433,7 +49433,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -49458,7 +49458,7 @@ components: created_at: '2011-01-26T19:01:12Z' updated_at: '2011-01-26T19:14:43Z' allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -49597,7 +49597,7 @@ components: html_url: https://github.com/octocat/Hello-World/pull/1347 diff_url: https://github.com/octocat/Hello-World/pull/1347.diff patch_url: https://github.com/octocat/Hello-World/pull/1347.patch - closed_at: + closed_at: created_at: '2011-04-22T13:33:48Z' updated_at: '2011-04-22T13:33:48Z' repository: @@ -49671,7 +49671,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -49700,7 +49700,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -49813,7 +49813,7 @@ components: organization_billing_email: billing@github.com marketplace_pending_change: effective_date: '2017-11-11T00:00:00Z' - unit_count: + unit_count: id: 77 plan: url: https://api.github.com/marketplace_listing/plans/1111 @@ -49827,14 +49827,14 @@ components: price_model: flat-rate has_free_trial: true state: published - unit_name: + unit_name: bullets: - Up to 10 private repositories - 3 concurrent builds marketplace_purchase: billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' - unit_count: + unit_count: on_free_trial: true free_trial_ends_on: '2017-11-11T00:00:00Z' updated_at: '2017-11-02T01:12:12Z' @@ -49849,7 +49849,7 @@ components: yearly_price_in_cents: 11870 price_model: flat-rate has_free_trial: true - unit_name: + unit_name: state: published bullets: - Up to 25 private repositories @@ -49866,7 +49866,7 @@ components: yearly_price_in_cents: 11870 price_model: flat-rate has_free_trial: true - unit_name: + unit_name: state: published bullets: - Up to 25 private repositories @@ -49880,7 +49880,7 @@ components: organization_billing_email: billing@github.com marketplace_pending_change: effective_date: '2017-11-11T00:00:00Z' - unit_count: + unit_count: id: 77 plan: url: https://api.github.com/marketplace_listing/plans/1111 @@ -49894,14 +49894,14 @@ components: price_model: flat-rate has_free_trial: true state: published - unit_name: + unit_name: bullets: - Up to 10 private repositories - 3 concurrent builds marketplace_purchase: billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' - unit_count: + unit_count: on_free_trial: true free_trial_ends_on: '2017-11-11T00:00:00Z' updated_at: '2017-11-02T01:12:12Z' @@ -49916,7 +49916,7 @@ components: yearly_price_in_cents: 11870 price_model: flat-rate has_free_trial: true - unit_name: + unit_name: state: published bullets: - Up to 25 private repositories @@ -50109,7 +50109,7 @@ components: value: subscribed: true ignored: false - reason: + reason: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 @@ -50343,7 +50343,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -50372,7 +50372,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -50777,7 +50777,7 @@ components: permission: admin members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos - parent: + parent: org-membership-response-if-user-has-an-active-admin-membership-with-organization: summary: Response if user has an active admin membership with organization value: @@ -51070,7 +51070,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -51099,7 +51099,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -51218,7 +51218,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -51247,7 +51247,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -51365,7 +51365,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -51394,7 +51394,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -51486,7 +51486,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -51663,7 +51663,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks: 9 forks_count: 9 stargazers_count: 80 @@ -51702,7 +51702,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -51712,10 +51712,10 @@ components: group-mapping-3: value: groups: - - group_id: '123' + - group_id: 123 group_name: Octocat admins group_description: The people who configure your octoworld. - - group_id: '456' + - group_id: 456 group_name: Octocat docs members group_description: The people who make your octoworld come to life. team-full: @@ -51731,7 +51731,7 @@ components: permission: admin members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos - parent: + parent: members_count: 3 repos_count: 10 created_at: '2017-07-14T16:53:42Z' @@ -51792,7 +51792,7 @@ components: comments_count: 0 comments_url: https://api.github.com/teams/2343027/discussions/1/comments created_at: '2018-01-25T18:56:31Z' - last_edited_at: + last_edited_at: html_url: https://github.com/orgs/github/teams/justice-league/discussions/1 node_id: MDE0OlRlYW1EaXNjdXNzaW9uMQ== number: 1 @@ -51840,7 +51840,7 @@ components: comments_count: 0 comments_url: https://api.github.com/teams/2343027/discussions/1/comments created_at: '2018-01-25T18:56:31Z' - last_edited_at: + last_edited_at: html_url: https://github.com/orgs/github/teams/justice-league/discussions/1 node_id: MDE0OlRlYW1EaXNjdXNzaW9uMQ== number: 1 @@ -51934,7 +51934,7 @@ components: body_html: "

Do you like apples?

" body_version: 5eb32b219cdc6a5a9b29ba5d6caa9c51 created_at: '2018-01-15T23:53:58Z' - last_edited_at: + last_edited_at: discussion_url: https://api.github.com/teams/2403582/discussions/1 html_url: https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1 node_id: MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE= @@ -51977,7 +51977,7 @@ components: body_html: "

Do you like apples?

" body_version: 5eb32b219cdc6a5a9b29ba5d6caa9c51 created_at: '2018-01-15T23:53:58Z' - last_edited_at: + last_edited_at: discussion_url: https://api.github.com/teams/2403582/discussions/1 html_url: https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1 node_id: MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE= @@ -52268,7 +52268,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -52297,7 +52297,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -52317,10 +52317,10 @@ components: group-mapping: value: groups: - - group_id: '123' + - group_id: 123 group_name: Octocat admins group_description: The people who configure your octoworld. - - group_id: '456' + - group_id: 456 group_name: Octocat docs members group_description: The people who make your octoworld come to life. team-items-response-if-child-teams-exist: @@ -52585,7 +52585,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 forks: 9 stargazers_count: 80 @@ -52617,7 +52617,7 @@ components: push: false admin: false allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -52720,7 +52720,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -52749,7 +52749,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -52837,7 +52837,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -52866,7 +52866,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -52913,7 +52913,7 @@ components: site_admin: true private: false html_url: https://github.com/LindseyB/cosee - description: + description: fork: false license: key: mit @@ -52966,18 +52966,18 @@ components: ssh_url: git@github.com=>LindseyB/cosee.git clone_url: https://github.com/LindseyB/cosee.git svn_url: https://github.com/LindseyB/cosee - homepage: + homepage: size: 1 stargazers_count: 0 watchers_count: 0 - language: + language: has_issues: true has_projects: true has_downloads: true has_wiki: true has_pages: false forks_count: 0 - mirror_url: + mirror_url: open_issues_count: 0 forks: 0 open_issues: 0 @@ -53064,7 +53064,7 @@ components: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://github.com/licenses/mit - language: + language: forks_count: 9 forks: 9 stargazers_count: 80 @@ -53096,7 +53096,7 @@ components: push: false admin: false allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -53193,7 +53193,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -53222,7 +53222,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -53310,7 +53310,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -53339,7 +53339,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -53485,7 +53485,7 @@ components: run_number: 562 event: push status: queued - conclusion: + conclusion: workflow_id: 159038 url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642 html_url: https://github.com/octo-org/octo-repo/actions/runs/30433642 @@ -53603,7 +53603,7 @@ components: type: User site_admin: false html_url: https://github.com/octo-org/octo-repo - description: + description: fork: false url: https://api.github.com/repos/octo-org/octo-repo forks_url: https://api.github.com/repos/octo-org/octo-repo/forks @@ -53652,7 +53652,7 @@ components: run_number: 562 event: push status: queued - conclusion: + conclusion: workflow_id: 159038 url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642 html_url: https://github.com/octo-org/octo-repo/actions/runs/30433642 @@ -53770,7 +53770,7 @@ components: type: User site_admin: false html_url: https://github.com/octo-org/octo-repo - description: + description: fork: false url: https://api.github.com/repos/octo-org/octo-repo forks_url: https://api.github.com/repos/octo-org/octo-repo/forks @@ -54008,8 +54008,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: comment_count: 0 author: gravatar_id: '' @@ -54119,7 +54119,7 @@ components: permission: admin members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos - parent: + parent: dismiss_stale_reviews: true require_code_owner_reviews: true required_approving_review_count: 2 @@ -54159,7 +54159,7 @@ components: permission: admin members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos - parent: + parent: apps: - id: 1 slug: octoapp @@ -54239,7 +54239,7 @@ components: permission: admin members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos - parent: + parent: dismiss_stale_reviews: true require_code_owner_reviews: true required_approving_review_count: 2 @@ -54291,7 +54291,7 @@ components: permission: admin members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos - parent: + parent: apps: - id: 1 slug: octoapp @@ -54372,9 +54372,9 @@ components: html_url: https://github.com/github/hello-world/runs/4 details_url: https://example.com status: in_progress - conclusion: + conclusion: started_at: '2018-05-04T01:14:52Z' - completed_at: + completed_at: output: title: Mighty Readme Report summary: '' @@ -54731,7 +54731,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -54858,7 +54858,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -54887,7 +54887,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -55018,7 +55018,7 @@ components: description: Arbitrary file write during zip extraction tool: name: CodeQL command-line toolchain - version: + version: - number: 3 created_at: '2020-02-13T12:29:18Z' url: https://api.github.com/repos/github/hello-world/code-scanning/alerts/3 @@ -55051,7 +55051,7 @@ components: description: Arbitrary file write during zip extraction tool: name: CodeQL command-line toolchain - version: + version: code-scanning-alert-code-scanning-alert: value: number: 22 @@ -55095,7 +55095,7 @@ components: description: Polynomial regular expression used on uncontrolled data tool: name: CodeQL command-line toolchain - version: + version: code-scanning-alert-code-scanning-alert-dismissed: value: number: 22 @@ -55139,7 +55139,7 @@ components: description: Polynomial regular expression used on uncontrolled data tool: name: CodeQL command-line toolchain - version: + version: code-scanning-analysis-code-scanning-analysis-items: value: - ref: refs/heads/master @@ -55711,7 +55711,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -55740,7 +55740,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -55851,7 +55851,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -55880,7 +55880,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -55941,8 +55941,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: author: login: octocat id: 1 @@ -56121,7 +56121,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -56356,7 +56356,7 @@ components: value: health_percentage: 100 description: My first repository on GitHub! - documentation: + documentation: files: code_of_conduct: name: Contributor Covenant @@ -56414,8 +56414,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: author: login: octocat id: 1 @@ -56481,8 +56481,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: author: login: octocat id: 1 @@ -56552,8 +56552,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: author: login: octocat id: 1 @@ -56648,7 +56648,7 @@ components: url: https://api.github.com/repos/octokit/octokit.rb/contents/lib/octokit git_url: https://api.github.com/repos/octokit/octokit.rb/git/trees/a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d html_url: https://github.com/octokit/octokit.rb/tree/master/lib/octokit - download_url: + download_url: _links: self: https://api.github.com/repos/octokit/octokit.rb/contents/lib/octokit git: https://api.github.com/repos/octokit/octokit.rb/git/trees/a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d @@ -56682,7 +56682,7 @@ components: url: https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master git_url: https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9 html_url: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 - download_url: + download_url: _links: git: https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9 self: https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master @@ -56727,8 +56727,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: file-commit-example-for-creating-a-file: value: content: @@ -56769,11 +56769,11 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: file-commit: value: - content: + content: commit: sha: 7638417db6d59f3c431d3e1f261cc637155684cd node_id: MDY6Q29tbWl0NzYzODQxN2RiNmQ1OWYzYzQzMWQzZTFmMjYxY2M2MzcxNTU2ODRjZA== @@ -56798,8 +56798,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: contributor-items-response-if-repository-contains-content: value: - login: octocat @@ -57111,7 +57111,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -57184,8 +57184,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: git-commit-2: value: sha: 7638417db6d59f3c431d3e1f261cc637155684cd @@ -57209,8 +57209,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: git-ref-items: value: - ref: refs/heads/feature-a @@ -57254,8 +57254,8 @@ components: verification: verified: false reason: unsigned - signature: - payload: + signature: + payload: git-tree: value: sha: cd8274d15fa3ae2ab983129fb037999f264ba9a7 @@ -57324,9 +57324,9 @@ components: test_url: https://api.github.com/repos/octocat/Hello-World/hooks/12345678/test ping_url: https://api.github.com/repos/octocat/Hello-World/hooks/12345678/pings last_response: - code: + code: status: unused - message: + message: hook: value: type: Repository @@ -57346,9 +57346,9 @@ components: test_url: https://api.github.com/repos/octocat/Hello-World/hooks/12345678/test ping_url: https://api.github.com/repos/octocat/Hello-World/hooks/12345678/pings last_response: - code: + code: status: unused - message: + message: import: value: vcs: subversion @@ -57825,7 +57825,7 @@ components: html_url: https://github.com/octocat/Hello-World/pull/1347 diff_url: https://github.com/octocat/Hello-World/pull/1347.diff patch_url: https://github.com/octocat/Hello-World/pull/1347.patch - closed_at: + closed_at: created_at: '2011-04-22T13:33:48Z' updated_at: '2011-04-22T13:33:48Z' author_association: collaborator @@ -57951,7 +57951,7 @@ components: html_url: https://github.com/octocat/Hello-World/pull/1347 diff_url: https://github.com/octocat/Hello-World/pull/1347.diff patch_url: https://github.com/octocat/Hello-World/pull/1347.patch - closed_at: + closed_at: created_at: '2011-04-22T13:33:48Z' updated_at: '2011-04-22T13:33:48Z' closed_by: @@ -58183,7 +58183,7 @@ components: html_url: https://github.com/octocat/Hello-World/pull/1347 diff_url: https://github.com/octocat/Hello-World/pull/1347.diff patch_url: https://github.com/octocat/Hello-World/pull/1347.patch - closed_at: + closed_at: created_at: '2011-04-22T13:33:48Z' updated_at: '2011-04-22T13:33:48Z' author_association: collaborator @@ -58336,7 +58336,7 @@ components: html_url: https://github.com/octocat/Hello-World/pull/1347 diff_url: https://github.com/octocat/Hello-World/pull/1347.diff patch_url: https://github.com/octocat/Hello-World/pull/1347.patch - closed_at: + closed_at: created_at: '2011-04-22T13:33:48Z' updated_at: '2011-04-22T13:33:48Z' author_association: collaborator @@ -58498,7 +58498,7 @@ components: html_url: https://github.com/octocat/Hello-World/pull/1347 diff_url: https://github.com/octocat/Hello-World/pull/1347.diff patch_url: https://github.com/octocat/Hello-World/pull/1347.patch - closed_at: + closed_at: created_at: '2011-04-22T13:33:48Z' updated_at: '2011-04-22T13:33:48Z' author_association: collaborator @@ -58729,7 +58729,7 @@ components: - url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built error: - message: + message: pusher: login: octocat id: 1 @@ -58762,7 +58762,7 @@ components: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built error: - message: + message: pusher: login: octocat id: 1 @@ -59087,7 +59087,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -59220,7 +59220,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -59562,7 +59562,7 @@ components: permission: admin members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos - parent: + parent: pull-request-review-request: value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 @@ -59867,7 +59867,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -59896,7 +59896,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -60007,7 +60007,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -60036,7 +60036,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -60789,7 +60789,7 @@ components: value: subscribed: true ignored: false - reason: + reason: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/repos/octocat/example/subscription repository_url: https://api.github.com/repos/octocat/example @@ -60797,7 +60797,7 @@ components: value: subscribed: true ignored: false - reason: + reason: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/repos/octocat/example/subscription repository_url: https://api.github.com/repos/octocat/example @@ -61045,7 +61045,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 forks: 9 stargazers_count: 80 @@ -61163,7 +61163,7 @@ components: - schemas: - urn:ietf:params:scim:schemas:core:2.0:Group id: abcd27f8-a9aa-11ea-8221-f59b2be9cccc - externalId: + externalId: displayName: octo-org members: - value: 92b58aaa-a1d6-11ea-8227-b9ce9e023ccc @@ -61180,7 +61180,7 @@ components: - schemas: - urn:ietf:params:scim:schemas:core:2.0:Group id: 5e75bbbb-aa1a-11ea-8644-75ff655cdddd - externalId: + externalId: displayName: octo-docs-org members: - value: 92b58aaa-a1d6-11ea-8227-b9ce9e023ccc @@ -61196,7 +61196,7 @@ components: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group id: abcd27f8-a9aa-11ea-8221-f59b2be9cccc - externalId: + externalId: displayName: octo-org members: - value: 92b58aaa-a1d6-11ea-8227-b9ce9e023ccc @@ -61215,7 +61215,7 @@ components: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group id: abcd27f8-a9aa-11ea-8221-f59b2be9cccc - externalId: + externalId: displayName: octo-org members: - value: 92b58aaa-a1d6-11ea-8227-b9ce9e023ccc @@ -61649,7 +61649,7 @@ components: name: bug color: ff0000 state: open - assignee: + assignee: milestone: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -61688,7 +61688,7 @@ components: comments: 15 created_at: '2009-07-12T20:10:41Z' updated_at: '2009-07-19T09:23:43Z' - closed_at: + closed_at: pull_request: url: https://api/github.com/repos/octocat/Hello-World/pull/1347 html_url: https://github.com/octocat/Hello-World/pull/1347 @@ -62007,7 +62007,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -62036,7 +62036,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -62056,7 +62056,7 @@ components: group-mapping-2: value: groups: - - group_id: '123' + - group_id: 123 group_name: Octocat admins group_description: The people who configure your octoworld. private-user-response-with-public-and-private-profile-information: @@ -62206,11 +62206,11 @@ components: - email: octocat@github.com primary: false verified: false - visibility: + visibility: - email: mona@github.com primary: false verified: false - visibility: + visibility: gpg-key-items: value: - id: 3 @@ -62390,7 +62390,7 @@ components: value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' - unit_count: + unit_count: on_free_trial: true free_trial_ends_on: '2017-11-11T00:00:00Z' updated_at: '2017-11-02T01:12:12Z' @@ -62398,7 +62398,7 @@ components: login: github id: 4 url: https://api.github.com/orgs/github - email: + email: organization_billing_email: billing@github.com type: Organization plan: @@ -62412,7 +62412,7 @@ components: yearly_price_in_cents: 11870 price_model: flat-rate has_free_trial: true - unit_name: + unit_name: state: published bullets: - Up to 25 private repositories @@ -62664,7 +62664,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -62693,7 +62693,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -62812,7 +62812,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -62841,7 +62841,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -62959,7 +62959,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -62988,7 +62988,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -63114,7 +63114,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -63143,7 +63143,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -63235,7 +63235,7 @@ components: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks svn_url: https://svn.github.com/octocat/Hello-World homepage: https://github.com - language: + language: forks_count: 9 stargazers_count: 80 watchers_count: 80 @@ -63264,7 +63264,7 @@ components: push: false pull: true allow_rebase_merge: true - template_repository: + template_repository: temp_clone_token: ABTLWHOULUVAXGTRYU7OC2876QJ2O allow_squash_merge: true delete_branch_on_merge: true @@ -63294,7 +63294,7 @@ components: permission: admin members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos - parent: + parent: members_count: 3 repos_count: 10 created_at: '2017-07-14T16:53:42Z' diff --git a/tests/v3/specs/stripe.yaml b/tests/v3/specs/stripe.yaml index bbd6db2b2..af9457522 100644 --- a/tests/v3/specs/stripe.yaml +++ b/tests/v3/specs/stripe.yaml @@ -17757,7 +17757,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -17802,7 +17802,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -17836,7 +17836,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -17873,7 +17873,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18473,7 +18473,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18571,7 +18571,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18604,7 +18604,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18647,7 +18647,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18763,7 +18763,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18803,7 +18803,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18875,7 +18875,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18922,7 +18922,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -18990,7 +18990,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -19121,7 +19121,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -19154,7 +19154,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -19197,7 +19197,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -19313,7 +19313,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -19360,7 +19360,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -19403,7 +19403,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -19494,7 +19494,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -19793,7 +19793,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -19831,7 +19831,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -19875,7 +19875,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -20155,7 +20155,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -20246,7 +20246,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -20545,7 +20545,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -20583,7 +20583,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -20627,7 +20627,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -20907,7 +20907,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -20978,7 +20978,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -21066,7 +21066,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -21713,7 +21713,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -21752,7 +21752,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -21796,7 +21796,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22404,7 +22404,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22510,7 +22510,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22550,7 +22550,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22600,7 +22600,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22723,7 +22723,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22770,7 +22770,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22849,7 +22849,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22903,7 +22903,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -22978,7 +22978,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23117,7 +23117,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23157,7 +23157,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23207,7 +23207,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23330,7 +23330,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23380,7 +23380,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23426,7 +23426,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23524,7 +23524,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23828,7 +23828,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23873,7 +23873,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -23924,7 +23924,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -24208,7 +24208,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -24306,7 +24306,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -24610,7 +24610,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -24655,7 +24655,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -24706,7 +24706,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -24990,7 +24990,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25043,7 +25043,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -25120,7 +25120,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25187,7 +25187,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -25221,7 +25221,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25265,7 +25265,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25365,7 +25365,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25447,7 +25447,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25515,7 +25515,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25562,7 +25562,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25610,7 +25610,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25691,7 +25691,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25788,7 +25788,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25828,7 +25828,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -25975,7 +25975,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -26052,7 +26052,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -26199,7 +26199,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -26276,7 +26276,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -26323,7 +26323,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -26416,7 +26416,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -26490,7 +26490,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -26577,7 +26577,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -26693,7 +26693,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -26836,7 +26836,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27147,7 +27147,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27195,7 +27195,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27350,7 +27350,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27448,7 +27448,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27493,7 +27493,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27640,7 +27640,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27683,7 +27683,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27769,7 +27769,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27847,7 +27847,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -27950,7 +27950,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -28000,7 +28000,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -28058,7 +28058,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -28144,7 +28144,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -28771,7 +28771,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -28816,7 +28816,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -28886,7 +28886,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -28959,7 +28959,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -29051,7 +29051,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -29188,7 +29188,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -29226,7 +29226,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -29270,7 +29270,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -29335,7 +29335,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -29423,7 +29423,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -29592,7 +29592,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -29755,7 +29755,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -29952,7 +29952,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -30060,7 +30060,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -30134,7 +30134,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -30192,7 +30192,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -30236,7 +30236,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -30335,7 +30335,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -30630,7 +30630,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -30665,7 +30665,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -30710,7 +30710,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31082,7 +31082,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31160,7 +31160,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31268,7 +31268,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -31321,7 +31321,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31392,7 +31392,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31472,7 +31472,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31667,7 +31667,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31716,7 +31716,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31772,7 +31772,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31926,7 +31926,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -31988,7 +31988,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32067,7 +32067,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32261,7 +32261,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32310,7 +32310,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32366,7 +32366,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32520,7 +32520,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32557,7 +32557,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32601,7 +32601,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32684,7 +32684,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32885,7 +32885,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32934,7 +32934,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -32987,7 +32987,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -33141,7 +33141,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -33203,7 +33203,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -33283,7 +33283,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -33620,7 +33620,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -33685,7 +33685,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -33736,7 +33736,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34097,7 +34097,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34138,7 +34138,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34189,7 +34189,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34266,7 +34266,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34375,7 +34375,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -34415,7 +34415,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34465,7 +34465,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34572,7 +34572,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34645,7 +34645,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34795,7 +34795,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34841,7 +34841,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34886,7 +34886,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -34929,7 +34929,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35053,7 +35053,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35127,7 +35127,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35200,7 +35200,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35274,7 +35274,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35377,7 +35377,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35469,7 +35469,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -35513,7 +35513,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35587,7 +35587,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35699,7 +35699,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35813,7 +35813,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -35863,7 +35863,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -35982,7 +35982,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -36149,7 +36149,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -36185,7 +36185,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -36229,7 +36229,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -36353,7 +36353,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -36508,7 +36508,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -36708,7 +36708,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -37061,7 +37061,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -37444,7 +37444,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -37509,7 +37509,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -37553,7 +37553,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -37737,7 +37737,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -37787,7 +37787,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -37867,7 +37867,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -37940,7 +37940,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38018,7 +38018,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38064,7 +38064,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38110,7 +38110,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38189,7 +38189,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38267,7 +38267,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38388,7 +38388,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38461,7 +38461,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38521,7 +38521,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38588,7 +38588,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38649,7 +38649,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -38780,7 +38780,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -39892,7 +39892,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -39937,7 +39937,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -41013,7 +41013,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -41160,7 +41160,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -42239,7 +42239,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -42284,7 +42284,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43272,7 +43272,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43344,7 +43344,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43419,7 +43419,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43464,7 +43464,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43520,7 +43520,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43613,7 +43613,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43686,7 +43686,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43742,7 +43742,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43851,7 +43851,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43924,7 +43924,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -43984,7 +43984,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44028,7 +44028,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44127,7 +44127,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44202,7 +44202,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44399,7 +44399,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44570,7 +44570,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -44617,7 +44617,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44717,7 +44717,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44802,7 +44802,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44880,7 +44880,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -44981,7 +44981,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -45374,7 +45374,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -45432,7 +45432,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -45713,7 +45713,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -45770,7 +45770,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -45856,7 +45856,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -46175,7 +46175,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -46267,7 +46267,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -46538,7 +46538,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -46583,7 +46583,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -46703,7 +46703,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -46763,7 +46763,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -46806,7 +46806,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -46933,7 +46933,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -47065,7 +47065,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -47112,7 +47112,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -47172,7 +47172,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -47217,7 +47217,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -47325,7 +47325,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -47588,7 +47588,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -47623,7 +47623,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -47667,7 +47667,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -47744,7 +47744,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -47883,7 +47883,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48073,7 +48073,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -48110,7 +48110,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48156,7 +48156,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48327,7 +48327,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48405,7 +48405,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48482,7 +48482,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48590,7 +48590,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48666,7 +48666,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -48701,7 +48701,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48745,7 +48745,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48853,7 +48853,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -48953,7 +48953,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -48989,7 +48989,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49033,7 +49033,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49097,7 +49097,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49206,7 +49206,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49336,7 +49336,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -49371,7 +49371,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49417,7 +49417,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49534,7 +49534,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49639,7 +49639,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49736,7 +49736,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49780,7 +49780,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49840,7 +49840,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -49931,7 +49931,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -50661,7 +50661,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -50707,7 +50707,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -50746,7 +50746,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -50819,7 +50819,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -50910,7 +50910,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -50983,7 +50983,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51027,7 +51027,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51137,7 +51137,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51346,7 +51346,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51404,7 +51404,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51509,7 +51509,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51564,7 +51564,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51723,7 +51723,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51793,7 +51793,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51866,7 +51866,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -51989,7 +51989,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -52153,7 +52153,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -52188,7 +52188,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -52234,7 +52234,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -52383,7 +52383,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -52713,7 +52713,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -52769,7 +52769,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53032,7 +53032,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53084,7 +53084,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53161,7 +53161,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53243,7 +53243,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53297,7 +53297,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -53373,7 +53373,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53533,7 +53533,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -53597,7 +53597,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53641,7 +53641,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53783,7 +53783,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53862,7 +53862,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -53961,7 +53961,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -54130,7 +54130,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -54391,7 +54391,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -54438,7 +54438,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -54678,7 +54678,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -54734,7 +54734,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -54787,7 +54787,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -54965,7 +54965,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -55300,7 +55300,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -55356,7 +55356,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -55400,7 +55400,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -55754,7 +55754,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -55788,7 +55788,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -55895,7 +55895,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -55998,7 +55998,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -56043,7 +56043,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56120,7 +56120,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56164,7 +56164,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56234,7 +56234,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56348,7 +56348,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -56382,7 +56382,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56426,7 +56426,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56517,7 +56517,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56617,7 +56617,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56714,7 +56714,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -56748,7 +56748,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56792,7 +56792,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -56855,7 +56855,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -57493,7 +57493,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -57538,7 +57538,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -57664,7 +57664,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -57773,7 +57773,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -57820,7 +57820,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -57884,7 +57884,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -57927,7 +57927,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -58035,7 +58035,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -58156,7 +58156,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -58237,7 +58237,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -58349,7 +58349,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -58396,7 +58396,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -58462,7 +58462,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -58516,7 +58516,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -58584,7 +58584,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -58654,7 +58654,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -59018,7 +59018,7 @@ paths: type: object required: true responses: - '200': + 200: content: application/json: schema: @@ -59053,7 +59053,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -59097,7 +59097,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: @@ -59328,7 +59328,7 @@ paths: type: object required: false responses: - '200': + 200: content: application/json: schema: