diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index e10189d351..64098eae05 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -12108,8 +12108,14 @@ "default": "" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -12127,6 +12133,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`." } } }, @@ -12352,8 +12362,14 @@ "description": "The name of the entity to apply the budget to" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -12371,6 +12387,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets." } } }, @@ -19359,8 +19379,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } @@ -170376,6 +170399,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ @@ -171222,6 +171252,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index a4fd06e304..be423dedcf 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -8875,8 +8875,16 @@ paths: description: The name of the entity to apply the budget to default: '' budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -8887,6 +8895,10 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. + This field is required when `budget_scope` is `user`. examples: create-organization-budget: summary: Create organization budget example @@ -9040,8 +9052,16 @@ paths: type: string description: The name of the entity to apply the budget to budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -9052,6 +9072,9 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. examples: update-budget: summary: Update budget example @@ -14311,7 +14334,9 @@ paths: status: deployed deployment_name: deployment-pod tags: - runtime-risk: sensitive-data + owning-team: platform + runtime_risks: + - sensitive-data responses: '200': description: 'Deployment records created or updated successfully. @@ -124212,6 +124237,11 @@ components: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: @@ -124849,6 +124879,11 @@ components: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index 10b5408217..2311f9a706 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -12108,8 +12108,14 @@ "default": "" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -12127,6 +12133,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`." } } }, @@ -12352,8 +12362,14 @@ "description": "The name of the entity to apply the budget to" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -12371,6 +12387,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets." } } }, @@ -19358,8 +19378,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } @@ -169903,6 +169926,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ @@ -170749,6 +170779,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index dbfbfc0850..767f1ea60b 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -8875,8 +8875,16 @@ paths: description: The name of the entity to apply the budget to default: '' budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -8887,6 +8895,10 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. + This field is required when `budget_scope` is `user`. examples: create-organization-budget: summary: Create organization budget example @@ -9040,8 +9052,16 @@ paths: type: string description: The name of the entity to apply the budget to budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -9052,6 +9072,9 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. examples: update-budget: summary: Update budget example @@ -14309,7 +14332,9 @@ paths: status: deployed deployment_name: deployment-pod tags: - runtime-risk: sensitive-data + owning-team: platform + runtime_risks: + - sensitive-data responses: '200': description: 'Deployment records created or updated successfully. @@ -123868,6 +123893,11 @@ components: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: @@ -124505,6 +124535,11 @@ components: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 018c997d61..543a1685ce 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -12122,8 +12122,14 @@ "default": "" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -12141,6 +12147,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`." } } }, @@ -12366,8 +12376,14 @@ "description": "The name of the entity to apply the budget to" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -12385,6 +12401,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets." } } }, @@ -19405,8 +19425,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } @@ -171648,6 +171671,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ @@ -172494,6 +172524,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 6d8848dc6d..7894c27b3d 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -8883,8 +8883,16 @@ paths: description: The name of the entity to apply the budget to default: '' budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -8895,6 +8903,10 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. + This field is required when `budget_scope` is `user`. examples: create-organization-budget: summary: Create organization budget example @@ -9048,8 +9060,16 @@ paths: type: string description: The name of the entity to apply the budget to budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -9060,6 +9080,9 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. examples: update-budget: summary: Update budget example @@ -14336,7 +14359,9 @@ paths: status: deployed deployment_name: deployment-pod tags: - runtime-risk: sensitive-data + owning-team: platform + runtime_risks: + - sensitive-data responses: '200': description: 'Deployment records created or updated successfully. @@ -125129,6 +125154,11 @@ components: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: @@ -125766,6 +125796,11 @@ components: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index a2bfd3c5e8..5f18b03023 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -88575,8 +88575,14 @@ "default": "" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -88594,6 +88600,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`." } } }, @@ -89457,8 +89467,14 @@ "description": "The name of the entity to apply the budget to" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -89476,6 +89492,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets." } } }, @@ -115975,8 +115995,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } @@ -916326,6 +916349,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ @@ -919134,6 +919164,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index c40a247105..ef6d77d935 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -22202,8 +22202,16 @@ paths: description: The name of the entity to apply the budget to default: '' budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -22214,6 +22222,10 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. + This field is required when `budget_scope` is `user`. examples: create-organization-budget: summary: Create organization budget example @@ -22547,8 +22559,16 @@ paths: type: string description: The name of the entity to apply the budget to budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -22559,6 +22579,9 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. examples: update-budget: summary: Update budget example @@ -30296,7 +30319,9 @@ paths: status: deployed deployment_name: deployment-pod tags: - runtime-risk: sensitive-data + owning-team: platform + runtime_risks: + - sensitive-data responses: '200': description: 'Deployment records created or updated successfully. @@ -125005,6 +125030,11 @@ webhooks: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: @@ -125712,6 +125742,11 @@ webhooks: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 0a53efd6ec..fe03903b3a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -84340,8 +84340,14 @@ "default": "" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -84359,6 +84365,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`." } } }, @@ -85222,8 +85232,14 @@ "description": "The name of the entity to apply the budget to" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -85241,6 +85257,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets." } } }, @@ -111704,8 +111724,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } @@ -897002,6 +897025,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ @@ -899798,6 +899828,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index b607c0f6e9..4905095fbb 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -21888,8 +21888,16 @@ paths: description: The name of the entity to apply the budget to default: '' budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -21900,6 +21908,10 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. + This field is required when `budget_scope` is `user`. examples: create-organization-budget: summary: Create organization budget example @@ -22233,8 +22245,16 @@ paths: type: string description: The name of the entity to apply the budget to budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -22245,6 +22265,9 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. examples: update-budget: summary: Update budget example @@ -29972,7 +29995,9 @@ paths: status: deployed deployment_name: deployment-pod tags: - runtime-risk: sensitive-data + owning-team: platform + runtime_risks: + - sensitive-data responses: '200': description: 'Deployment records created or updated successfully. @@ -124573,6 +124598,11 @@ webhooks: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: @@ -125280,6 +125310,11 @@ webhooks: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 8c14dd1263..9e03b9695b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -90040,8 +90040,14 @@ "default": "" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -90059,6 +90065,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`." } } }, @@ -90922,8 +90932,14 @@ "description": "The name of the entity to apply the budget to" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -90941,6 +90957,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets." } } }, @@ -118059,8 +118079,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } @@ -939299,6 +939322,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ @@ -942132,6 +942162,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 2053f231cc..76b513f935 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -22467,8 +22467,16 @@ paths: description: The name of the entity to apply the budget to default: '' budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -22479,6 +22487,10 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. + This field is required when `budget_scope` is `user`. examples: create-organization-budget: summary: Create organization budget example @@ -22812,8 +22824,16 @@ paths: type: string description: The name of the entity to apply the budget to budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -22824,6 +22844,9 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. examples: update-budget: summary: Update budget example @@ -30589,7 +30612,9 @@ paths: status: deployed deployment_name: deployment-pod tags: - runtime-risk: sensitive-data + owning-team: platform + runtime_risks: + - sensitive-data responses: '200': description: 'Deployment records created or updated successfully. @@ -125970,6 +125995,11 @@ webhooks: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: @@ -126677,6 +126707,11 @@ webhooks: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 0337cc182f..ab8434637c 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -78561,8 +78561,14 @@ "default": "" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -78580,6 +78586,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`." } } }, @@ -79435,8 +79445,14 @@ "description": "The name of the entity to apply the budget to" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -79454,6 +79470,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets." } } }, @@ -166543,8 +166563,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } @@ -1005345,6 +1005368,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ @@ -1008153,6 +1008183,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 8e94484ede..148539451a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -27940,8 +27940,16 @@ paths: description: The name of the entity to apply the budget to default: '' budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -27952,6 +27960,10 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. + This field is required when `budget_scope` is `user`. examples: create-budget: summary: Create budget example @@ -28287,8 +28299,16 @@ paths: type: string description: The name of the entity to apply the budget to budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -28299,6 +28319,9 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. examples: update-budget: summary: Update budget example @@ -44551,7 +44574,9 @@ paths: status: deployed deployment_name: deployment-pod tags: - runtime-risk: sensitive-data + owning-team: platform + runtime_risks: + - sensitive-data responses: '200': description: 'Deployment records created or updated successfully. @@ -141303,6 +141328,11 @@ webhooks: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: @@ -142010,6 +142040,11 @@ webhooks: enum: - read - write + drives: + type: string + enum: + - read + - write emails: type: string enum: diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json index bc0108bd21..0d7a83d898 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -78400,8 +78400,14 @@ "default": "" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -78419,6 +78425,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets. This field is required when `budget_scope` is `user`." } } }, @@ -79274,8 +79284,14 @@ "description": "The name of the entity to apply the budget to" }, "budget_type": { - "description": "The type of pricing for the budget", + "description": "The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted.\n\n- `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`.\n- `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`.\n- `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`.", "oneOf": [ + { + "type": "string", + "enum": [ + "BundlePricing" + ] + }, { "type": "string", "enum": [ @@ -79293,6 +79309,10 @@ "budget_product_sku": { "type": "string", "description": "A single product or SKU that will be covered in the budget" + }, + "user": { + "type": "string", + "description": "The username of the user for `user` scope budgets." } } }, @@ -161985,8 +162005,11 @@ "status": "deployed", "deployment_name": "deployment-pod", "tags": { - "runtime-risk": "sensitive-data" - } + "owning-team": "platform" + }, + "runtime_risks": [ + "sensitive-data" + ] } ] } @@ -985650,6 +985673,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ @@ -988446,6 +988476,13 @@ "write" ] }, + "drives": { + "type": "string", + "enum": [ + "read", + "write" + ] + }, "emails": { "type": "string", "enum": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml index 242243229c..60ac077892 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -27865,8 +27865,16 @@ paths: description: The name of the entity to apply the budget to default: '' budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + enum: + - BundlePricing - type: string enum: - ProductPricing @@ -27877,6 +27885,10 @@ paths: type: string description: A single product or SKU that will be covered in the budget + user: + type: string + description: The username of the user for `user` scope budgets. + This field is required when `budget_scope` is `user`. examples: create-budget: summary: Create budget example @@ -28212,8 +28224,16 @@ paths: type: string description: The name of the entity to apply the budget to budget_type: - description: The type of pricing for the budget + description: |- + The type of pricing model used by the budget. Determines how `budget_product_sku` is interpreted. + + - `BundlePricing`: Covers all AI credit SKUs. Set `budget_product_sku` to `ai_credits`. + - `ProductPricing`: Covers all SKUs that belong to a product. Set `budget_product_sku` to a product such as `actions` or `packages`. + - `SkuPricing`: Covers a single, specific SKU. Set `budget_product_sku` to a SKU such as `actions_linux`. oneOf: + - type: string + {"code":"deadline_exceeded","msg":"operation timed out"}