Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -123894,7 +123894,9 @@
"enterprise",
"organization",
"repository",
"cost_center"
"cost_center",
"multi_user_customer",
"user"
],
"examples": [
"enterprise"
Expand All @@ -123907,6 +123909,20 @@
"example-repository-name"
]
},
"user": {
"type": "string",
"description": "The user login when the budget is scoped to a single user (`user` scope).",
"examples": [
"octocat"
]
},
"consumed_amount": {
"type": "number",
"description": "The consumed amount for the specified user within the budget. Only included for `user`-scoped budgets.",
"examples": [
42.5
]
},
"budget_amount": {
"type": "integer",
"description": "The budget amount in whole dollars. For license-based products, this represents the number of licenses.",
Expand Down
14 changes: 14 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90077,13 +90077,27 @@ components:
- organization
- repository
- cost_center
- multi_user_customer
- user
examples:
- enterprise
budget_entity_name:
type: string
description: The name of the entity to apply the budget to
examples:
- example-repository-name
user:
type: string
description: The user login when the budget is scoped to a single user
(`user` scope).
examples:
- octocat
consumed_amount:
type: number
description: The consumed amount for the specified user within the budget.
Only included for `user`-scoped budgets.
examples:
- 42.5
budget_amount:
type: integer
description: The budget amount in whole dollars. For license-based products,
Expand Down
18 changes: 17 additions & 1 deletion descriptions-next/api.github.com/api.github.com.2026-03-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -123337,7 +123337,9 @@
"enterprise",
"organization",
"repository",
"cost_center"
"cost_center",
"multi_user_customer",
"user"
],
"examples": [
"enterprise"
Expand All @@ -123350,6 +123352,20 @@
"example-repository-name"
]
},
"user": {
"type": "string",
"description": "The user login when the budget is scoped to a single user (`user` scope).",
"examples": [
"octocat"
]
},
"consumed_amount": {
"type": "number",
"description": "The consumed amount for the specified user within the budget. Only included for `user`-scoped budgets.",
"examples": [
42.5
]
},
"budget_amount": {
"type": "integer",
"description": "The budget amount in whole dollars. For license-based products, this represents the number of licenses.",
Expand Down
14 changes: 14 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2026-03-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89664,13 +89664,27 @@ components:
- organization
- repository
- cost_center
- multi_user_customer
- user
examples:
- enterprise
budget_entity_name:
type: string
description: The name of the entity to apply the budget to
examples:
- example-repository-name
user:
type: string
description: The user login when the budget is scoped to a single user
(`user` scope).
examples:
- octocat
consumed_amount:
type: number
description: The consumed amount for the specified user within the budget.
Only included for `user`-scoped budgets.
examples:
- 42.5
budget_amount:
type: integer
description: The budget amount in whole dollars. For license-based products,
Expand Down
18 changes: 17 additions & 1 deletion descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -124634,7 +124634,9 @@
"enterprise",
"organization",
"repository",
"cost_center"
"cost_center",
"multi_user_customer",
"user"
],
"examples": [
"enterprise"
Expand All @@ -124647,6 +124649,20 @@
"example-repository-name"
]
},
"user": {
"type": "string",
"description": "The user login when the budget is scoped to a single user (`user` scope).",
"examples": [
"octocat"
]
},
"consumed_amount": {
"type": "number",
"description": "The consumed amount for the specified user within the budget. Only included for `user`-scoped budgets.",
"examples": [
42.5
]
},
"budget_amount": {
"type": "integer",
"description": "The budget amount in whole dollars. For license-based products, this represents the number of licenses.",
Expand Down
Loading